diff options
author | Eric Anholt <[email protected]> | 2019-10-21 19:56:01 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-10-21 20:31:34 -0700 |
commit | fb9362c6fb9d5bd92073d31d3242614856b91f5d (patch) | |
tree | 3affdc54284f8756a1c1e8aa7bcfc2ca346fb023 /.gitlab-ci | |
parent | 7fb75ddfa7a276c8c51d5f0d5dcce65eec7ed202 (diff) |
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 <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 4 |
1 files 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 |