Fix instaslice-operator CI: operator-sdk 4.20 image does not exist#75244
Conversation
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-instaslice-operator-next-e2e-bundle-runc |
|
@harche: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-instaslice-operator-next-e2e-bundle-runc |
|
@harche: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@harche: 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-sigs/prow repository. I understand the commands that are listed here. |
/pj-rehearse ack |
|
@harche: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
| tag: rhel-9-golang-1.23-openshift-4.20 | ||
| operator-sdk: | ||
| name: "4.20" | ||
| name: "4.19" |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harche, sairameshv 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 |
1 similar comment
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harche, sairameshv 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 |
Summary
e2e-bundle-runcpre-merge job foropenshift/instaslice-operatorby changingoperator-sdkbase image from4.20to4.19Problem
PR #73855 changed the instaslice-operator pre-merge CI config to reference
operator-sdkname: "4.20"fromnamespace: origin. This resolves to the imageorigin_4.20_operator-sdk, which does not exist in the CI image registry (quay.io/openshift/ciorquay-proxy.ci.openshift.org/openshift/ci).The
e2e-bundle-runcjob (which isalways_run: true) fails at the image import step with:Instaslice-operator is the only repo in
openshift/releaseusingorigin_4.20_operator-sdk— all other operators use4.17or4.19for the operator-sdk image.Evidence
Fix
Change
operator-sdkfromname: "4.20"toname: "4.19"(which exists and is used by most other operators)./cc @BhargaviGudi
🤖 Generated with Claude Code