Module: Mesa Branch: master Commit: 0e0dc669bda8a7db4fa43cb2d47a0da3e10b947c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e0dc669bda8a7db4fa43cb2d47a0da3e10b947c
Author: Tomeu Vizoso <[email protected]> Date: Mon Apr 12 09:30:10 2021 +0200 Revert "ci: Disable panfrost t760" The devices have been running KernelCI jobs for a good while without glitches, let's reenable Mesa jobs on them now. This reverts commit c6fbbbbf70be2d4d8c20999a65d6f8de993608eb. Signed-off-by: Tomeu Vizoso <[email protected]> Acked-by: Michel Dänzer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10173> --- src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml index d1ddc6f68e6..f4e94607205 100644 --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml @@ -10,7 +10,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 @@ -24,7 +24,7 @@ panfrost-t720-gles2:arm64: tags: - mesa-ci-aarch64-lava-collabora -.panfrost-t760-traces:armhf: +panfrost-t760-traces:armhf: extends: - .lava-piglit-traces:armhf - .panfrost-rules _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
