summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2020-03-06 12:35:17 +0100
committerMichel Dänzer <[email protected]>2020-03-07 11:09:50 +0100
commit0103f02acb10dcdea23461ba214307a6827a7772 (patch)
tree98badb9751b505950cceaa7c8faee3822ad23289 /.gitlab-ci.yml
parent20c09c9c068b7dff6705cf385eac203fd12b806a (diff)
gitlab-ci: Always name artifacts archive after the job producing it
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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4085> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4085>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f91830fe3ba..56b9a7606c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,7 @@ success:
.ci-deqp-artifacts:
artifacts:
+ name: "mesa_${CI_JOB_NAME}"
when: always
untracked: false
paths:
@@ -189,6 +190,7 @@ arm_test:
.build-common:
extends: .ci-run-policy
artifacts:
+ name: "mesa_${CI_JOB_NAME}"
when: always
paths:
- _build/meson-logs/*.txt
@@ -538,7 +540,7 @@ scons-old-llvm:
- 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:
@@ -569,7 +571,7 @@ scons-old-llvm:
stage: llvmpipe
artifacts:
when: on_failure
- name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ name: "mesa_${CI_JOB_NAME}"
paths:
- summary/
variables: