-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for AMD GPUs via --gpus=amd #19749
Conversation
Hi @fbyrne. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Can one of the admins verify this patch? |
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.
Thanks for the PR!
hack/update/amd_device_plugin_version/update_amd_device_plugin_version.go
Outdated
Show resolved
Hide resolved
Hi @spowelljr, applied all suggestions and updated tests. if this is good to go, ill squash and push again. |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Seeing failures for the |
Yeah I'll take a look at them tonight. How do I run the tests that are failing locally? |
Can see https://minikube.sigs.k8s.io/docs/contrib/testing/ for the full documentation, but Ignore the If you want to run faster iteration loops you can comment out/delete the other addons diff --git a/test/integration/addons_test.go b/test/integration/addons_test.go
index 9bf9d3a2d..9975458a5 100644
--- a/test/integration/addons_test.go
+++ b/test/integration/addons_test.go
@@ -121,8 +121,6 @@ func TestAddons(t *testing.T) {
name string
validator validateFunc
}{
- {"Volcano", validateVolcanoAddon},
- {"GCPAuth", validateGCPAuthAddon},
}
for _, tc := range tests {
tc := tc
@@ -141,17 +139,6 @@ func TestAddons(t *testing.T) {
name string
validator validateFunc
}{
- {"Registry", validateRegistryAddon},
- {"Ingress", validateIngressAddon},
- {"InspektorGadget", validateInspektorGadgetAddon},
- {"MetricsServer", validateMetricsServerAddon},
- {"Olm", validateOlmAddon},
- {"CSI", validateCSIDriverAndSnapshots},
- {"Headlamp", validateHeadlampAddon},
- {"CloudSpanner", validateCloudSpannerAddon},
- {"LocalPath", validateLocalPathAddon},
- {"NvidiaDevicePlugin", validateNvidiaDevicePlugin},
- {"Yakd", validateYakdAddon},
}
for _, tc := range tests {
tc := tc |
Should be good now, rebased to remove conflict. |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
You'll need to only run the test on amd64, it's running on arm64 tests as well and failing. |
Good morning, yeah I saw those failures, last fix pushed was a fix to only add when driver is docker and amd64 arch. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@spowelljr, if the PR is good, ill squash to tidy the history. let me know |
This comment has been minimized.
This comment has been minimized.
Looks good to me, feel free to squash @fbyrne |
27809bc
to
f101a72
Compare
👍 Squashed |
f101a72
to
38da6bc
Compare
38da6bc
to
50b5d8e
Compare
kvm2 driver with docker runtime
Times for minikube start: 49.0s 44.5s 48.6s 47.8s 44.5s Times for minikube ingress: 18.9s 14.4s 14.9s 14.9s 15.9s docker driver with docker runtime
Times for minikube start: 19.9s 19.9s 19.9s 23.1s 22.5s Times for minikube ingress: 12.2s 12.7s 12.2s 12.2s 12.7s docker driver with containerd runtime
Times for minikube ingress: 39.2s 38.8s 38.7s 38.7s 38.7s Times for minikube start: 22.0s 19.9s 21.6s 22.2s 19.3s |
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Besides the following environments also have failed tests:
To see the flake rates of all tests by environment, click here. |
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.
Thanks for the PR!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbyrne, spowelljr 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 |
Add support for AMD GPUs via --gpus=amd
Fixes #19463
Before:
minikube start --help
After:
minikube start --help