Module: Mesa Branch: master Commit: 589d8665f012805f589e2e0ab6e9e04f7a8da96f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=589d8665f012805f589e2e0ab6e9e04f7a8da96f
Author: Michel Dänzer <[email protected]> Date: Tue Jul 21 16:36:28 2020 +0200 ci: Use half as many parallel softpipe / virgl test jobs We're now using at least twice as many CPU cores per job (on shared runners), so they only take about half as long, and should still be under 10 minutes. Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6011> --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f123affdf38..374e79def22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -919,13 +919,12 @@ softpipe-gles2: DEQP_EXPECTED_RENDERER: softpipe softpipe-gles3: - parallel: 2 variables: DEQP_VER: gles3 extends: softpipe-gles2 softpipe-gles31: - parallel: 4 + parallel: 2 variables: DEQP_VER: gles31 extends: softpipe-gles2 @@ -948,14 +947,13 @@ virgl-gles2-on-gl: - .virgl-rules virgl-gles3-on-gl: - parallel: 2 variables: DEQP_VER: gles3 DEQP_RUNNER_OPTIONS: "--timeout 180" extends: virgl-gles2-on-gl virgl-gles31-on-gl: - parallel: 4 + parallel: 2 variables: DEQP_VER: gles31 MESA_GLES_VERSION_OVERRIDE: "3.1" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
