File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
config/jobs/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,47 @@ presubmits:
31
31
testgrid-dashboards : provider-gcp-compute-persistent-disk-csi-driver
32
32
testgrid-tab-name : presubmit-gcp-compute-persistent-disk-csi-driver-e2e
33
33
description : Kubernetes e2e tests for Kubernetes Master branch and Driver latest build
34
+ - name : pull-gcp-compute-persistent-disk-csi-driver-e2e-arm
35
+ cluster : k8s-infra-prow-build
36
+ always_run : true
37
+ labels :
38
+ preset-service-account : " true"
39
+ preset-k8s-ssh : " true"
40
+ decorate : true
41
+ decoration_config :
42
+ timeout : 60m
43
+ path_alias : sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
44
+ spec :
45
+ containers :
46
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
47
+ command :
48
+ - runner.sh
49
+ args :
50
+ - bash
51
+ - -c
52
+ - >-
53
+ test/run-e2e.sh \
54
+ --machine-type=t2a-standard-2 \
55
+ --vm-name-prefix=gce-pd-csi-e2e-arm64 \
56
+ --zones=us-central1-a,us-central1-f \
57
+ --arch=arm64 \
58
+ --min-cpu-platform="" \
59
+ --image-url=projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-arm64
60
+ --ginkgo.focus="\[NVMe\]"
61
+ env :
62
+ - name : ZONE
63
+ value : us-central1-c
64
+ resources :
65
+ limits :
66
+ cpu : 2
67
+ memory : " 6Gi"
68
+ requests :
69
+ cpu : 2
70
+ memory : " 6Gi"
71
+ annotations :
72
+ testgrid-dashboards : provider-gcp-compute-persistent-disk-csi-driver
73
+ testgrid-tab-name : presubmit-gcp-compute-persistent-disk-csi-driver-e2e-arm64
74
+ description : Kubernetes e2e tests for Kubernetes Master branch and Driver latest build on ARM64/NVMe
34
75
- name : pull-gcp-compute-persistent-disk-csi-driver-sanity
35
76
cluster : k8s-infra-prow-build
36
77
always_run : true
You can’t perform that action at this time.
0 commit comments