From 128a19caf1112e8ecb3199855cd8b7cf57718e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 22 Nov 2022 16:41:26 +0200 Subject: [PATCH] radv/ci: run test automatically only for the mesa namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Valve CI Farm uses allow lists for projects/users to prevent abuse, so only enable automatic testing when running in the context of Mesa to prevent failures in forks. Suggested-by: Emma Anholt Reviewed-by: Daniel Stone Reviewed-by: Samuel Pitoiset Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test-source-dep.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 733e9059d62..22546fd230e 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -164,6 +164,11 @@ rules: - if: '$VALVE_FARM == "offline"' when: never + # The Valve CI Farm uses allow lists for projects/users to prevent abuse, + # so only enable automatic testing when running in the context of Mesa to + # prevent failures in forks. + - if: '$CI_PROJECT_NAMESPACE != "mesa"' + when: manual # Skips freedreno jobs if either of the farms we use are offline. .freedreno-farm-rules: