Module: Mesa Branch: master Commit: 447890ad64cb64bacafce8402e013b81e09359fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=447890ad64cb64bacafce8402e013b81e09359fe
Author: Tomeu Vizoso <[email protected]> Date: Fri Mar 27 15:31:45 2020 +0100 Revert "gitlab-ci: Disable jobs for Collabora's LAVA lab" Lab is online again. This reverts commit 1351ee03352b12690233a73e160f92da2edecf16. Signed-off-by: Tomeu Vizoso <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4347> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4347> --- .gitlab-ci/lava-gitlab-ci.yml | 8 ++++---- 1 file 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
