[release-4.22] OCPBUGS-93787: backport kubernetes/conformance umbrella suite#2705
Conversation
|
@bshaw7: This pull request references Jira Issue OCPBUGS-84961, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
@bshaw7: 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 |
51b79f5 to
06a9b2a
Compare
|
@bshaw7: 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 |
|
/payload-job periodic-ci-openshift-release-main-nightly-4.22-opct-platform-external-aws-ccm periodic-ci-openshift-release-main-nightly-4.22-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/41c1b7b0-7392-11f1-8bea-2179195cc66a-0 |
|
/label backport-risk-assessed Jira needs fixing I think |
|
@bshaw7: This pull request references Jira Issue OCPBUGS-93787, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
…rella suite Backport the kubernetes/conformance suite with Conformance label filter from master (PRs openshift#2682 and openshift#2694 combined). The suite provides the minimal true upstream Kubernetes conformance tests used by OPCT for VCSP validations. Without this fix, running openshift-tests run kubernetes/conformance on 4.22 returns 'suite not found'. With this fix, the suite correctly selects only [Conformance]-labeled tests (~428 tests). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
06a9b2a to
89525b2
Compare
|
@bshaw7: 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 |
|
/validate-backports |
|
@bshaw7: 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 |
|
/jira refresh |
|
@bshaw7: This pull request references Jira Issue OCPBUGS-93787, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/jira refresh |
|
@bshaw7: This pull request references Jira Issue OCPBUGS-93787, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
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. |
|
Both CI test opct-platform-external-aws-ccm and opct-platform-external-aws shows openshift-kube-conformance count as 436 . |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bshaw7, jubittajohn 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 |
|
/verified by CI |
|
@stbenjam: 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. |
|
/remove-label backports/unvalidated-commits |
|
@bshaw7: 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. |
03c5938
into
openshift:release-4.22
|
@bshaw7: Jira Issue Verification Checks: Jira Issue OCPBUGS-93787 Jira Issue OCPBUGS-93787 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
|
Fix included in release 4.22.0-0.nightly-2026-06-30-192322 |
Summary
Backport the kubernetes/conformance suite with Conformance label filter from master (combines PRs #2682 and #2694) to release-4.22.
Cherry-pick of:
Combined into a single clean change since #2694 simplified the approach from #2682. The final implementation adds the suite with its own Conformance qualifier, without needing AddGlobalSuite or parent references.
What it does
Adds the
kubernetes/conformancesuite that selects only[Conformance]-labeled tests (~428 tests). This suite is used by OPCT for VCSP partner validations.Without this fix,
openshift-tests run kubernetes/conformanceon 4.22 returns "suite not found".Testing
/cc @stbenjam