From 24f5f5037b1acebfe6b55b3644a1516538765413 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 4 Jul 2025 01:03:35 +0200 Subject: [PATCH] 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: --- .gitlab-ci/ci-tron/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/ci-tron/gitlab-ci.yml b/.gitlab-ci/ci-tron/gitlab-ci.yml index fa6eb7e2463..4d0083e0041 100644 --- a/.gitlab-ci/ci-tron/gitlab-ci.yml +++ b/.gitlab-ci/ci-tron/gitlab-ci.yml @@ -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: