Skip to content

Commit 7443de9

Browse files
committed
gcp: migrate pull-kubernetes-e2e-gce-device-plugin-gpu
Related to: - kubernetes#30277 Migrate pull-kubernetes-e2e-gce-device-plugin-gpu to the community cluster. Signed-off-by: Arnaud Meukam <[email protected]>
1 parent 94f7542 commit 7443de9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ presets:
1010
presubmits:
1111
kubernetes/kubernetes:
1212
- name: pull-kubernetes-e2e-gce-device-plugin-gpu
13+
cluster: k8s-infra-prow-build
1314
skip_branches:
1415
- release-\d+\.\d+
1516
annotations:
@@ -49,15 +50,18 @@ presubmits:
4950
- --env=KUBE_GCE_NODE_PROJECT=cos-cloud
5051
- --gcp-node-image=gci
5152
- --gcp-nodes=4
52-
- --gcp-project=k8s-jkns-pr-gce-gpus
53+
- --gcp-project-type=gpu-project
5354
- --gcp-zone=us-west1-b
5455
- --ginkgo-parallel=30
5556
- --provider=gce
56-
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-device-plugin-gpu
5757
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
5858
- --timeout=60m
5959
resources:
60+
limits:
61+
cpu: 2
62+
memory: "6Gi"
6063
requests:
64+
cpu: 2
6165
memory: "6Gi"
6266
securityContext:
6367
privileged: true

0 commit comments

Comments
 (0)