gluster / anthill

A Kubernetes/OpenShift operator to manage Gluster clusters
http://gluster-anthill.readthedocs.io/
Apache License 2.0
35 stars 12 forks source link

Add retries to build steps that access the network #47

Closed JohnStrunk closed 5 years ago

JohnStrunk commented 5 years ago

Describe what this PR does Travis tends to flake on steps that access network based resources. This commit wraps those commands in the travis_retry command that is built into the Travis environment that will retry operations up to 3 times.

Is there anything that requires special attention? Info on travis_retry

Related issues: N/A

humblec commented 5 years ago

This is nice one! and will avoid some spurious n/w failures ..LGTM.

humblec commented 5 years ago

@JohnStrunk Can you update this branch with master?