Use quay-approvers OWNERS_ALIASES for Quay step registry#80125
Use quay-approvers OWNERS_ALIASES for Quay step registry#80125openshift-merge-bot[bot] merged 3 commits into
Conversation
Adds a quay-approvers alias to OWNERS_ALIASES and updates the two root OWNERS files in ci-operator/step-registry/quay/ and ci-operator/step-registry/quay-tests/ to reference the alias instead of inlining 10 individual GitHub usernames. All 83 subdirectory OWNERS files are symlinks to ../OWNERS and automatically pick up the change. Future roster changes only require updating the alias definition in one place.
|
Hi @redhat-chai-bot. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
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 selected for processing (78)
✅ Files skipped from review due to trivial changes (19)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdd a new ChangesQuay Approvers Alias Consolidation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 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)
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 |
Adds harishsurf, Marcusk19, shaonrh, sridipta. Removes BillDett and syed. The alias now has 12 members matching the cleaned-up quay/quay OWNERS file.
39fadc6 to
47dc4ac
Compare
|
/ok-to-test |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/assign @deepsm007 @smg247 |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, jbpratt, redhat-chai-bot 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 |
|
@redhat-chai-bot: 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. |
|
@openshift-ci[bot]: your |
Summary
Adds a
quay-approversalias toOWNERS_ALIASESand updates the two root OWNERS files inci-operator/step-registry/quay/andci-operator/step-registry/quay-tests/to reference the alias instead of inlining 10 individual GitHub usernames.What changed
OWNERS_ALIASES: Addedquay-approversalias with 10 team members: aroyoredhat, BillDett, cubismod, HammerMeetNail, jbpratt, kleesc, lechuk47, LiZhang19817, sunandadadi, syedci-operator/step-registry/quay/OWNERS: Replaced inline user list withquay-approversalias referenceci-operator/step-registry/quay-tests/OWNERS: Same changeWhy
All 85 OWNERS files across the Quay step registry directories had identical content (10 hardcoded usernames). The 83 subdirectory files are symlinks to
../OWNERS, so updating the two root OWNERS files to use the alias automatically propagates the change everywhere.Future roster changes now only require updating the
quay-approversalias definition inOWNERS_ALIASES— one PR instead of editing individual OWNERS files.Summary by CodeRabbit
This PR centralizes and standardizes ownership for the Quay step-registry in the OpenShift CI configuration by introducing an OWNERS alias and switching many Quay-related OWNER/CI metadata entries to use it.
What's changing:
Why it matters (impact on CI/infrastructure):
Other notes: