From f2ddd59bf68271ba744738d28e705ecacfc9f1ea Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 21 Apr 2022 11:30:27 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 1 + .gitlab-ci/test-source-dep.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d3a1de18a3..9359245b7de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ variables: FD_FARM: "online" COLLABORA_FARM: "online" MICROSOFT_FARM: "offline" + LIMA_FARM: "offline" default: before_script: diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 653077fdc36..edceeaa008f 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -357,6 +357,8 @@ stage: arm rules: - *ignore_scheduled_pipelines + - if: '$LIMA_FARM == "offline"' + when: never - changes: *mesa_core_file_list when: on_success