diff options
author | Daniel Stone <[email protected]> | 2020-03-02 12:14:16 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-02 12:40:31 +0000 |
commit | 5469221e77bd6baf1dfe4a6c1c0149223bf2f890 (patch) | |
tree | daabb51affb04ec695708633428ce3bacc62cb54 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 2521c81c9e898b6785cb4fc069c329c42c2990c6 (diff) |
Revert "gitlab-ci: disable panfrost runners"
The infrastructure issues, caused by building electrical works gone
wrong, have been fixed, and the Panfrost LAVA runners are available
again.
This reverts commit a86662c44d7cb2541c3f613805533064219ad11f.
Signed-off-by: Daniel Stone <[email protected]>
Reviewed-by: Tomeu Vizoso <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4019>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4019>
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 7f5a50122c6..ea67546aac4 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -66,7 +66,7 @@ needs: - meson-arm64 -.panfrost-t720-gles2:arm64: +panfrost-t720-gles2:arm64: extends: .lava-test:arm64 variables: DEVICE_TYPE: sun50i-h6-pine-h64 @@ -75,7 +75,7 @@ tags: - lava-sun50i-h6-pine-h64 -.panfrost-t760-gles2:armhf: +panfrost-t760-gles2:armhf: extends: .lava-test:armhf variables: DEVICE_TYPE: rk3288-veyron-jaq @@ -86,7 +86,7 @@ tags: - lava-rk3288-veyron-jaq -.panfrost-t860-gles2:arm64: +panfrost-t860-gles2:arm64: extends: .lava-test:arm64 variables: DEVICE_TYPE: rk3399-gru-kevin @@ -97,7 +97,7 @@ tags: - lava-rk3399-gru-kevin -.panfrost-t860-gles3:arm64: +panfrost-t860-gles3:arm64: extends: .lava-test:arm64 variables: DEVICE_TYPE: rk3399-gru-kevin |