mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 12:30:29 +01:00
ci/microsoft: partly revert rename from container-rules to manual-rules
We need to keep container job as a manual one, while others are always
disabled.
Fixes: c9de0d2977 ("ci/microsoft: rename manual rules according to rest introduced rules")
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23968>
This commit is contained in:
parent
80a140953d
commit
d3b6635663
2 changed files with 11 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ debian/arm64_test:
|
|||
- .container
|
||||
- .windows-docker-vs2019
|
||||
rules:
|
||||
- !reference [.microsoft-farm-manual-rules, rules]
|
||||
- !reference [.microsoft-farm-container-rules, rules]
|
||||
- !reference [.container-rules, rules]
|
||||
variables:
|
||||
GIT_STRATEGY: fetch # we do actually need the full repository though
|
||||
|
|
|
|||
|
|
@ -289,6 +289,16 @@
|
|||
when: never
|
||||
- !reference [.microsoft-farm-rules, rules]
|
||||
|
||||
.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]
|
||||
|
||||
.collabora-farm-rules:
|
||||
rules:
|
||||
- if: '$RUNNER_TAG =~ /^mesa-ci-x86-64-lava-/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue