summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-03-01 15:51:07 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2021-03-01 15:51:07 -0500
commit18d6737e96de3440dffad45a031b5304fe22324b (patch)
tree1f1ee52a98c049c8a015e618aa6589c1ef1f28f7
parentc829b6179c318c775691974733f2ecbcafa0e502 (diff)
downloadcmake-18d6737e96de3440dffad45a031b5304fe22324b.tar.gz
gitlab-ci: always upload test and release artifacts
-rw-r--r--.gitlab/artifacts.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml
index bd13646b29..bf8e8b6d1d 100644
--- a/.gitlab/artifacts.yml
+++ b/.gitlab/artifacts.yml
@@ -71,6 +71,8 @@
.cmake_release_artifacts:
artifacts:
expire_in: 5d
+ # Release artifacts are of interest even for failed jobs.
+ when: always
paths:
# Any packages made.
- build/cmake-*-linux-x86_64.*
@@ -83,6 +85,8 @@
.cmake_test_artifacts:
artifacts:
expire_in: 1d
+ # External testing can be useful even if test jobs fail.
+ when: always
paths:
# Take the install tree.
- build/install/