File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
config/jobs/kubernetes/sig-cloud-provider/gcp/gpu Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ presubmits:
4141 - --build
4242 - --up
4343 - --down
44- - --target-build-arch=linux/amd64
4544 - --node-size=g2-standard-24
4645 - --num-nodes=2
47- - --env=NODE_ACCELERATORS='type=nvidia-l4,count=2'
46+ - --boskos-resource-type=gpu-project
47+ - --node-accelerators=type=nvidia-l4,count=2
4848 - --test=ginkgo
4949 - --
5050 - --provider=gce
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ periodics:
5252 - --down
5353 - --node-size=g2-standard-24
5454 - --num-nodes=2
55- - --env=NODE_ACCELERATORS='type=nvidia-l4,count=2'
55+ - --boskos-resource-type=gpu-project
56+ - --node-accelerators=type=nvidia-l4,count=2
5657 - --kubernetes-version=https://dl.k8s.io/ci/latest.txt
5758 - --test=ginkgo
5859 - --
You can’t perform that action at this time.
0 commit comments