-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Fix [Failing test] [sig-node] [Feature:GPUDevicePlugin] [Serial]-related tests #132399
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
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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 kubernetes-sigs/prow repository. |
/cc @dims |
/test pull-kubernetes-e2e-gce-device-plugin-gpu |
CI passes. Code LGTM! /lgtm |
LGTM label has been added. Git tree hash: 371982f6fcdb8397fd407b2f44b3cd39e40d5613
|
/assign @klueska |
/assign @SergeyKanzhelev @hakuna-matatah |
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.
/cc @ffromani
/lgtm |
/approve I'm not sure about a helper method emitting log messages (limits its (re-)usability) but if that's what you want in this case then let's keep that. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carlory, pacoxu, pohly 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 |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
After #122384 is merged, these tests re-added by #127456 is failing.
error message:
According to the source of resurrected code, the master node shouldn't consider as a gpu node but re-added code doesn't meet this requirement.
The master node doesn't have
node-role.kubernetes.io/control-plane
label.After #122384 is merged and flags+=" --register-schedulable=false is removed. This is the reason why the test is failing.
Which issue(s) this PR is related to:
Fixes #132397
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: