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:
+1
-1
@@ -257,7 +257,7 @@ include:
|
|||||||
|
|
||||||
.ci-deqp-artifacts:
|
.ci-deqp-artifacts:
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
when: always
|
when: always
|
||||||
untracked: false
|
untracked: false
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
# We don't want to download any previous job's artifacts
|
# We don't want to download any previous job's artifacts
|
||||||
dependencies: []
|
dependencies: []
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- _build/meson-logs/*.txt
|
- _build/meson-logs/*.txt
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
- section_end ldd_section
|
- section_end ldd_section
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "${CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- results/
|
- results/
|
||||||
rules:
|
rules:
|
||||||
@@ -143,7 +143,7 @@ yaml-toml-shell-py-test:
|
|||||||
.piglit-traces-test:
|
.piglit-traces-test:
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
reports:
|
reports:
|
||||||
junit: results/junit.xml
|
junit: results/junit.xml
|
||||||
paths:
|
paths:
|
||||||
@@ -177,7 +177,7 @@ yaml-toml-shell-py-test:
|
|||||||
- ./install/fossilize-runner.sh
|
- ./install/fossilize-runner.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- results/
|
- results/
|
||||||
|
|
||||||
@@ -205,7 +205,7 @@ yaml-toml-shell-py-test:
|
|||||||
BM_ROOTFS: /rootfs-${DEBIAN_ARCH}
|
BM_ROOTFS: /rootfs-${DEBIAN_ARCH}
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- results/
|
- results/
|
||||||
- serial*.txt
|
- serial*.txt
|
||||||
@@ -399,7 +399,7 @@ yaml-toml-shell-py-test:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- results
|
- results
|
||||||
reports:
|
reports:
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
- . _install/piglit_run.ps1
|
- . _install/piglit_run.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- logs/
|
- logs/
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ test-spirv2dxil-windows:
|
|||||||
- . _install/spirv2dxil_run.ps1
|
- . _install/spirv2dxil_run.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- spirv2dxil_results.txt
|
- spirv2dxil_results.txt
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ test-dozen-deqp:
|
|||||||
- . _install/deqp_runner_run.ps1
|
- . _install/deqp_runner_run.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "{CI_PROJECT_NAME}_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- results/
|
- results/
|
||||||
reports:
|
reports:
|
||||||
|
|||||||
Reference in New Issue
Block a user