Mesa (main): ci: Allow lima jobs to be globally disabled

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 12:49:42 UTC 2022


Module: Mesa
Branch: main
Commit: f2ddd59bf68271ba744738d28e705ecacfc9f1ea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2ddd59bf68271ba744738d28e705ecacfc9f1ea

Author: Daniel Stone <daniels at collabora.com>
Date:   Thu Apr 21 11:30:27 2022 +0100

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 at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16077>

---

 .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



More information about the mesa-commit mailing list