From b20f89b775967d7be22c5da26928e5f8ec342dce Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 18 Jun 2025 09:14:58 +0100 Subject: [PATCH] ci: required-tests: Remove test skip Remove the rule that causes gatekeeper to skip tests if we've only updated the required-tests.yaml list. Although update to just the required-tests.yaml doesn't change the outcome of any of the CI tests, it does change whether gatekeeper will still pass with the new rules. Although it's a bit of a hit to run the CI, it's probably worth it to keep gatekeeper validated. Signed-off-by: stevenhorsman --- tools/testing/gatekeeper/required-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index b7fe28aa16..3fc88816f5 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -17,7 +17,6 @@ paths: - "^ci/openshift-ci/": [] - "^\\.github/workflows/static-checks": ["static"] - "^\\.github/workflows/": [] - - "^tools/testing/gatekeeper/required-tests.yaml": [] - "\\.md$": ["static"] # TODO: Expand filters # Sources