UPSTREAM: <carry>: fix kubernetes/conformance to filter on [Conformance] label#2694
UPSTREAM: <carry>: fix kubernetes/conformance to filter on [Conformance] label#2694not-stbenjam wants to merge 1 commit into
Conversation
…ce] label The kubernetes/conformance suite was incorrectly defined as an AddGlobalSuite parent umbrella with no qualifiers, inheriting everything from its children. This caused it to include OCP's broader view of conformance rather than just the upstream Kubernetes conformance tests. Change it to a standalone AddSuite that filters on the Conformance label, matching only the 428 true upstream conformance tests. Also remove kubernetes/conformance from the Parents of the parallel and serial suites so all three are standalone. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@not-stbenjam: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughIn ChangesConformance Suite Registration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 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 |
|
Hi @not-stbenjam. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: not-stbenjam The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
|
@not-stbenjam: The following tests failed, say
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. |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws-ccm periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@bshaw7: trigger 2 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/60bfb240-6972-11f1-8b90-c7abca0044c9-0 |
|
CI test shows, 10-openshift-kube-conformance count 436 |
Summary
kubernetes/conformancefromAddGlobalSuite(parent umbrella, no qualifiers) toAddSuitewith a[Conformance]label filter, so it only matches the 428 true upstream Kubernetes conformance tests instead of OCP's broader conformance viewkubernetes/conformancefrom the Parents ofkubernetes/conformance/parallelandkubernetes/conformance/serialso all suites are standaloneTest plan
k8s-tests-extbinary and verifiedkubernetes/conformancematches 428 tests (matching parallel/minimal 401 + serial/minimal 27)kubernetes/conformancesuite successfully🤖 Generated with Claude Code
Summary by CodeRabbit