diff options
author | Neil Armstrong <[email protected]> | 2020-04-24 11:07:31 +0200 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2020-07-08 19:31:16 +0200 |
commit | be3c0704fe532e31f754762e9fd9c5faa23bca87 (patch) | |
tree | f2a6f24c8fdaf9cf0d332e620f5290f542a81550 /.gitlab-ci | |
parent | b773984b80ff7433634774329eddb4fab072041e (diff) |
Revert "CI: Disable Lima jobs due to lab unhealthiness"
This reverts commit adeef43d15092a6910dceb3605f5ee3151dd2c47.
The lab has recovered health, thus re-enable Lima jobs.
Acked-by: Michel Dänzer <[email protected]>
Reviewed-by: Tomeu Vizoso <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4727>
(cherry picked from commit 4793c2bcb95eb9abc64ddea7115d1c16df4063aa)
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 2e15e923b68..b25753377c6 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -149,7 +149,7 @@ panfrost-t860-gles3:arm64: tags: - mesa-ci-aarch64-lava-baylibre -.lima-mali400-test:armhf: +lima-mali400-test:armhf: parallel: 2 extends: - .lava-test:armhf @@ -161,7 +161,7 @@ panfrost-t860-gles3:arm64: tags: - mesa-ci-aarch64-lava-baylibre -.lima-mali450-test:arm64: +lima-mali450-test:arm64: extends: - .lava-test:arm64 - .lima-rules |