Skip to content

Commit 18a0913

Browse files
authored
Merge pull request #32214 from pwschuurman/add-support-nvme-tests
Add new presubmit prow job for gcp-compute-persistent-disk-csi-driver to run e2e tests on NVMe VM target
2 parents 5c93386 + d783725 commit 18a0913

File tree

1 file changed

+41
-0
lines changed
  • config/jobs/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver

1 file changed

+41
-0
lines changed

config/jobs/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/config.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,47 @@ presubmits:
3131
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
3232
testgrid-tab-name: presubmit-gcp-compute-persistent-disk-csi-driver-e2e
3333
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
3475
- name: pull-gcp-compute-persistent-disk-csi-driver-sanity
3576
cluster: k8s-infra-prow-build
3677
always_run: true

0 commit comments

Comments
 (0)