freedreno/ci: Use TU_IGNORE_CONFORMANCE_WARNING to reduce warnings
authorMatt Turner <mattst88@gmail.com>
Wed, 23 Jun 2021 01:11:13 +0000 (01:11 +0000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 23 Jun 2021 07:07:42 +0000 (07:07 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11543>

.gitlab-ci/common/generate-env.sh
src/freedreno/ci/gitlab-ci.yml

index e0c2477..849782a 100755 (executable)
@@ -74,6 +74,7 @@ for var in \
     PIPELINE_ARTIFACTS_BASE \
     TEST_LD_PRELOAD \
     TU_DEBUG \
+    TU_IGNORE_CONFORMANCE_WARNING \
     VK_CPU \
     VK_DRIVER \
     ; do
index b64c1da..36a2087 100644 (file)
@@ -227,6 +227,7 @@ a630_vk:
     # features.  However, we end up with flaky results in
     # dEQP-VK.binding_model.*.geometry and dEQP-VK.glsl.*_vertex.
     TU_DEBUG: forcebin
+    TU_IGNORE_CONFORMANCE_WARNING: 1
 
 # Disabled by default until we can sort out what looks like timeouts before
 # getting to the first test (or is it at cleanup after tests completed?).
@@ -241,6 +242,7 @@ a630_vk_asan:
     DEQP_FRACTION: 100
     DEQP_PARALLEL: 4 # We get OOMkills if we go too wide with asan enabled
     TU_DEBUG: forcebin
+    TU_IGNORE_CONFORMANCE_WARNING: 1
     # Disable the leak checks, since the library gets dlclose()d and thus get
     # totally useless leak reports.  We can still catch buffer overflows.
     ASAN_OPTIONS: "detect_leaks=0"
@@ -257,6 +259,7 @@ a630_vk_sysmem:
     DEQP_CASELIST_FILTER: "dEQP-VK.renderpass.*"
     GPU_VERSION: freedreno-a630-bypass
     TU_DEBUG: sysmem
+    TU_IGNORE_CONFORMANCE_WARNING: 1
 
 a630_piglit:
   extends: