chore: promote aro-hcp-e2e-tools image from ARO-HCP CI#80791
Conversation
Add aro-hcp-e2e-tools to the ARO-HCP promotion config so it is available as a base image for downstream consumers (e.g. hypershift e2e-aro-hcp test). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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)
WalkthroughThe CI operator configuration for ChangesCI Promotion Image Update
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 |
|
[REHEARSALNOTIFIER]
A total of 52 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: |
Summary
Add
aro-hcp-e2e-toolsto the ARO-HCP CI promotion config so it is available as a base image for downstream consumers.This is a prerequisite for PR #79926 which adds hypershift e2e testing against ARO-HCP. The hypershift CI workflow needs both
aro-hcp-e2e-tests(already promoted) andaro-hcp-e2e-tools(this PR) as base images.What changed
aro-hcp-e2e-tools: aro-hcp-e2e-toolstoadditional_imagesin the ARO-HCP promotion configmake updateRef: CNTRLPLANE-3465
Test plan
make updatepasses🤖 Generated with Claude Code
Summary by CodeRabbit
This PR adds the
aro-hcp-e2e-toolscontainer image to the ARO-HCP CI promotion configuration, enabling it to be automatically promoted and made available as a base image for downstream consumers in the CI/CD pipeline.The change modifies the ARO-HCP main CI workflow configuration to include
aro-hcp-e2e-toolsin theadditional_imagessection of the promotion step. This is a prerequisite for implementing hypershift e2e testing against ARO-HCP, which requires two promoted base images:aro-hcp-e2e-tests(already available) andaro-hcp-e2e-tools(added by this PR).The implementation consists of a single-line addition to
ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yamlwithmake updaterun to regenerate the associated Prow job definitions. The author has verified that the build configuration updates successfully.