add the cluster-manifest-verifier image to ci-tools-standalone config#80938
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA new Changescluster-manifest-verifier image build
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 |
|
/hold |
|
/hold cancel |
Signed-off-by: Nikolaos Moraitis <nmoraiti@redhat.com>
d9d831b to
b9ec082
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, droslean 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 |
|
/pj-rehearse ack |
|
@droslean: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/refresh |
Summary by CodeRabbit
This PR adds container image build configuration for the
cluster-manifest-verifiertool to the CI infrastructure.What changed:
The
openshift-ci-tools-standalone-main.yamlconfiguration file was updated to include a new image build definition forcluster-manifest-verifier. This image will:images/cluster-manifest-verifier/cluster-manifest-verifierbinary from the build into the container imageImpact:
The ci-tools-standalone component will now automatically build and publish a container image for the
cluster-manifest-verifiertool as part of its CI pipeline. This makes the tool available as a standardized container artifact for deployment and distribution, alongside other CI tools in the standalone configuration.Unlike some other images in this configuration,
cluster-manifest-verifieris configured for single-architecture builds only (the primary architecture), suggesting it may not be required for arm64 at this time.