Allow JobTier=candidate in featuregate-test-analyzer with warning#2781
Allow JobTier=candidate in featuregate-test-analyzer with warning#2781openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
Candidate tier jobs are not covered by the Component Readiness main view and lack standard regression protection mechanisms. This change allows candidate as a valid JobTier value, includes candidate tier results in the pass/fail calculation alongside other tiers, and emits a non-blocking warning when candidate tier queries return data. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @dgoodwin! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis change adds support for the ✨ 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: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
/lgtm |
|
@JoelSpeed: This PR has been marked as verified by 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. |
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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: 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. |
Candidate tier jobs are not covered by the Component Readiness main
view and lack standard regression protection mechanisms. This change
allows candidate as a valid JobTier value, includes candidate tier
results in the pass/fail calculation alongside other tiers, and emits
a non-blocking warning when candidate tier queries return data.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com