summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-01-07 10:30:58 +0100
committerMarge Bot <eric+marge@anholt.net>2021-01-08 09:57:21 +0000
commit6bde5cf276edbcbffb9d031cdcc5b9a8267cd816 (patch)
treea63af147eff3373cf504d55b64869110e3c65563 /.gitlab-ci
parent3fb4755d48d079d47ca212a838d16259db2abcfa (diff)
ci: Rule out scheduled pipelines in .windows-build-rules
The lack of this broke scheduled pipelines, because they attempted to create a meson-windows-vs2019 job, which couldn't work (because the windows_build_vs2019 job doesn't exist in scheduled pipelines). Fixes: 84c8a35aa2ca "CI: Add Windows source dependency map" Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8360>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 1d418f2165e..01b571d181e 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -238,6 +238,7 @@
# rules duplication manually
.windows-build-rules:
rules:
+ - *ignore_scheduled_pipelines
- changes:
*mesa_core_file_list
when: on_success