Skip to content

Commit 16acb0f

Browse files
committed
Fix storage-selinux job on 1.34
This is backport of #35285 to corresponding 1.34 job. Backporting just the pull- job parts, the kOps perodics are not in 1.34.yaml.
1 parent 817f5b3 commit 16acb0f

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)