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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user