ci: Allow lima jobs to be globally disabled

This is useful in situations like right now, where the boards are dead.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16077>
This commit is contained in:
Daniel Stone 2022-04-21 11:30:27 +01:00 committed by Marge Bot
parent 4300b5d914
commit f2ddd59bf6
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ variables:
FD_FARM: "online"
COLLABORA_FARM: "online"
MICROSOFT_FARM: "offline"
LIMA_FARM: "offline"
default:
before_script:

View File

@ -357,6 +357,8 @@
stage: arm
rules:
- *ignore_scheduled_pipelines
- if: '$LIMA_FARM == "offline"'
when: never
- changes:
*mesa_core_file_list
when: on_success