summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-source-dep.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-source-dep.yml')
-rw-r--r--.gitlab-ci/test-source-dep.yml5
1 files changed, 5 insertions, 0 deletions
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: