diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-30 11:41:41 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-10-31 11:08:11 +0000 |
commit | 01af59b2d9a24ec4a77512e775cca00bfb482893 (patch) | |
tree | ea38b3798ed7dced64eb446f5b772e399d751a57 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 6ced684e2743dec5b6db397fc45e464abf21b5e3 (diff) |
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 <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-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 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 |