Mesa (master): gitlab-ci: Run more dEQP tests for virgl

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 23 07:44:07 UTC 2020


Module: Mesa
Branch: master
Commit: 4417e924bf710f7628e9e10727f025307eb3ce09
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4417e924bf710f7628e9e10727f025307eb3ce09

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue May 12 10:03:25 2020 +0200

gitlab-ci: Run more dEQP tests for virgl

Llvmpipe seems to have become faster, and we can run more tests while
still being under 5 minutes per job.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5494>

---

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ec16c77b01..7f6164c3088 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -858,18 +858,16 @@ virgl-gles2:
     - .virgl-rules
 
 virgl-gles3:
+  parallel: 2
   variables:
     DEQP_VER: gles3
-    CI_NODE_INDEX: 1
-    CI_NODE_TOTAL: 3
     DEQP_RUNNER_OPTIONS: "--timeout 120"
   extends: virgl-gles2
 
 virgl-gles31:
+  parallel: 4
   variables:
     DEQP_VER: gles31
-    CI_NODE_INDEX: 1
-    CI_NODE_TOTAL: 10
     DEQP_OPTIONS: "--deqp-log-images=disable"
     DEQP_RUNNER_OPTIONS: "--timeout 120"
     MESA_GLES_VERSION_OVERRIDE: "3.1"



More information about the mesa-commit mailing list