ci/traces: always export piglit EXTRA_ARGS
When a job doesn't define them, it won't get passed to piglit otherwise.
Fixes: 5ab60581da
("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>
This commit is contained in:

committed by
Marge Bot

parent
ebb68d506d
commit
f93b11822a
@@ -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
|
||||
|
Reference in New Issue
Block a user