Skip to content

Commit b81c3d7

Browse files
committed
e2 machine type does not support GPUS, these jobs need to be reverted back to N1
1 parent d5fdfde commit b81c3d7

File tree

1 file changed

+2
-2
lines changed
  • config/jobs/kubernetes/sig-cloud-provider/gcp/gpu

1 file changed

+2
-2
lines changed

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
@@ -5,14 +5,14 @@ presets:
55
- name: NODE_ACCELERATORS
66
value: type=nvidia-tesla-t4,count=2
77
- name: NODE_SIZE
8-
value: e2-standard-2
8+
value: n1-standard-2
99
- labels:
1010
preset-ci-gce-device-plugin-gpu-nvidia-t4: "true"
1111
env:
1212
- name: NODE_ACCELERATORS
1313
value: type=nvidia-tesla-t4,count=2
1414
- name: NODE_SIZE
15-
value: e2-standard-2
15+
value: n1-standard-2
1616

1717
periodics:
1818
- name: ci-kubernetes-e2e-gce-device-plugin-gpu

0 commit comments

Comments
 (0)