Mesa (master): gitlab-ci: Allow test jobs to add options to the dEQP invocation

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 24 05:53:37 UTC 2020


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Apr 20 14:57:55 2020 +0200

gitlab-ci: Allow test jobs to add options to the dEQP invocation

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4659>

---

 .gitlab-ci/deqp-runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 015e8b3d0bf..fa525e2615b 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -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"



More information about the mesa-commit mailing list