ci: deduplicate constructing the ARTIFACTS_BASE_URL

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26670>
This commit is contained in:
Eric Engestrom
2023-12-13 17:39:11 +00:00
committed by Marge Bot
parent d024da3900
commit e46702f7ae
8 changed files with 7 additions and 9 deletions

View File

@@ -190,8 +190,6 @@ then
printf "%s\n" "Found $(cat /tmp/version.txt), expected $MESA_VERSION"
fi
ARTIFACTS_BASE_URL="https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts"
./piglit summary aggregate "$RESULTS" -o junit.xml
PIGLIT_RESULTS="${PIGLIT_RESULTS:-replay}"