Mesa (master): panfrost/ci: Run the full deqp-gles3 testsuite

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 4 11:39:14 UTC 2021


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Tue May  4 12:37:03 2021 +0200

panfrost/ci: Run the full deqp-gles3 testsuite

We recently added 5 more VIM3s to the lavalab, this should be more than
enough to run the full GLES 3.0 testsuite on G52.

Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10614>

---

 src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
index 2b11d87f244..16c5864bc2b 100644
--- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
@@ -101,13 +101,11 @@ panfrost-g52-gles2:arm64:
     ENV_VARS: "DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=G52"
 
 panfrost-g52-gles3:arm64:
+  parallel: 2
   extends:
     - .lava-test:arm64
     - .lava-meson-g12b-a311d-khadas-vim3
   variables:
-    # We don't have enough VIM3s to run the full GLES3 testsuite yet
-    CI_NODE_INDEX: 1
-    CI_NODE_TOTAL: 2
     DEQP_VERSION: gles3
     ENV_VARS: "PAN_MESA_DEBUG=deqp DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=G52"
 



More information about the mesa-commit mailing list