Skip to content

Commit 1c1f4d9

Browse files
authored
Merge pull request #34127 from andyzhangx/patch-221503
run smb host process e2e test by default
2 parents 2f71ec0 + 8b8b642 commit 1c1f4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes-csi/csi-driver-smb/csi-driver-smb-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ presubmits:
359359
- name: pull-csi-driver-smb-e2e-windows-2022-hostprocess
360360
cluster: eks-prow-build-cluster
361361
decorate: true
362-
always_run: false
362+
skip_if_only_changed: "^docs/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$"
363363
path_alias: github.com/kubernetes-csi/csi-driver-smb
364364
labels:
365365
preset-dind-enabled: "true"
@@ -414,7 +414,7 @@ presubmits:
414414
- name: KUBERNETES_VERSION # CAPZ config
415415
value: "latest-1.30"
416416
- name: WORKER_MACHINE_COUNT
417-
value: "1" # create one linux node
417+
value: "0" # create one linux node
418418
annotations:
419419
testgrid-dashboards: sig-storage-csi-other
420420
testgrid-tab-name: pull-csi-driver-smb-e2e-windows-2022-hostprocess

0 commit comments

Comments
 (0)