Skip to content

Commit 99226b1

Browse files
authored
Merge pull request #35414 from jsafrane/fix-1.34-selinux
Fix storage-selinux job on 1.34
2 parents 63c2838 + 16acb0f commit 99226b1

File tree

1 file changed

+1
-1
lines changed
  • config/jobs/kubernetes/sig-release/release-branch-jobs

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-release/release-branch-jobs/1.34.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,7 @@ presubmits:
33243324
--test-args="--master-os-distro=custom --node-os-distro=custom" \
33253325
--timeout=120m \
33263326
--focus-regex="\[Feature:SELinux\]" \
3327-
--skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
3327+
--skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.nfs3\]|\[Driver:.local\]|\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
33283328
--use-built-binaries=true \
33293329
--parallel=1 # [Feature:SELinux] tests include serial ones
33303330
command:

0 commit comments

Comments
 (0)