Mesa (main): ci: add ACO_DEBUG to the list of variables to pass down for testing

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 10 10:54:10 UTC 2022


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

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Mon May  2 16:33:35 2022 +0300

ci: add ACO_DEBUG to the list of variables to pass down for testing

This parameter is used by radv-ci to perform extra validation while
running VKCTS.

This change catches more issues, which are will be addressed in !16248:
 - dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_i8vec2,Crash
 - dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_u8vec2,Crash

Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Suggested-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16277>

---

 .gitlab-ci/common/generate-env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index 885826b2e07..371ec96795d 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 for var in \
+    ACO_DEBUG \
     ASAN_OPTIONS \
     BASE_SYSTEM_FORK_HOST_PREFIX \
     BASE_SYSTEM_MAINLINE_HOST_PREFIX \



More information about the mesa-commit mailing list