Temporary workaround to trigger upgrade#1323
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
Pull Request Test Coverage Report for Build 1303655222
💛 - Coveralls |
|
/retest |
|
/override-bot |
|
hco-e2e-image-index-aws lane succeeded. |
|
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-image-index-gcp DetailsIn 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. |
|
hco-e2e-image-index-aws lane succeeded. |
|
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-image-index-azure, ci/prow/okd-hco-e2e-upgrade-index-aws DetailsIn 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. |
There was a problem hiding this comment.
| ${CMD} delete -n openshift-operator-lifecycle-manager "$(oc get pod -n openshift-operator-lifecycle-manager -l app=olm-operator -o name)" | |
| ${CMD} delete -n openshift-operator-lifecycle-manager "$(${CMD} get pod -n openshift-operator-lifecycle-manager -l app=olm-operator -o name)" |
There was a problem hiding this comment.
thanks.
used for loop instead to avoid duplicated lines
There was a problem hiding this comment.
| ${CMD} delete -n openshift-operator-lifecycle-manager "$(oc get pod -n openshift-operator-lifecycle-manager -l app=catalog-operator -o name)" | |
| ${CMD} delete -n openshift-operator-lifecycle-manager "$(${CMD} get pod -n openshift-operator-lifecycle-manager -l app=catalog-operator -o name)" |
…upgrade Signed-off-by: orenc1 <ocohen@redhat.com>
|
Kudos, SonarCloud Quality Gate passed!
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nunnatsa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
hco-e2e-image-index-aws lane succeeded. |
|
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-image-index-azure, ci/prow/hco-e2e-image-index-gcp, ci/prow/okd-hco-e2e-upgrade-index-gcp DetailsIn 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. |
|
@orenc1: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/override-bot |
|
hco-e2e-kv-smoke-azure lane succeeded. |
1 similar comment
|
hco-e2e-kv-smoke-azure lane succeeded. |
|
/override ci/prow/hco-e2e-kv-smoke-gcp |
|
checking if openshift-ci bot is alive /shrug |
|
@hco-bot: hco-bot unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. DetailsIn 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. |
|
@hco-bot: hco-bot unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. DetailsIn 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. |
|
@orenc1: Overrode contexts on behalf of orenc1: ci/prow/hco-e2e-kv-smoke-gcp DetailsIn 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. |
|
/cherry-pick release-1.5 |
|
@tiraboschi: new pull request created: #1552 DetailsIn 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. |
Revert an hack on upgrade lanes introduced in kubevirt#1323 to bypass a possible upgrade bug on the OLM side. Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
Revert an hack on upgrade lanes introduced in #1323 to bypass a possible upgrade bug on the OLM side. Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>








Restart OLM pods (
olm-operatorandcatalog-operator) just after patching the subscription to the new channel contains v100.0.0 to trigger OLM upgrade process.Temporary workaround until root cause will be identified and fixed.
Release note: