Mesa (master): ci: Run deqp-gles3 and deqp-gles31 on RadeonSI

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 7 07:04:10 UTC 2020


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Fri Aug 21 10:49:51 2020 +0200

ci: Run deqp-gles3 and deqp-gles31 on RadeonSI

Only a fourth of the GLES3 tests and a fifth of the GLES31 tests for
now, as the machine is quite slow and there's a problem with dEQP
calling fesetround all the time and that being very expensive on x86_64.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Acked-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6580>

---

 .gitlab-ci/lava-gitlab-ci.yml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index b16125fbb15..fe7ac4a3fcf 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -278,12 +278,23 @@ radeonsi-stoney-gles2:amd64:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-# Commented out while waiting for more DUTs to come online
-.radeonsi-stoney-gles3:amd64:
+radeonsi-stoney-gles3:amd64:
   extends:
     - radeonsi-stoney-gles2:amd64
   variables:
     DEQP_VERSION: gles3
+    CI_NODE_INDEX: 1
+    CI_NODE_TOTAL: 4
+  tags:
+    - mesa-ci-aarch64-lava-collabora
+
+radeonsi-stoney-gles31:amd64:
+  extends:
+    - radeonsi-stoney-gles2:amd64
+  variables:
+    DEQP_VERSION: gles31
+    CI_NODE_INDEX: 1
+    CI_NODE_TOTAL: 5
   tags:
     - mesa-ci-aarch64-lava-collabora
 



More information about the mesa-commit mailing list