CNF-22982: Add renovate.json to excluded files for cluster-group-upgr…#79052
CNF-22982: Add renovate.json to excluded files for cluster-group-upgr…#79052fontivan wants to merge 1 commit intoopenshift:mainfrom
Conversation
…ades-operator ci triggers - the renovate.json file should not cause any prow tests to run as it is only used for Mintmaker configuration Assisted-by: Cursor/auto AI-attribution: AIA,Primarily AI-generated,Human-initiated,Reviewed,Cursor/auto,v1.0 For more information on AI attribution statements, see: https://aiattribution.github.io/
|
@fontivan: This pull request references CNF-22982 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin 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 ignored due to path filters (9)
📒 Files selected for processing (9)
WalkthroughThis PR updates CI configuration across eight release branches and main to add ChangesCI Job Configuration: Renovate Skip Patterns
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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)
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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fontivan 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 auto-ack |
|
@fontivan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 43 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: |
|
@fontivan: 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. |
…ades-operator ci triggers
Assisted-by: Cursor/auto
AI-attribution: AIA,Primarily AI-generated,Human-initiated,Reviewed,Cursor/auto,v1.0
For more information on AI attribution statements, see: https://aiattribution.github.io/
Summary
Adds
renovate.jsonto the list of excluded files in CI trigger configurations for the OpenShift KNI cluster-group-upgrades-operator component. This prevents Prow CI jobs from running when onlyrenovate.jsonis modified, since this file is used exclusively for Mintmaker configuration and does not require any test validation.Changes
Updated the
skip_if_only_changedglob patterns across all cluster-group-upgrades-operator CI configuration files to excluderenovate.json:openshift-kni-cluster-group-upgrades-operator-main.yaml): Updated skip patterns in base CI job config, integration, and security test sectionsThe changes ensure that both primary CI jobs and optional test stages (integration, security) consistently skip execution when only renovate configuration files are modified.