Mesa (main): radeonsi/tests: use a smaller tests-per-group value

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri May 20 08:56:24 UTC 2022


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Wed May 18 13:00:35 2022 +0200

radeonsi/tests: use a smaller tests-per-group value

Faster glcts runs (44 -> 34 sec).

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16580>

---

 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 6fb56aa0b33..694e80d4fe9 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",



More information about the mesa-commit mailing list