ci: print env as other setups do

Let's be consistent.
Also needed for parsing device and traces yml file from logs.

Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18422>
This commit is contained in:
David Heidelberg 2022-09-07 15:43:15 +02:00 committed by Marge Bot
parent e1f032acc3
commit 96243ca6fa
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@
variables:
PIGLIT_REPLAY_EXTRA_ARGS: --keep-image --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_host=minio-packet.freedesktop.org --minio_bucket=mesa-tracie-public --role-session-name=${CI_PROJECT_PATH}:${CI_JOB_ID} --jwt-file=${CI_JOB_JWT_FILE}
script:
- echo "Variables passed through:"
- install/common/generate-env.sh
- install/piglit/piglit-traces.sh
.deqp-test: