From 5f09ee77a1550b77a0f13ba406ffbba68581e33d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 19 Apr 2022 13:45:19 +0100 Subject: [PATCH] dzn/ci: Don't spam conformance warnings We know it's not conformant and that's OK. Signed-off-by: Daniel Stone Reviewed-by: Boris Brezillon Reviewed-by: Erik Faye-Lund Part-of: --- .gitlab-ci/windows/deqp_runner_run.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/windows/deqp_runner_run.ps1 b/.gitlab-ci/windows/deqp_runner_run.ps1 index 571836fa4f1..8e32a63faf8 100644 --- a/.gitlab-ci/windows/deqp_runner_run.ps1 +++ b/.gitlab-ci/windows/deqp_runner_run.ps1 @@ -20,6 +20,7 @@ $baseline = ".\_install\warp-fails.txt" $includes = @("-t", "dEQP-VK.api.*", "-t", "dEQP-VK.info.*", "-t", "dEQP-VK.draw.*", "-t", "dEQP-VK.query_pool.*", "-t", "dEQP-VK.memory.*") $env:DZN_DEBUG = "warp" +$env:MESA_VK_IGNORE_CONFORMANCE_WARNING = "true" deqp-runner run --deqp $($deqp_module) --output $($results) --caselist $($caselist) --baseline $($baseline) $($includes) --testlog-to-xml C:\deqp\executor\testlog-to-xml.exe --jobs 4 -- $($deqp_options) $deqpstatus = $?