From 589d8665f012805f589e2e0ab6e9e04f7a8da96f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Tue, 21 Jul 2020 16:36:28 +0200 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f123aff..374e79de 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" -- 2.7.4