From b80da8d8ef29782ea49c355fd827759f59404d5f Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 11 Nov 2022 18:27:16 +0100 Subject: [PATCH] Squashed 'release-tools/' changes from 348d4a92..78c0fb71 https://github.com/kubernetes-csi/csi-release-tools/commit/78c0fb71 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/208 from jsafrane/skip-selinux https://github.com/kubernetes-csi/csi-release-tools/commit/36e433e2 Skip SELinux tests in CI by default git-subtree-dir: release-tools git-subtree-split: 78c0fb714fa4448b29962a0f34fa18b7b7d97ae6 --- prow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow.sh b/prow.sh index 061021eb2..55c3231d0 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 () {