Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Provide a synchronous way to ready a git mirror
Browse files Browse the repository at this point in the history
For fluxd, we have a git mirroring implementation that keeps track of
its ready state. This is because when fluxd starts, it may not have a
viable SSH key, so it needs to be able to retry in the background,
while it does everything else that it can.

In the helm operator, and in tests, it's more useful to be able to
clone the repo and succeed or fail synchronously. This should remove
some flakes from the tests, which previously had to start the repo's
loop, and check back with it to see if it was ready -- which would
occasionally fail to be the case within the timeout.
  • Loading branch information
squaremo committed Jul 20, 2018
1 parent 40cfb09 commit d4deb69
Showing 1 changed file with 1 addition and 128 deletions.
129 changes: 1 addition & 128 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4deb69

Please sign in to comment.