Module: Mesa Branch: main Commit: f93b11822ab11dfe1914369e530473c8d783a9ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f93b11822ab11dfe1914369e530473c8d783a9ca
Author: David Heidelberg <[email protected]> Date: Wed Oct 11 22:01:43 2023 +0200 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25654> --- .gitlab-ci/piglit/piglit-traces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
