Module: Mesa Branch: staging/23.3 Commit: 4cf717d489d4807d5bd84277d0a6359f21b2afcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cf717d489d4807d5bd84277d0a6359f21b2afcc
Author: Eric Engestrom <[email protected]> Date: Tue Dec 12 13:17:16 2023 +0000 ci/b2c: drop passthrough of unset CI_JOB_JWT Fixes: dabc068e6c04dca7800c ("ci: Use ci-fairy minio login via token file") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653> (cherry picked from commit 6cc6ebde3a16f76c5fe42aac7136c3384bafe338) --- .gitlab-ci/test/gitlab-ci.yml | 1 - .pick_status.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 45ca535452f..6b1aa0b81bf 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -380,7 +380,6 @@ clang-format: echo "export SCRIPTS_DIR=./install" >> ${JOB_FOLDER}/set-job-env-vars.sh echo "Variables passed through:" cat ${JOB_FOLDER}/set-job-env-vars.sh - echo "export CI_JOB_JWT=${CI_JOB_JWT}" >> ${JOB_FOLDER}/set-job-env-vars.sh set -x # Copy the mesa install tarball to the job folder, for later extraction diff --git a/.pick_status.json b/.pick_status.json index 4c1c36c555a..dda50bb437e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1704,7 +1704,7 @@ "description": "ci/b2c: drop passthrough of unset CI_JOB_JWT", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "dabc068e6c04dca7800c17c165e57c36c6cff7ee", "notes": null
