Restore 'Pull arch from payload' and fix#813
Restore 'Pull arch from payload' and fix#813openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/test e2e-agnostic-upgrade |
1 similar comment
|
/test e2e-agnostic-upgrade |
|
/payload 4.12 ci blocking |
|
@jottofar: trigger 4 job(s) of type blocking for the ci release of OCP 4.12
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ff492ef0-140d-11ed-809e-7bedec92052c-0 |
|
/hold |
|
/test unit |
c023ef5 to
2c837db
Compare
by first restoring openshift@0b8e83f. Ths issue was that the 'SyncWorkerStatus.Architecture' was being clobbered at https://github.com/openshift/cluster-version-operator/blob/9d57cfc612dec8e6b5d67d34e5f00474f3c09032/pkg/cvo/sync_worker.go#L860.
2c837db to
da30c8e
Compare
|
/retest |
|
/test e2e-agnostic-upgrade |
|
/unhold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jottofar, LalatenduMohanty 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 |
|
This has passed previously and current failure not related to the changes in this PR. /override ci/prow/e2e-agnostic-upgrade |
|
@jottofar: Overrode contexts on behalf of jottofar: ci/prow/e2e-agnostic-upgrade 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. |
|
@jottofar: all tests passed! 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. |
by first restoring 0b8e83f.
Ths issue was that the 'SyncWorkerStatus.Architecture' was being clobbered
at
cluster-version-operator/pkg/cvo/sync_worker.go
Line 860 in 9d57cfc