ci: Rule out scheduled pipelines in .windows-build-rules
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 7 Jan 2021 09:30:58 +0000 (10:30 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 8 Jan 2021 09:57:21 +0000 (09:57 +0000)
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>

.gitlab-ci/test-source-dep.yml

index 1d418f2..01b571d 100644 (file)
 # rules duplication manually
 .windows-build-rules:
   rules:
+    - *ignore_scheduled_pipelines
     - changes: 
         *mesa_core_file_list
       when: on_success