From 324a1d0cd8c14c14ab403280d43de03517d5a6e6 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Wed, 6 Sep 2017 11:49:47 +0100 Subject: Retry on transient fetch errors In order to bypass: Cloning repository... Cloning into '/builds/gitlab/omnibus-gitlab'... error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1070f4f..f3d7013c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: buildstream/buildstream-fedora:latest variables: YBD_base: "/cache/ybd_base" YBD_gits: "/cache/ybd_base/gits" + GET_SOURCES_ATTEMPTS: 3 cache: paths: -- cgit v1.2.1