mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-17 17:00:36 +02:00
ci: Use ignore_scheduled_pipelines anchor in .radeonsi-rules
Without this, scheduled pipelines erroneously tried to create jobs using
this template, which can't work, because their dependency jobs don't
exist in scheduled pipelines. Unfortunately, this resulted in scheduled
pipelines not running silently, without any direct feedback about what's
wrong (see https://gitlab.com/gitlab-org/gitlab/-/issues/25490).
Fixes: 6c8b921572 "ci: Build kernels and rootfs for x86 devices"
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6802>
This commit is contained in:
parent
e781cc7025
commit
a1f46d7b69
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@
|
|||
.radeonsi-rules:
|
||||
stage: radeonsi
|
||||
rules:
|
||||
- *ignore_scheduled_pipelines
|
||||
- changes:
|
||||
*mesa_core_file_list
|
||||
when: on_success
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue