File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
config/jobs/kubernetes/sig-storage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ presubmits:
224
224
privileged : true
225
225
annotations :
226
226
testgrid-create-test-group : ' true'
227
- - name : pull-kubernetes-e2e-aws -storage-selinux
227
+ - name : pull-kubernetes-e2e-gce -storage-selinux
228
228
cluster : k8s-infra-prow-build
229
229
optional : true
230
230
always_run : false
@@ -268,7 +268,8 @@ presubmits:
268
268
-- \
269
269
--ginkgo-args="--debug" \
270
270
--timeout=120m \
271
- --skip-regex="\[Feature:SELinux\]" \
271
+ --focus-regex="\[Feature:SELinux\]" \
272
+ --skip-regex="\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
272
273
--use-built-binaries=true \
273
274
--parallel=1 # [Feature:SELinux] tests include serial ones
274
275
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
You can’t perform that action at this time.
0 commit comments