From c85d09bcddfb2d02911db53657df505ba8068fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 24 Nov 2022 15:01:54 +0200 Subject: [PATCH] radv/ci: do not create jobs that will fail outside of mesa's namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirror what is done for the freedreno project and do not allow manual execution of jobs that require restricted access to a CI farm. This fixes pushing new branches with non-radv-related changes. Fixes: #7773 Reported-by: Erik Faye-Lund Reviewed-by: Erik Faye-Lund Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test-source-dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 22546fd230e..6859e59b0ba 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -168,7 +168,7 @@ # so only enable automatic testing when running in the context of Mesa to # prevent failures in forks. - if: '$CI_PROJECT_NAMESPACE != "mesa"' - when: manual + when: never # Skips freedreno jobs if either of the farms we use are offline. .freedreno-farm-rules: