summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2023-06-19 16:25:17 -0300
committerMarge Bot <emma+marge@anholt.net>2023-06-22 00:01:18 +0000
commit9dd106b1137bf94369dfe293cfe800fe2ff642a9 (patch)
treed86cccd791668f71d1ab6e327c792a24d8f0e2a6 /.gitlab-ci.yml
parent402ae3b132e026d681cb5e4b8b44d6504998c2b5 (diff)
downloadmesa-9dd106b1137bf94369dfe293cfe800fe2ff642a9.tar.gz
mesa-9dd106b1137bf94369dfe293cfe800fe2ff642a9.tar.bz2
mesa-9dd106b1137bf94369dfe293cfe800fe2ff642a9.zip
ci: move .microsoft-farm-container-rules to test-source-dep.yml
farm rules are placed on test-source-dep.yml, so move it there. This is also useful when trying to re-use the container/gitlab-ci.yml to other workflows without running the jobs. Signed-off-by: Helen Koike <helen.koike@collabora.com> Acked-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23731>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 061ba171121..608698602fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -204,16 +204,6 @@ stages:
when: manual
# Otherwise, container jobs won't run because no rule matched.
-.microsoft-farm-container-rules:
- rules:
- # Allow triggering jobs manually in other cases if any files affecting the
- # pipeline were changed
- - exists: [ .ci-farms-disabled/microsoft ]
- when: never
- - changes: [ .ci-farms-disabled/microsoft ]
- when: manual
- - !reference [.microsoft-farm-rules, rules]
-
# Git archive
make git archive: