From 36e433e2aaaaf96b3257812cecd9bc55a1f71999 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 10 Nov 2022 09:55:57 +0100 Subject: [PATCH] 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. --- prow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow.sh b/prow.sh index 061021eb..55c3231d 100755 --- a/prow.sh +++ b/prow.sh @@ -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 () {