From 01af59b2d9a24ec4a77512e775cca00bfb482893 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 30 Oct 2019 11:41:41 +0100 Subject: [PATCH] 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 --- .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