-
Notifications
You must be signed in to change notification settings - Fork 170
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
Fix OADP and Gitops Operator install #9905
Conversation
a7ae7c4
to
a1ec124
Compare
6416027
to
e3fb50b
Compare
ocs_ci/deployment/deployment.py
Outdated
|
||
self.wait_for_subscription( | ||
constants.GITOPS_OPERATOR_NAME, namespace=constants.OPENSHIFT_OPERATORS | ||
) | ||
logger.info("Sleeping for 90 seconds after subscribing to GitOps Operator") | ||
time.sleep(90) | ||
logger.info("Sleeping for 120 seconds after subscribing to GitOps Operator") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prsurve do we really need sleep here, can't we wait on some resource?
Signed-off-by: prsurve <[email protected]>
Signed-off-by: prsurve <[email protected]>
Signed-off-by: prsurve <[email protected]>
e3fb50b
to
00d1753
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: am-agrawa, prsurve, shylesh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Merging this as MDR deployment is blocked |
* Fix OADP and Gitops Operator install * Fix OADP and Gitops Operator install * Remove sleep --------- Signed-off-by: prsurve <[email protected]>
No description provided.