From 4ede5c64fc02784708f8f837574ee68bd16fb5ac Mon Sep 17 00:00:00 2001
From: Julien Leduc <julien.leduc@cern.ch>
Date: Wed, 21 Mar 2018 11:19:48 +0100
Subject: [PATCH] Retry once the archiveretrieve CI job, as sometimes the eos
 instance reports no space for a possible bad timing between the FST and the
 MGM.

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65b51732ed..d5042f9d1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,6 +147,7 @@ archiveretrieve:
   except:
     - tags
   stage: test
+  retry: 1
   script:
     - 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/archive_retrieve.sh -O -D -t 1200
-- 
GitLab