Mesa (master): ci: Disable lima until its farm can get fixed.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 22 03:32:06 UTC 2019


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

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Oct 21 19:56:01 2019 -0700

ci: Disable lima until its farm can get fixed.

It's been throwing the following error today:

"<Fault -32603: 'Internal Server Error (contact server administrator
for details): could not extend file "base/17952/18226": No space left
on device\nHINT: Check free disk space.\n'>"

Reviewed-by: Daniel Stone <daniels 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 e505091d8c5..73254fc9130 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