gitlab-ci: Allow test jobs to add options to the dEQP invocation
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 20 Apr 2020 12:57:55 +0000 (14:57 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 24 Apr 2020 05:37:06 +0000 (05:37 +0000)
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4659>

.gitlab-ci/deqp-runner.sh

index 015e8b3d0bf556714bacd8929b8e0a6471804b55..fa525e2615b0f5617bb2d3d41ff3ded46dae2342 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -ex
 
-DEQP_OPTIONS="--deqp-surface-width=256 --deqp-surface-height=256"
+DEQP_OPTIONS="$DEQP_OPTIONS --deqp-surface-width=256 --deqp-surface-height=256"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-surface-type=pbuffer"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-gl-config-name=rgba8888d24s8ms0"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-visibility=hidden"