diff options
author | Tomeu Vizoso <[email protected]> | 2020-03-27 09:25:17 +0100 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-03-27 09:25:20 +0100 |
commit | 1351ee03352b12690233a73e160f92da2edecf16 (patch) | |
tree | 188c9b3237c50147993e88d009ec9452f1cfff87 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | b5e00f5c2bd35920a1aaf9bb676c784d5d18b6fd (diff) |
gitlab-ci: Disable jobs for Collabora's LAVA lab
The lab is going down for a few hours to upgrade the LAVA installation
to the latest stable release.
Signed-off-by: Tomeu Vizoso <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4342>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4342>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-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 2eea316deeb..5b5db6a05a7 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 @@ panfrost-t720-gles2:arm64: tags: - mesa-ci-aarch64-lava-collabora -panfrost-t760-gles2:armhf: +.panfrost-t760-gles2:armhf: extends: - .lava-test:armhf - .panfrost-rules @@ -102,7 +102,7 @@ panfrost-t760-gles2:armhf: tags: - mesa-ci-aarch64-lava-collabora -panfrost-t860-gles2:arm64: +.panfrost-t860-gles2:arm64: extends: - .lava-test:arm64 - .panfrost-rules @@ -117,7 +117,7 @@ panfrost-t860-gles2:arm64: tags: - mesa-ci-aarch64-lava-collabora -panfrost-t860-gles3:arm64: +.panfrost-t860-gles3:arm64: extends: - .lava-test:arm64 - .panfrost-rules |