From 3fe3dbea69e3916612536a944ced51d298b7fc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 2 May 2022 16:33:35 +0300 Subject: [PATCH] ci: add ACO_DEBUG to the list of variables to pass down for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Suggested-by: Samuel Pitoiset Acked-by: Samuel Pitoiset Part-of: --- .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 \