From e1cf581925303cb5baa0e46bb5fe16d59be1bd33 Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Wed, 8 Mar 2017 11:47:07 +0100 Subject: [PATCH] now expiring artifacts after 30 days as the repository was reaching 10GB quota limit (by the way this limit has been raised to 20GB today). --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47f4251e80..13ac1e7983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ cta_srpm: - make cta_srpm artifacts: + expire_in: 30 days paths: - build_srpm/RPM/SRPMS/ @@ -40,6 +41,7 @@ cta_rpm: - make cta_rpm artifacts: + expire_in: 30 days paths: - build_rpm/RPM/RPMS @@ -94,6 +96,7 @@ archiveretrieve: - export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)" - cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/systest.sh artifacts: + expire_in: 30 days paths: - pod_logs tags: -- GitLab