This will help determine which artifacts generate how much traffic.
v2:
* Add "mesa_" prefix to make it obvious which project the artifacts are
from.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4085>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4085>
.ci-deqp-artifacts:
artifacts:
+ name: "mesa_${CI_JOB_NAME}"
when: always
untracked: false
paths:
.build-common:
extends: .ci-run-policy
artifacts:
+ name: "mesa_${CI_JOB_NAME}"
when: always
paths:
- _build/meson-logs/*.txt
- LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
artifacts:
when: always
- name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ name: "mesa_${CI_JOB_NAME}"
paths:
- results/
dependencies:
stage: llvmpipe
artifacts:
when: on_failure
- name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ name: "mesa_${CI_JOB_NAME}"
paths:
- summary/
variables:
- echo $result
- '[[ "$result" == "pass" ]]'
artifacts:
+ name: "mesa_${CI_JOB_NAME}"
when: always
paths:
- artifacts/