From 1ba4710ab049cf1d305af49a4f6d658580965bef Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sat, 18 Apr 2020 00:50:51 +0100 Subject: [PATCH] Shorten build artifact lifetime These are large artifacts, so we shouldn't keep them around for too long (they are only needed for the tests that run immediately after build). --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b71fe72e2..a159b1eaa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,7 +114,7 @@ build_linux: # Only save the artifacts that are needed for running the tests in the next stage # and the compilation log. The entire build directory is too large to save as an # artifact. - expire_in: 1 week + expire_in: 2 hrs when: always paths: - build/linux/3d-viewer/