diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2020-04-20 14:57:55 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-04-24 05:37:06 +0000 |
commit | 9b7c20b315c6bc9b54d844cfc58c80d32e9cd1a6 (patch) | |
tree | 2b790afa037fbabb6bcbee15791fb1da9c15b450 /.gitlab-ci | |
parent | 34ed5fff5b109f9fbd359bbaeeb818d48de5539a (diff) |
gitlab-ci: Allow test jobs to add options to the dEQP invocation
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>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/deqp-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |