ci: add missing rule to disable vmware farm
Fixes: 54050d8844
("svga/ci: land vmware mesa-ci lava farm")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28515>
This commit is contained in:

committed by
Marge Bot

parent
50783351bc
commit
55ac1bfc57
@@ -330,6 +330,10 @@
|
|||||||
changes: [ .ci-farms-disabled/ondracka ]
|
changes: [ .ci-farms-disabled/ondracka ]
|
||||||
exists: [ .ci-farms-disabled/ondracka ]
|
exists: [ .ci-farms-disabled/ondracka ]
|
||||||
when: never
|
when: never
|
||||||
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
changes: [ .ci-farms-disabled/vmware ]
|
||||||
|
exists: [ .ci-farms-disabled/vmware ]
|
||||||
|
when: never
|
||||||
# Any other change to ci-farms/* means some farm is getting re-enabled.
|
# Any other change to ci-farms/* means some farm is getting re-enabled.
|
||||||
# Run jobs in Marge pipelines (and let it fallback to manual otherwise)
|
# Run jobs in Marge pipelines (and let it fallback to manual otherwise)
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $GITLAB_USER_LOGIN == "marge-bot"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $GITLAB_USER_LOGIN == "marge-bot"'
|
||||||
|
Reference in New Issue
Block a user