diff options
author | Eric Anholt <[email protected]> | 2020-04-17 12:28:58 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-27 22:10:10 +0000 |
commit | a9e6a3ecc7de79dbaa8899d77c3b86fd303b513a (patch) | |
tree | cb89d624b024e644585b50a609baddca2b2d1a3f /.gitlab-ci/lava-deqp.yml.jinja2 | |
parent | acc56300dcc0b026d219181854ae475dfc0e926e (diff) |
ci: Enable --compact-display false on all dEQP runs.
We always want to see status updates happening in the logs, otherwise it
can like maybe your machine hung until the run actually completes.
Reviewed-by: Tomeu Vizoso <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4621>
Diffstat (limited to '.gitlab-ci/lava-deqp.yml.jinja2')
-rw-r--r-- | .gitlab-ci/lava-deqp.yml.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-deqp.yml.jinja2 b/.gitlab-ci/lava-deqp.yml.jinja2 index e7d980ec0cc..1ee127224f4 100644 --- a/.gitlab-ci/lava-deqp.yml.jinja2 +++ b/.gitlab-ci/lava-deqp.yml.jinja2 @@ -87,7 +87,7 @@ actions: - cd / - export DEQP_NO_SAVE_RESULTS=1 - - 'export DEQP_RUNNER_OPTIONS="--compact-display false --shuffle false"' + - 'export DEQP_RUNNER_OPTIONS="--shuffle false"' - export DEQP_EXPECTED_FAILS=deqp-{{ gpu_version }}-fails.txt - export DEQP_SKIPS=deqp-{{ gpu_version }}-skips.txt - export DEQP_VER={{ deqp_version }} |