diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2020-03-27 15:31:45 +0100 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-03-28 09:45:03 +0000 |
commit | 447890ad64cb64bacafce8402e013b81e09359fe (patch) | |
tree | 3fab3f9aae03139b2a4c40a33b4574ca2762f974 /.gitlab-ci | |
parent | e6097375269a4823af3088bc2487d383c90c49f1 (diff) |
Revert "gitlab-ci: Disable jobs for Collabora's LAVA lab"
Lab is online again.
This reverts commit 1351ee03352b12690233a73e160f92da2edecf16.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4347>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4347>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index dd13b443b38..51956e598ca 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -74,7 +74,7 @@ needs: - meson-arm64 -.panfrost-t720-gles2:arm64: +panfrost-t720-gles2:arm64: extends: - .lava-test:arm64 - .panfrost-rules @@ -87,7 +87,7 @@ tags: - mesa-ci-aarch64-lava-collabora -.panfrost-t760-gles2:armhf: +panfrost-t760-gles2:armhf: extends: - .lava-test:armhf - .panfrost-rules @@ -102,7 +102,7 @@ tags: - mesa-ci-aarch64-lava-collabora -.panfrost-t860-gles2:arm64: +panfrost-t860-gles2:arm64: extends: - .lava-test:arm64 - .panfrost-rules @@ -117,7 +117,7 @@ tags: - mesa-ci-aarch64-lava-collabora -.panfrost-t860-gles3:arm64: +panfrost-t860-gles3:arm64: extends: - .lava-test:arm64 - .panfrost-rules |