chore: migrate .config.prowgen to ci-operator#79341
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
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 (2)
💤 Files with no reviewable changes (1)
WalkthroughProwgen configuration settings ( ChangesConfiguration Consolidation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Prucek 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 |
|
[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: |
|
@Prucek: 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
.config.prowgenfile to ci-operator config🤖 Generated with Claude Code
Migration of ACM Config CI Configuration
This PR migrates the last remaining
.config.prowgenfile for the stolostron/acm-config repository to ci-operator configuration, consolidating configuration management.What's Changing
The CI configuration for the ACM Config repository is being moved from a separate
.config.prowgenfile to the mainci-operatorYAML configuration file. Specifically:.config.prowgenfile which contained visibility settings (expose: trueandprivate: true)prowgenblock in the main ci-operator configuration (stolostron-acm-config-main.yaml) containing the same visibility settingsPractical Impact
This consolidates the CI configuration for the ACM Config repository into a single YAML file, eliminating the need for a separate configuration file. The prowgen job generation settings (controlling whether jobs are exposed publicly and marked as private) are preserved in the new location. This is part of a larger effort to deprecate the legacy
.config.prowgenformat across the OpenShift CI infrastructure.