File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ def generate_misc():
924
924
# that multiply nr. of tests.
925
925
# - FeatureGate:SELinuxMount: the feature gate is alpha / disabled by default
926
926
# in v1.32.
927
- skip_regex = r"\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[FeatureGate:SELinuxMount\]" ,
927
+ skip_regex = r"\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:. local\]|\[FeatureGate:SELinuxMount\]" ,
928
928
# [Serial] and [Disruptive] are intentionally not skipped, therefore run
929
929
# everything as serial.
930
930
test_parallelism = 1 ,
@@ -962,7 +962,7 @@ def generate_misc():
962
962
# that multiply nr. of tests.
963
963
# - Feature:SELinuxMountReadWriteOncePodOnly: these tests require SELinuxMount
964
964
# feature gate off.
965
- skip_regex = r"\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" ,
965
+ skip_regex = r"\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:. local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" ,
966
966
# [Serial] and [Disruptive] are intentionally not skipped, therefore run
967
967
# everything as serial.
968
968
test_parallelism = 1 ,
Original file line number Diff line number Diff line change @@ -2120,7 +2120,7 @@ periodics:
2120
2120
--test-package-dir=ci \
2121
2121
--test-package-marker=latest.txt \
2122
2122
--focus-regex="\[Feature:SELinux\]" \
2123
- --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[FeatureGate:SELinuxMount\]" \
2123
+ --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:. local\]|\[FeatureGate:SELinuxMount\]" \
2124
2124
--parallel=1
2125
2125
env :
2126
2126
- name : KUBE_SSH_KEY_PATH
@@ -2191,7 +2191,7 @@ periodics:
2191
2191
--test-package-dir=ci \
2192
2192
--test-package-marker=latest.txt \
2193
2193
--focus-regex="\[Feature:SELinux\]" \
2194
- --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
2194
+ --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:. local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
2195
2195
--parallel=1
2196
2196
env :
2197
2197
- name : KUBE_SSH_KEY_PATH
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ presubmits:
270
270
--test-args="--master-os-distro=custom --node-os-distro=custom" \
271
271
--timeout=120m \
272
272
--focus-regex="\[Feature:SELinux\]" \
273
- --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
273
+ --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:. local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
274
274
--use-built-binaries=true \
275
275
--parallel=1 # [Feature:SELinux] tests include serial ones
276
276
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-master
You can’t perform that action at this time.
0 commit comments