-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-JIRA: (refactor) job completion uses event instead polling #888
NO-JIRA: (refactor) job completion uses event instead polling #888
Conversation
/retest |
1 similar comment
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncaak, rluders The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is not working as is, because the |
20be7ec
to
8cbe5b0
Compare
/retest |
1 similar comment
/retest |
/test e2e-gcp-ovn-techpreview |
/lgtm |
@rluders: This pull request explicitly references no jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/label qe-approved |
/retest |
@rluders is there a prediction that this PR might affect the time it takes for the Insights ClusterOperator to degrade? |
@JoaoFula well... it is possible. It isn't pooling anymore to check the status, instead, it is watching the job status to be completed. But, I don't know how it would/could impact the test and cause some timeout. 🤔 |
/retest |
/retest |
/hold Revision 5526179 was retested 3 times: holding |
/retest |
/unhold |
/retest |
/test e2e |
@rluders: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-insights-operator-container-v4.16.0-202403052341.p0.g0b8a79c.assembly.stream.el9 for distgit ose-insights-operator. |
This PR replaces event polling from periodic job completion and replaces it with event listening.
Categories
Sample Archive
N/A
Documentation
N/A
Unit Tests
N/A
Privacy
Yes. There are no sensitive data in the newly collected information.
Changelog
Breaking Changes
No
References
https://issues.redhat.com/browse/CCXDEV-10669