diff options
author | Neil Armstrong <[email protected]> | 2019-10-25 12:19:24 +0200 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2019-10-25 20:52:03 +0200 |
commit | e919c44c3bc9f4aa9ff2e736948be52b03796162 (patch) | |
tree | 5634cdfe43ea35186fd460020fd8d6d0ec1f7aee /.gitlab-ci | |
parent | e2bb7fef94f4ae1236889f0806a7b69988d9db95 (diff) |
Revert "ci: Disable lima until its farm can get fixed."
This reverts commit fb9362c6fb9d5bd92073d31d3242614856b91f5d.
Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Reviewed-by: Vasily Khoruzhick <[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 5e838cc66ab..61af33243b1 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 |