ci-tron: move s3_jwt token file to the project dir

CI-tron only passes that folder to the dut, not the rest of the system;
this allows CI-tron jobs to upload things to s3.fd.o, like piglit traces
failed renders.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36854>
This commit is contained in:
Eric Engestrom
2025-07-04 01:03:35 +02:00
committed by Marge Bot
parent 9ae98a081b
commit 24f5f5037b

View File

@@ -30,6 +30,9 @@
# Assume by default this is running deqp, as that's almost always true
HWCI_TEST_SCRIPT: install/deqp-runner.sh
# Per-job files need to be in CI_PROJECT_DIR
S3_JWT_FILE: $CI_PROJECT_DIR/s3_jwt
# Keep the job script in the artifacts
CI_TRON_JOB_SCRIPT_PATH: results/job_script.sh
needs: