ci: use CI_PROJECT_NAME for artifacts name

Since mesa is used in drm-ci, the artifacts in drm-ci jobs have
the 'mesa' prefix. This change replaces the hardcoded 'mesa'
prefix in the artifacts name with the CI_PROJECT_NAME variable.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33154>
This commit is contained in:
Vignesh Raman
2025-01-22 11:53:14 +05:30
committed by Marge Bot
parent 0aa9678d4d
commit ef3091736c
5 changed files with 10 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ include:
.ci-deqp-artifacts:
artifacts:
name: "mesa_${CI_JOB_NAME}"
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
when: always
untracked: false
paths: