diff options
author | Eric Anholt <[email protected]> | 2020-05-15 16:01:15 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-22 16:44:46 +0000 |
commit | 6839ad59e6850beaa95a2d3a401672334ebd08e0 (patch) | |
tree | e59ee0b1bac729b6875815f2339862713fcf4235 /.gitlab-ci.yml | |
parent | 90cf494338512bde89717600efabc4135545216e (diff) |
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |