Skip to content

Commit

Permalink
Skip SELinux tests in CI by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsafrane committed Nov 10, 2022
1 parent 348d4a9 commit 36e433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Expand Up @@ -381,7 +381,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
# whether they can run with the current cluster provider, but until
# they are, we filter them out by name. Like the other test selection
# variables, this is again a space separated list of regular expressions.
configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
configvar CSI_PROW_E2E_SKIP '\[Disruptive\]|\[Feature:SELinux\]' "tests that need to be skipped"

# This creates directories that are required for testing.
ensure_paths () {
Expand Down

0 comments on commit 36e433e

Please sign in to comment.