prow: remove jira/valid-bug requirement for k8s-prometheus-adapter 4.15+ - #85301
Conversation
|
Warning Review limit reachedNext included review available in 9 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
297528f to
65986f5
Compare
|
@redhat-chai-bot: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: redhat-chai-bot, simonpasquier 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. |
|
@redhat-chai-bot: Updated the following 2 configmaps:
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 kubernetes-sigs/prow repository. |
Summary
Remove the
jira/valid-buglabel requirement from Tide merge queries foropenshift/k8s-prometheus-adapteron branchesrelease-4.15throughrelease-4.22(and theiropenshift-4.xcounterparts, plus 5.0).Motivation
The prometheus-adapter component was removed from the OCP payload starting in 4.16. Starting from release-4.15, parent Jira trackers cannot provide valid bug references for CVE fix PRs, causing the
jira/invalid-buglabel to block merges.Changes
Edited both
openshiftandopenshift-privTide configs:release-4.15throughrelease-4.22,openshift-4.15throughopenshift-4.22, and 5.x entries from the query block that requiresjira/valid-bugexcludedBranchesso they fall through to the catch-all (which does not requirejira/valid-bug)Files Changed
core-services/prow/02_config/openshift/k8s-prometheus-adapter/_prowconfig.yamlcore-services/prow/02_config/openshift-priv/k8s-prometheus-adapter/_prowconfig.yamlAI-generated. Review for accuracy.
@machine424 requested via Chai Bot