From e87135c55202e8b51439cbbc331e7b8aea92b255 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Wed, 18 May 2022 13:00:35 +0200 Subject: [PATCH] radeonsi/tests: use a smaller tests-per-group value MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Faster glcts runs (44 -> 34 sec). Reviewed-by: Marek Olšák Part-of: --- src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py index 6fb56aa..694e80d 100755 --- a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py +++ b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py @@ -419,6 +419,8 @@ if args.glcts: cmd = [ "deqp-runner", "run", + "--tests-per-group", + "100", "--deqp", "{}/external/openglcts/modules/glcts".format(glcts_path), "--caselist", -- 2.7.4