OCPBUGS-104846: Filter both [FeatureGate:] and [OCPFeatureGate:] - #31623
OCPBUGS-104846: Filter both [FeatureGate:] and [OCPFeatureGate:]#31623jsafrane wants to merge 1 commit into
Conversation
Now that openshift-tests read real feature gates enabled in the cluster from the API server, it should be safe to filter all tests by [FeatureGate:] CSI certification tests have code in openshift/origin (vendor/k8s.io/kubernetes/test/e2e/storage/testsuites) and it needs to be filtered with `[FeatureGate:`.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-104846, which is valid. 3 validation(s) were run on this bug
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. |
|
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)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe cluster-state feature-gate matcher now accepts both ChangesFeature-gate filtering
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to Feature-gate test filtering now recognizes both standard and OCP-prefixed annotations, allowing applicable tests to be selected consistently. The change is covered by targeted cases and has no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsafrane 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 |
|
/payload-test periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn periodic-ci-openshift-release-main-nightly-5.1-e2e-aws-csi periodic-ci-openshift-release-main-nightly-5.1-e2e-aws-ovn-serial periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview-serial |
|
/payload-job periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn periodic-ci-openshift-release-main-nightly-5.1-e2e-aws-csi periodic-ci-openshift-release-main-nightly-5.1-e2e-aws-ovn-serial periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview-serial |
|
@jsafrane: trigger 8 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/2e603cf0-ac31-11f1-84a2-62197d2d5835-0 |
|
Scheduling required tests: |
|
Scheduling tests matching the |
|
@jsafrane: The following test 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. |
Now that
openshift-testsread real feature gates enabled in the cluster from the API server, it should be safe to filter all tests by[FeatureGate:]CSI certification tests have code in openshift/origin (vendor/k8s.io/kubernetes/test/e2e/storage/testsuites) and it needs to be filtered with
[FeatureGate:.I'm going to compare nr. of tests + test names from AWS payload jobs with and without this PR to make sure nothing gets lost or added unexpectedly.
Summary by CodeRabbit
Bug Fixes
Tests