diff options
author | Michael Weiser <michael.weiser@gmx.de> | 2018-04-25 16:54:27 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-05-07 14:16:00 +0200 |
commit | 1f4710c041dba874dc3c90b4f5e34e11c5357033 (patch) | |
tree | 1abef0189c9328973a852cb25c3920a21acfc84a /.gitlab-ci.yml | |
parent | 78946f2b4948348fcf594ccc2d201e33cf6da288 (diff) | |
download | gnutls-1f4710c041dba874dc3c90b4f5e34e11c5357033.tar.gz |
.gitlab-ci.yml: Expire all build log artifacts
Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84741959d2..2d53b7259f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,6 +171,7 @@ FIPS140-2.Fedora.x86_64: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/guile/tests/*.log @@ -456,6 +457,7 @@ ubsan-Werror.Fedora.x86_64: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - guile/tests/*.log @@ -478,6 +480,7 @@ Debian.x86_64: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/guile/tests/*.log @@ -537,6 +540,7 @@ Debian.aarch64: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/guile/tests/*.log |