CORENET-6861: Make BGP jobs candidate#3471
CORENET-6861: Make BGP jobs candidate#3471openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
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 skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughBGP-related CI jobs are reclassified from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 15 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
|
@dgoodwin PTAL |
|
@tssurya: This pull request references CORENET-6861 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 story 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. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@pkg/variantregistry/ocp.go`:
- Around line 758-759: The entry {[]string{"-bgp-"}, "standard"} in
pkg/variantregistry/ocp.go is too broad and currently placed before more
specific safety rules (e.g., the later "-recovery", "-disruptive", and
"-rollback" checks), so it prematurely returns "standard"; fix by either
narrowing the pattern (make it specific to OVN-Kubernetes BGP job names) or
moving the {[]string{"-bgp-"}, "standard"} entry below the more specific checks
(the "-recovery" check and the "-disruptive"/"-rollback" checks) so those
specific matches take precedence when evaluating the rules.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 695f2fee-9cfe-4c99-8eed-9c16b6bdee67
📒 Files selected for processing (2)
pkg/variantregistry/ocp.gopkg/variantregistry/snapshot.yaml
|
@coderabbitai[bot]: changing LGTM is restricted to collaborators 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. |
|
Scheduling required tests: |
|
This will bring these jobs into the main component readiness view for 4.22. A quick test indicates that means 48 new regressions at a critical time. We can't promote to standard until these jobs are stabilized. You can move them to 'candidate' and that will appear in the api promotion results to get you through, but the feature will have no coverage for monitored testing at the org level going forward until they are stable and in standard. |
why 4.22? Is there a way to do it for 5.0 which is still early in its cycle.?
what's the criteria for them to get stabilized? Also note that "bgp" job has been around since last year and we were running "bgp" tests all this while, what we do now is add "Evpn" new tests to the mix - so its new tests we are adding to existing jobs, not new jobs |
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
a3bb544 to
6ae622e
Compare
|
Yes I understand the jobs are old but they were hidden from signal due to instability at some point. The variants file does know about releases, so you can conditionally go to standard if 5.0+ and deal with the regressions that come in this release cycle. |
|
@dgoodwin ack, I've updated this PR to make them candidate for now.. I have some questions around this and a few other things which I can bring it up in the new QSE Call |
|
@coderabbitai[bot]: changing LGTM is restricted to collaborators 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. |
|
Scheduling required tests: |
|
@tssurya: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: coderabbitai[bot], dgoodwin, tssurya 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 |
|
@dgoodwin It seems making it candidate still doesn't fix |
|
It runs early morning EST, it's possible it's corrected since I posted, I see data in your link, if something is missing there let me know and we'll dig deeper. Job variants visible here: https://sippy-auth.dptools.openshift.org/sippy-ng/jobs/5.0?filters=%257B%2522items%2522%253A%255B%257B%2522columnField%2522%253A%2522variants%2522%252C%2522operatorValue%2522%253A%2522has%2520entry%2522%252C%2522value%2522%253A%2522never-stable%2522%252C%2522not%2522%253Atrue%257D%252C%257B%2522id%2522%253A99%252C%2522columnField%2522%253A%2522name%2522%252C%2522operatorValue%2522%253A%2522contains%2522%252C%2522value%2522%253A%2522-bgp-%2522%257D%255D%257D&sort=asc&sortField=name&view=Variants |
|
@dgoodwin all good! It was a timing issue yea seems to work now |
Figured the bgp/evpn tests were showing up as hidden when we tried to link sippy jobs to feature gates: openshift/api#2799 (comment)
Summary by CodeRabbit