-
Notifications
You must be signed in to change notification settings - Fork 41.1k
test: Standardize labels for ResourceHealthStatus e2e tests #133432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
test: Standardize labels for ResourceHealthStatus e2e tests #133432
Conversation
This change updates the Ginkgo label for the Device Plugin e2e tests for the ResourceHealthStatus feature. By switching from `feature.ResourceHealthStatus` to `framework.WithFeatureGate(features.ResourceHealthStatus)`, these tests will now have the `[FeatureGate:ResourceHealthStatus]` label, making them consistent with the new DRA e2e tests for the same feature. This standardization allows a single presubmit job in `test-infra` to correctly select and run all e2e tests for this feature, ensuring complete test coverage.
Skipping CI for Draft Pull Request. |
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Thu Aug 7 16:22:30 UTC 2025. |
/assign @SergeyKanzhelev |
/test pull-kubernetes-unit |
|
/test pull-kubernetes-node-e2e-resource-health-status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: 5c82599f412c391039daefcd7c5c4bf4e91da05e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jpsassine, SergeyKanzhelev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/triage accepted |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This change updates the Ginkgo label for the Device Plugin e2e tests for the ResourceHealthStatus feature.
By switching from
feature.ResourceHealthStatus
toframework.WithFeatureGate(features.ResourceHealthStatus)
, these tests will now have the[FeatureGate:ResourceHealthStatus]
label. This makes them consistent with the new DRA e2e tests for the same feature implemented here #130606This standardization is a prerequisite for a follow-up change in
test-infra
that will allow a single presubmit job to correctly select and run all e2e tests for this feature, ensuring complete test coverageWhich issue(s) this PR is related to:
Special notes for your reviewer:
This is the first of a two part fix to unify test coverage for the
ResourceHealthStatus
feature.Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: