File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
config/jobs/kubernetes/sig-storage Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -262,14 +262,15 @@ presubmits:
262
262
kubetest2 kops -v=6 --cloud-provider=gce --up --down --build --env=KOPS_FEATURE_FLAGS=SELinuxMount \
263
263
--build-kubernetes=true --target-build-arch=linux/amd64 \
264
264
--admin-access=0.0.0.0/0 \
265
+ --kubernetes-feature-gates=SELinuxMount
265
266
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
266
267
--create-args "--image='rhel-cloud/rhel-9-v20240815' --channel=alpha --networking=cilium --set=cluster.spec.containerd.selinuxEnabled=true --gce-service-account=default --set=spec.nodeProblemDetector.enabled=true --set=cluster.spec.cloudProvider.gce.useStartupScript=true" \
267
268
--test=kops \
268
269
-- \
269
270
--ginkgo-args="--debug" \
270
271
--timeout=120m \
271
272
--focus-regex="\[Feature:SELinux\]" \
272
- --skip-regex="\[Feature:SELinuxMountReadWriteOncePodOnly\]" \
273
+ --skip-regex="\[Feature:Volumes\]|\[Driver:.nfs\]|\[Driver:.local\]|\[Feature: SELinuxMountReadWriteOncePodOnly\]" \
273
274
--use-built-binaries=true \
274
275
--parallel=1 # [Feature:SELinux] tests include serial ones
275
276
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
You can’t perform that action at this time.
0 commit comments