Module: Mesa Branch: master Commit: 666966969ff4e0fe3104ea32193738e526d3302e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=666966969ff4e0fe3104ea32193738e526d3302e
Author: Tomeu Vizoso <[email protected]> Date: Tue Mar 23 09:19:09 2021 +0100 Revert "ci/panfrost: disable the rest of these jobs temporarily" Infrastructure should be more stable now. This reverts commit 806c612131f23255ad8235c90ba9845c1b235b11. Signed-off-by: Tomeu Vizoso <[email protected]> Acked-by: Daniel Stone <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9770> --- src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml index 1c191c246bd..2aeb0ed8c67 100644 --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml @@ -1,4 +1,4 @@ -.panfrost-t720-gles2:arm64: +panfrost-t720-gles2:arm64: extends: - .lava-test:arm64 - .panfrost-rules @@ -85,14 +85,14 @@ tags: - mesa-ci-aarch64-lava-collabora -.panfrost-g52-gles2:arm64: +panfrost-g52-gles2:arm64: extends: - .lava-test:arm64 - .lava-meson-g12b-a311d-khadas-vim3 variables: ENV_VARS: "DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=G52" -.panfrost-g52-gles3:arm64: +panfrost-g52-gles3:arm64: extends: - .lava-test:arm64 - .lava-meson-g12b-a311d-khadas-vim3 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
