Mesa (main): dzn/ci: Don't spam conformance warnings

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 20 15:49:41 UTC 2022


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Tue Apr 19 13:45:19 2022 +0100

dzn/ci: Don't spam conformance warnings

We know it's not conformant and that's OK.

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

---

 .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 = $?
 



More information about the mesa-commit mailing list