mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Retry "godep restore" once in verify-dockerized.sh
This should fix #36110. The current flake rate is 0.5%, so with the unrealistic assumption of uncorrelated flakes, a single retry will bring it down to <0.01% flake rate.
This commit is contained in:
parent
7747f5eefd
commit
bfae674093
@ -39,7 +39,8 @@ export LOG_LEVEL=4
|
||||
cd /go/src/k8s.io/kubernetes
|
||||
|
||||
# hack/verify-client-go.sh requires all dependencies exist in the GOPATH.
|
||||
godep restore
|
||||
# the retry helps avoid flakes while keeping total time bounded.
|
||||
godep restore || godep restore
|
||||
|
||||
./hack/install-etcd.sh
|
||||
make verify
|
||||
|
Loading…
Reference in New Issue
Block a user