Skip to content

Commit 0a5e0e8

Browse files
authored
Merge pull request #35667 from upodroid/gpu-patch-again
fix typo on GPU jobs
2 parents 87b1854 + 0584b6e commit 0a5e0e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gcp-gpu-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gpu-gce.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
- --

0 commit comments

Comments
 (0)