Module: Mesa
Branch: main
Commit: 96243ca6fa67736ef9363d105d325917342ffe94
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=96243ca6fa67736ef9363d105d325917342ffe94

Author: David Heidelberg <[email protected]>
Date:   Wed Sep  7 15:43:15 2022 +0200

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 <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18422>

---

 .gitlab-ci/test/gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index c2f39372d63..c6ee1784c07 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -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:

Reply via email to