make set-cluster-version-spec-update-service works with a custom payload image#76086
Conversation
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-ipi-f7-longduration-hive-remaining |
|
@jianlinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@xingxingxia I did some test as your case, it works now, the log is here. |
|
/pj-rehearse abort |
|
@jianlinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
825bed2 to
ade9401
Compare
|
[REHEARSALNOTIFIER]
A total of 28357 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.18-e2e-aws-ovn-serial periodic-ci-openshift-release-main-ci-4.22-upgrade-from-stable-4.21-e2e-gcp-ovn-rt-upgrade periodic-ci-openshift-release-main-ci-4.22-e2e-azure-ovn-upgrade periodic-ci-openshift-release-main-ci-4.22-e2e-aws-ovn-techpreview periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ipi-ovn-ipv4 periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-stable-4.19-upgrade-from-stable-4.18-aws-usgov-ipi-private-sts-f28 |
|
@jianlinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jianlinliu: job(s): periodic-ci-openshift-release-main-ci-4.22-upgrade-from-stable-4.21-e2e-gcp-ovn-rt-upgrade, periodic-ci-openshift-release-main-ci-4.22-e2e-azure-ovn-upgrade, , periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ipi-ovn-ipv4, either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse ack |
|
@jianlinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@yunjiang29 can you help review it ? |
|
/pj-rehearse ack |
|
@jianlinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jianlinliu, yunjiang29 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 |
|
@jianlinliu: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
0a35e6b
into
openshift:main
when users specify a custom payload (e.g: registry.ci.openshift.org/ocp/release:4.22.0-0.nightly-2026-03-10-100251) to run testing,
oc adm releasecommand inset-cluster-version-spec-update-servicewill fail to authenticate to access the payload (not a build farm build image). Fix it to use cluster profile's pull-secret to pass the authentication.slack thread is here.