diff options
author | David Heidelberg <david.heidelberg@collabora.com> | 2023-10-11 22:01:43 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-10-11 21:18:13 +0000 |
commit | f93b11822ab11dfe1914369e530473c8d783a9ca (patch) | |
tree | 6d5d1d48d4d67908e242e9d69ab8ffa58e0488b1 /.gitlab-ci | |
parent | ebb68d506d235afff1e17ded77186782c2f90e60 (diff) | |
download | mesa-f93b11822ab11dfe1914369e530473c8d783a9ca.tar.gz mesa-f93b11822ab11dfe1914369e530473c8d783a9ca.tar.bz2 mesa-f93b11822ab11dfe1914369e530473c8d783a9ca.zip |
ci/traces: always export piglit EXTRA_ARGS
When a job doesn't define them, it won't get passed to piglit otherwise.
Fixes: 5ab60581da92 ("ci/traces: keep images for every job except the performance testing")
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25654>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/piglit/piglit-traces.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/piglit/piglit-traces.sh b/.gitlab-ci/piglit/piglit-traces.sh index 326df1e1d75..3ad3070584b 100755 --- a/.gitlab-ci/piglit/piglit-traces.sh +++ b/.gitlab-ci/piglit/piglit-traces.sh @@ -18,7 +18,7 @@ if [ "$PIGLIT_REPLAY_SUBCOMMAND" = "profile" ]; then "$PIGLIT_REPLAY_DESCRIPTION_FILE" else # keep the images for the later upload - PIGLIT_REPLAY_EXTRA_ARGS="--keep-image ${PIGLIT_REPLAY_EXTRA_ARGS}" + export PIGLIT_REPLAY_EXTRA_ARGS="--keep-image ${PIGLIT_REPLAY_EXTRA_ARGS}" fi # WINE |