Module: Mesa Branch: master Commit: 528d66eaa2863b6b0e56dcf8134e2b39bddf907e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528d66eaa2863b6b0e56dcf8134e2b39bddf907e
Author: Juan A. Suarez Romero <[email protected]> Date: Mon Mar 29 16:41:59 2021 +0200 ci/v3d: run full GLES3 and GLES31 testsuite There is margin in the time budget to run the full GLES3 and GLES31 CTS instead of only 50%. Reviewed-by: Eric Anholt <[email protected]> Signed-off-by: Juan A. Suarez Romero <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9899> --- src/broadcom/ci/gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml index 1bea96da7fe..5ef32a1b6d4 100644 --- a/src/broadcom/ci/gitlab-ci.yml +++ b/src/broadcom/ci/gitlab-ci.yml @@ -82,7 +82,6 @@ v3d-rpi4-gles31:armhf: - .v3d-rpi4-test:armhf parallel: 2 variables: - DEQP_FRACTION: 2 DEQP_VER: gles31 v3d-rpi4-gles3:armhf: @@ -90,7 +89,6 @@ v3d-rpi4-gles3:armhf: - .v3d-rpi4-test:armhf parallel: 4 variables: - DEQP_FRACTION: 2 DEQP_VER: gles3 v3d-rpi4-gles2:armhf: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
