From d2d4ec548641e9f7b92cb8774572e705fbe329c4 Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Wed, 13 Feb 2019 21:21:20 +0100 Subject: [PATCH] Use newer gocli which is more robust against pull errors In case pulling images fails during cluster-up, gocli will retry four times per image before giving up. That should help against flakes when starting the cluster. --- cluster/ephemeral-provider-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ephemeral-provider-common.sh b/cluster/ephemeral-provider-common.sh index 2979961f0009..eebe6e520912 100644 --- a/cluster/ephemeral-provider-common.sh +++ b/cluster/ephemeral-provider-common.sh @@ -2,7 +2,7 @@ set -e -_cli="docker run --privileged --net=host --rm ${USE_TTY} -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:df958c060ca8d90701a1b592400b33852029979ad6d5c1d9b79683033704b690" +_cli="docker run --privileged --net=host --rm ${USE_TTY} -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:4a4565eb4487be95f464cb942590bbaa980a5b56acb32d955f7a9f81f4ba843c" function _main_ip() { echo 127.0.0.1