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
+2 -2
View File
@@ -18,7 +18,7 @@ test-spirv2dxil-windows:
- . _install/spirv2dxil_run.ps1
artifacts:
when: on_failure
name: "mesa_${CI_JOB_NAME}"
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- spirv2dxil_results.txt
@@ -42,7 +42,7 @@ test-dozen-deqp:
- . _install/deqp_runner_run.ps1
artifacts:
when: on_failure
name: "mesa_${CI_JOB_NAME}"
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- results/
reports: