From 82f0a012917534b98458fecd75c8c4e36eed5154 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 14 Mar 2023 11:36:15 +0200 Subject: [PATCH] ci/valve-farm-rules: allow running jobs from outside the mesa namespace MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This has been requested as it breaks the stress and uprev tools, so the requirement was dropped in the Valve farms. This commit mirrors the change in Mesa. Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test-source-dep.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 033b499..3b3ed48 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -233,11 +233,6 @@ 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: never .austriancoder-farm-rules: rules: -- 2.7.4