From 693ae0d3e9c911602e20176d450eb98c2f1a1ec2 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Tue, 4 May 2021 12:37:03 +0200 Subject: [PATCH] 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 Reviewed-by: Tomeu Vizoso Part-of: --- 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"