From 576747b0606a104c57759502f7aa05456cb8f50b Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 28 Mar 2025 16:55:59 +0000 Subject: [PATCH] ci: Skip tests if we only update the required list When making new tests required, or removing existing tests from required, this doesn't impact the CI jobs, so we don't need to run all the tests. Signed-off-by: stevenhorsman --- tools/testing/gatekeeper/required-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index dac3fba25a..8a7020b12f 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -17,6 +17,7 @@ paths: - "^ci/openshift-ci/": [] - "^\\.github/workflows/static-checks": ["static"] - "^\\.github/workflows/": [] + - "^tools/testing/gatekeeper/required-tests.yaml": [] # TODO: Expand filters # Documentation #- "\\.rst$": ["build"]