Mirror minio image to ci jobs#79807
Conversation
|
Skipping CI for Draft Pull Request. |
WalkthroughA single YAML configuration addition defines a new ChangesMinio base image configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 71 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: |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@gangwgr: 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 |
|
@gangwgr: 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: gangwgr, ropatil010 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 |
Mirror minio image to ci jobs
Summary by CodeRabbit
This PR adds CI operator configuration for the OpenShift cluster-image-registry-operator project. It creates a new configuration file that defines how CI tests should be executed for the main development branch.
Key Changes:
openshift-cluster-image-registry-operator-main.yaml) that establishes the build and test pipeline for the cluster-image-registry-operatorhypershift-operator,hypershift-tests, and a newly addedminioimage from theopenshifttestnamespace (withlatesttag)Context:
The PR is mirroring the minio image into the CI infrastructure, making it available as a dependency for CI jobs. This is a foundational change that sets up the testing framework for the cluster-image-registry-operator on the main branch. The PR remains in draft status pending review.