dzn/ci: Don't spam conformance warnings
authorDaniel Stone <daniels@collabora.com>
Tue, 19 Apr 2022 12:45:19 +0000 (13:45 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 20 Apr 2022 14:52:40 +0000 (14:52 +0000)
We know it's not conformant and that's OK.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16031>

.gitlab-ci/windows/deqp_runner_run.ps1

index 571836f..8e32a63 100644 (file)
@@ -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 = $?