[commit: ghc] master: gitlab-ci: Expire artifacts more aggressively (8eaf733)

git at git.haskell.org git at git.haskell.org
Mon Dec 17 17:45:36 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8eaf733f5bfe6c8c2db31542abe1f8a7c45b59a5/ghc

>---------------------------------------------------------------

commit 8eaf733f5bfe6c8c2db31542abe1f8a7c45b59a5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Dec 16 10:12:39 2018 -0500

    gitlab-ci: Expire artifacts more aggressively
    
    Namely after 2 weeks


>---------------------------------------------------------------

8eaf733f5bfe6c8c2db31542abe1f8a7c45b59a5
 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cdfecb..e5fb2ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,6 +78,7 @@ validate-x86_64-linux-deb8-hadrian:
   artifacts:
     reports:
       junit: junit.xml
+    expire_in: 2 week
     paths:
       - ghc.tar.xz
       - junit.xml
@@ -106,13 +107,13 @@ validate-x86_64-darwin:
     - cp -Rf $HOME/.cabal cabal-cache
   artifacts:
     when: always
+    expire_in: 2 week
   cache:
     key: darwin
     paths:
       - cabal-cache
       - toolchain
 
-
 .validate-linux:
   extends: .validate
   tags:
@@ -140,6 +141,7 @@ validate-aarch64-linux-deb9:
   allow_failure: true
   artifacts:
     when: always
+    expire_in: 2 week
   cache:
     key: linux-aarch64-deb9
   tags:
@@ -150,6 +152,7 @@ validate-x86_64-linux-deb9:
   image: ghcci/x86_64-linux-deb9:0.2
   artifacts:
     when: always
+    expire_in: 2 week
   cache:
     key: linux-x86_64-deb9
 
@@ -169,6 +172,7 @@ validate-x86_64-linux-deb8:
     key: linux-x86_64-deb8
   artifacts:
     when: always
+    expire_in: 2 week
 
 validate-x86_64-linux-fedora27:
   extends: .validate-linux
@@ -177,6 +181,7 @@ validate-x86_64-linux-fedora27:
     key: linux-x86_64-fedora27
   artifacts:
     when: always
+    expire_in: 2 week
 
 validate-x86_64-linux-deb9-integer-simple:
   extends: .validate-linux
@@ -235,6 +240,7 @@ validate-x86_64-windows:
   image: ghcci/x86_64-linux-deb8:0.1
   artifacts:
     when: always
+    expire_in: 2 week
     reports:
       junit: junit.xml
     paths:



More information about the ghc-commits mailing list