ci(quay-operator): promote master images by commit#82119
Conversation
Publish the master operator and bundle under stable external names while retaining the internal quay bundle dependency used by existing jobs. Keep the latest tags and add commit-derived tags so consumers can pin immutable source-CI artifacts.
|
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 Quay promotion configuration now includes ChangesQuay promotion
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[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 ack |
|
@jbpratt: 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: jbpratt, Marcusk19 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 |
|
@jbpratt: 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. |
Summary
Promote the Quay Operator master image and bundle to stable source-CI names. Keep the existing internal bundle name for job dependencies while publishing moving and commit-derived tags for external consumers.
Related Issue
NO-ISSUE: CI-only promotion wiring with no product or runtime behavior changes.
Changes
quay-operatorunder bothlatestand commit-derived tags.quaybundle asquay-operator-bundleunder bothlatestand commit-derived tags.Testing
make ci-operator-configmake jobs WHAT=quay/quay-operatormake ci-operator-checkconfiggit diff --checkNotes
This changes only the master source-CI lane. Release-branch promotion remains follow-up work.
Summary by CodeRabbit
Updates the Quay Operator master source-CI promotion to publish stable
quay-operatorandquay-operator-bundleimages withlatestand commit-derived tags, while preserving the internalquaybundle name for job dependencies. Master presubmit and postsubmit jobs are regenerated accordingly; release branches are unaffected.