Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new presubmit prow job for gcp-compute-persistent-disk-csi-driver to run e2e tests on NVMe VM target #32214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,47 @@ presubmits:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: presubmit-gcp-compute-persistent-disk-csi-driver-e2e
description: Kubernetes e2e tests for Kubernetes Master branch and Driver latest build
- name: pull-gcp-compute-persistent-disk-csi-driver-e2e-arm
cluster: k8s-infra-prow-build
always_run: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 60m
path_alias: sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
command:
- runner.sh
args:
- bash
- -c
- >-
test/run-e2e.sh \
--machine-type=t2a-standard-2 \
--vm-name-prefix=gce-pd-csi-e2e-arm64 \
--zones=us-central1-a,us-central1-f \
--arch=arm64 \
--min-cpu-platform="" \
--image-url=projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-arm64
--ginkgo.focus="\[NVMe\]"
env:
- name: ZONE
value: us-central1-c
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: presubmit-gcp-compute-persistent-disk-csi-driver-e2e-arm64
description: Kubernetes e2e tests for Kubernetes Master branch and Driver latest build on ARM64/NVMe
- name: pull-gcp-compute-persistent-disk-csi-driver-sanity
cluster: k8s-infra-prow-build
always_run: true
Expand Down