From: Tomeu Vizoso Date: Mon, 20 Apr 2020 12:57:55 +0000 (+0200) Subject: gitlab-ci: Allow test jobs to add options to the dEQP invocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b7c20b315c6bc9b54d844cfc58c80d32e9cd1a6;p=mesa.git gitlab-ci: Allow test jobs to add options to the dEQP invocation Signed-off-by: Tomeu Vizoso Reviewed-by: Eric Anholt Part-of: --- 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"