Mesa (master): gitlab-ci: Disable lima jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 11:08:22 UTC 2019


Module: Mesa
Branch: master
Commit: 01af59b2d9a24ec4a77512e775cca00bfb482893
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01af59b2d9a24ec4a77512e775cca00bfb482893

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Oct 30 11:41:41 2019 +0100

gitlab-ci: Disable lima jobs

The runner that submits jobs there is down and will turn some time to
get fixed. Disable them for now to keep the CI green.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>

---

 .gitlab-ci/lava-gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 036618dc975..8305a4da4bd 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -194,14 +194,14 @@ panfrost-t860-test:arm64:
   tags:
     - lava-rk3399-gru-kevin
 
-lima-test:armhf:
+.lima-test:armhf:
   extends: .lava-test:armhf
   variables:
     DEVICE_TYPE: sun8i-h3-libretech-all-h3-cc
   tags:
     - lava-sun8i-h3-libretech-all-h3-cc
 
-lima-test:arm64:
+.lima-test:arm64:
   extends: .lava-test:arm64
   variables:
     DEVICE_TYPE: meson-gxl-s905x-libretech-cc




More information about the mesa-commit mailing list