-
Notifications
You must be signed in to change notification settings - Fork 153
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 bug 1839837 were HCO updates fails duo to previous update. #609
Conversation
This is a fix for https://bugzilla.redhat.com/show_bug.cgi?id=1839837 The reconcile is now a wrapper to the new doReconcile method. The Reconcile wrapper is the only place HCO update the CR. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
Hello contributor, thanks for submitting a PR for this project! I am the bot who triggers "standard-CI" builds for this project. In order to allow automated tests to run, please ask one of the project maintainers to review the code and then do one of the following:
|
/test hco-e2e-aws /test hco-e2e-upgrade-aws |
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
/retest |
/hold Not sure about this fix |
/check-dco |
/check-cla |
/bugzilla refresh |
/lint |
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
/retest |
/test travis-ci/pr |
@nunnatsa: The specified target(s) for
Use 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 kubernetes/test-infra repository. |
/test images |
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
/cc @djzager - please review. |
/test images |
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
/unhold |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tiraboschi 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 |
/retest |
/test pull-hyperconverged-cluster-operator-e2e-ocp-4.3 |
@nunnatsa: The specified target(s) for
Use 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 kubernetes/test-infra repository. |
/retest |
/cherry-pick release-2.4 |
@tiraboschi: new pull request created: #611 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 kubernetes/test-infra repository. |
This is a fix for https://bugzilla.redhat.com/show_bug.cgi?id=1839837
The reconcile is now a wrapper to the new doReconcile method. The Reconcile wrapper is the only place HCO update the CR.
Signed-off-by: Nahshon Unna-Tsameret [email protected]