ci: fix the artifact name

This has probably no incidence on anything else but human-visible names
but let's fix it anyway.

Fixes: ef3091736c ("ci: use CI_PROJECT_NAME for artifacts name")
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32927>
(cherry picked from commit 978c0989eb)
This commit is contained in:
Martin Roukala (né Peres) 2025-01-31 06:22:28 +02:00 committed by Eric Engestrom
parent 52439657be
commit 729f1b1112
6 changed files with 10 additions and 10 deletions

View file

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

View file

@ -16,7 +16,7 @@
# We don't want to download any previous job's artifacts
dependencies: []
artifacts:
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
when: always
paths:
- _build/meson-logs/*.txt

View file

@ -143,7 +143,7 @@ yaml-toml-shell-py-test:
.piglit-traces-test:
artifacts:
when: on_failure
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
reports:
junit: results/junit.xml
paths:
@ -177,7 +177,7 @@ yaml-toml-shell-py-test:
- ./install/fossilize-runner.sh
artifacts:
when: on_failure
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- results/
@ -205,7 +205,7 @@ yaml-toml-shell-py-test:
BM_ROOTFS: /rootfs-${DEBIAN_ARCH}
artifacts:
when: always
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- results/
- serial*.txt
@ -399,7 +399,7 @@ yaml-toml-shell-py-test:
artifacts:
when: always
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- results
reports:

View file

@ -704,7 +704,7 @@
"description": "ci: fix the artifact name",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "ef3091736c3ec63303e483d8f3cb0924b4a4fa4f",
"notes": null

View file

@ -23,7 +23,7 @@
- . _install/piglit_run.ps1
artifacts:
when: on_failure
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- logs/
variables:

View file

@ -18,7 +18,7 @@ test-spirv2dxil-windows:
- . _install/spirv2dxil_run.ps1
artifacts:
when: on_failure
name: "{CI_PROJECT_NAME}_${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: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
paths:
- results/
reports: