Skip to content

sandboxed-containers: fix the pullspecs of the operator #66424

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

littlejawa
Copy link
Contributor

As we changed the pullspecs from quay.io to registry.redhat.io, we need the prow jobs to take it into account.

The substitution expects a regular expression that matches the pullspecs from the CSV file that we create in our builds. It will replace it with the image pushed to the CI registry during the "build" step of the same job.

As we changed the pullspecs from quay.io to registry.redhat.io, we need
the prow jobs to take it into account.

The substitution expects a regular expression that matches the pullspecs
from the CSV file that we create in our builds. It will replace it with
the image pushed to the CI registry during the "build" step of the same
job.

Signed-off-by: Julien Ropé <[email protected]>
@openshift-ci openshift-ci bot requested review from gkurz and pmores June 25, 2025 08:14
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 25, 2025
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@littlejawa: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-sandboxed-containers-operator-release-1.8-check openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-release-1.8-ci-index-openshift-sandboxed-containers-operator-bundle openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-release-1.8-images openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-release-1.8-sandboxed-containers-operator-e2e openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-check openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-ci-index-openshift-sandboxed-containers-operator-bundle openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-images openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-sandboxed-containers-operator-e2e openshift/sandboxed-containers-operator presubmit Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-1.9-release-4.19-azure-ipi-kata N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-1.9-release-4.18-azure-ipi-kata N/A periodic Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@littlejawa
Copy link
Contributor Author

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@littlejawa: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@littlejawa
Copy link
Contributor Author

/test all

@littlejawa
Copy link
Contributor Author

/pj-rehearse pull-ci-openshift-sandboxed-containers-operator-devel-sandboxed-containers-operator-e2e

@openshift-ci-robot
Copy link
Contributor

@littlejawa: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Copy link
Contributor

openshift-ci bot commented Jun 25, 2025

@littlejawa: all tests passed!

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 25, 2025
Copy link
Contributor

openshift-ci bot commented Jun 25, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: beraldoleal, littlejawa

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering same.
No I think we don't - this branch has not seen updates in a while.
Should I delete the related jobs as part of the same PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think it is acceptable if you remove all the 1.8 related files in this PR but in a separate commit.

We'll create something for 1.10 when the release branch is created in the operator repo.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR but now that OCP 4.19 is GA maybe we can bump the base image from "4.18" to "4.19" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants