Skip to content

Commit 2c01400

Browse files
authored
Merge pull request #35725 from upodroid/gpu-patch-2
use T4 GPUs for testing gpu device-plugin drivers
2 parents 27bc9f6 + 908cd05 commit 2c01400

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presets:
77
- name: CREATE_CUSTOM_NETWORK
88
value: "true"
99
- name: NODE_SIZE
10-
value: e2-standard-2
10+
value: n1-standard-2
1111

1212
presubmits:
1313
kubernetes/kubernetes:
@@ -41,12 +41,12 @@ presubmits:
4141
- --build
4242
- --up
4343
- --down
44-
- --node-size=g2-standard-24
44+
- --node-size=n1-standard-2
4545
- --num-nodes=2
4646
- --gcp-zone=us-east1-b
4747
- --env=KUBE_CLUSTER_INITIALIZATION_TIMEOUT=900
4848
- --boskos-resource-type=gpu-project
49-
- --node-accelerators=type=nvidia-l4,count=2
49+
- --node-accelerators=type=nvidia-tesla-t4,count=2
5050
- --test=ginkgo
5151
- --
5252
- --provider=gce

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ periodics:
4343
- --legacy-mode
4444
- --up
4545
- --down
46-
- --node-size=g2-standard-24
46+
- --node-size=n1-standard-2
4747
- --num-nodes=2
4848
- --gcp-zone=us-east1-b
4949
- --boskos-resource-type=gpu-project
50-
- --node-accelerators=type=nvidia-l4,count=2
50+
- --node-accelerators=type=nvidia-tesla-t4,count=2
5151
- --env=KUBE_CLUSTER_INITIALIZATION_TIMEOUT=900
5252
- --kubernetes-version=https://dl.k8s.io/ci/latest.txt
5353
- --test=ginkgo

0 commit comments

Comments
 (0)