Skip to content

Commit 36e433e

Browse files
committed
Skip SELinux tests in CI by default
Currently, no CI job has SELinux configured, so skip all tests that require it by default.. When a job supports SELinux, it can set CSI_PROW_E2E_SKIP='Disruptive' in its prow yaml.
1 parent 348d4a9 commit 36e433e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
381381
# whether they can run with the current cluster provider, but until
382382
# they are, we filter them out by name. Like the other test selection
383383
# variables, this is again a space separated list of regular expressions.
384-
configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
384+
configvar CSI_PROW_E2E_SKIP '\[Disruptive\]|\[Feature:SELinux\]' "tests that need to be skipped"
385385

386386
# This creates directories that are required for testing.
387387
ensure_paths () {

0 commit comments

Comments
 (0)