From: Nikos Mavrogiannopoulos Date: Thu, 14 Jul 2016 07:21:16 +0000 (+0200) Subject: .gitlab-ci.yml: added expiration time of a week for failure artifacts X-Git-Tag: gnutls_3_5_3~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650230b4c7ab86a9d4f2f3c7bbe4e3a05fe031f6;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: added expiration time of a week for failure artifacts --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cc241e880..c25e10c27a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ Build and Check with asan: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - tests/*.log @@ -41,6 +42,7 @@ Build and Check with C99 and ubsan: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - tests/*.log @@ -58,6 +60,7 @@ Build and Check - separate build dir (x86): except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/tests/*.log @@ -74,6 +77,7 @@ Build and Check - without SSL 3.0: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/tests/*.log @@ -100,6 +104,7 @@ Build and Check - clang: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - tests/*.log @@ -131,6 +136,7 @@ Release build for windows DLLs: only: - tags artifacts: + expire_in: 6 months paths: - src/*.exe - lib/.libs/*.dll @@ -151,6 +157,7 @@ Build and Check for windows in separate build dir: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - build/tests/*.log @@ -166,6 +173,7 @@ Build and Check with valgrind: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - tests/*.log @@ -179,6 +187,7 @@ Build and Check on FreeBSD: except: - tags artifacts: + expire_in: 1 week when: on_failure paths: - tests/*.log