aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/bare-metal
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2020-05-15 16:15:07 -0700
committerMarge Bot <[email protected]>2020-05-22 16:44:46 +0000
commitae442c35982e1052267affd92a68f875159a2d08 (patch)
treec1eb19cea04311f204e49b0e1c193ca2ae1d3390 /.gitlab-ci/bare-metal
parentb4bccbde3684255f7f9d4e5cbb443ed849fe9c91 (diff)
ci: Enable a fractional run with UBO-to-constbuf disabled on a3xx.
This gets us coverage of an important case in the HW that the CTS otherwise basically doesn't hit. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5089>
Diffstat (limited to '.gitlab-ci/bare-metal')
-rwxr-xr-x.gitlab-ci/bare-metal/fastboot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/bare-metal/fastboot.sh b/.gitlab-ci/bare-metal/fastboot.sh
index f0167150150..7026f8f0962 100755
--- a/.gitlab-ci/bare-metal/fastboot.sh
+++ b/.gitlab-ci/bare-metal/fastboot.sh
@@ -65,11 +65,14 @@ for var in \
CI_NODE_TOTAL \
CI_PIPELINE_ID \
CI_RUNNER_DESCRIPTION \
+ DEQP_CASELIST_FILTER \
DEQP_EXPECTED_RENDERER \
DEQP_PARALLEL \
DEQP_RUN_SUFFIX \
DEQP_VER \
+ FD_MESA_DEBUG \
FLAKES_CHANNEL \
+ IR3_SHADER_DEBUG \
NIR_VALIDATE \
; do
val=`echo ${!var} | sed 's|"||g'`