Skip to content

Commit

Permalink
Use newer gocli which is more robust against pull errors
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rmohr committed Feb 14, 2019
1 parent ea50334 commit d2d4ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/ephemeral-provider-common.sh
Expand Up @@ -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
Expand Down

0 comments on commit d2d4ec5

Please sign in to comment.