From d027f1b336faed6daa24ec6ed711aa2385b74fb3 Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Fri, 26 Sep 2025 11:30:33 +0200 Subject: [PATCH] Revert "ci: Temporarily hardcode S3 artifact path" This reverts commit a693539ff998cf3d1cfd43282ef22ad461fa5a65. It was modified in 8803388d15006fb7fbd2502f01dc582606ab6232 Signed-off-by: Sergi Blanch Torne Part-of: --- .gitlab-ci/setup-test-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/setup-test-env.sh b/.gitlab-ci/setup-test-env.sh index 48f4aa69c86..21a152333e0 100755 --- a/.gitlab-ci/setup-test-env.sh +++ b/.gitlab-ci/setup-test-env.sh @@ -300,7 +300,7 @@ function find_s3_project_artifact() { x_off local artifact_path="$1" - for project in "Valentine/mesa" "${S3_PROJECT_PATH}"; do + for project in "${FDO_UPSTREAM_REPO}" "${S3_PROJECT_PATH}"; do local full_path="${FDO_HTTP_CACHE_URI:-}${S3_BASE_PATH}/${project}/${artifact_path}" if curl-with-retry -s --head "https://${full_path}" >/dev/null; then echo "https://${full_path}"