Mesa (master): ci: Do an explicit NIR validation-enabled pass on freedreno a630.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri May 22 17:04:34 UTC 2020


Module: Mesa
Branch: master
Commit: 6839ad59e6850beaa95a2d3a401672334ebd08e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6839ad59e6850beaa95a2d3a401672334ebd08e0

Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 15 16:01:15 2020 -0700

ci: Do an explicit NIR validation-enabled pass on freedreno a630.

We disable it for most of the CTS because it's slow, but let's do a
fractional run to make sure that we don't hit any obvious failures.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5089>

---

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 981d306b3c7..c1b0fb67a7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -827,6 +827,8 @@ arm64_a630_gles31_options:
     # Do a little testing with gmem and bypass forced.
     - DEQP_RUN_SUFFIX=-bypass FD_MESA_DEBUG=nogmem DEQP_EXPECTED_FAILS=deqp-freedreno-a630-bypass-fails.txt ./install/deqp-runner.sh
     - DEQP_RUN_SUFFIX=-gmem FD_MESA_DEBUG=nobypass ./install/deqp-runner.sh
+    # Check that we don't get obvious nir validation failures (though it's too expensive to run for the full CTS)
+    - DEQP_RUN_SUFFIX=-validate NIR_VALIDATE=1 ./install/deqp-runner.sh
 
 .baremetal-test:
   extends:



More information about the mesa-commit mailing list