summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-source-dep.yml
diff options
context:
space:
mode:
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>2022-11-24 15:01:54 +0200
committerMarge Bot <emma+marge@anholt.net>2022-11-24 18:06:47 +0000
commitc85d09bcddfb2d02911db53657df505ba8068fa6 (patch)
treea2835df53960c8afedffa98b289579ce945a2a08 /.gitlab-ci/test-source-dep.yml
parent4b63667f31361b92fbe8e0080a881813b638a1ab (diff)
downloadmesa-c85d09bcddfb2d02911db53657df505ba8068fa6.tar.gz
radv/ci: do not create jobs that will fail outside of mesa's namespace
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 <kusmabite@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19984>
Diffstat (limited to '.gitlab-ci/test-source-dep.yml')
-rw-r--r--.gitlab-ci/test-source-dep.yml2
1 files changed, 1 insertions, 1 deletions
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: