Commit 1de9138
authored
github: ell: clone from Google servers and retry (#328)
Recently, we had two jobs in a row that failed to clone ELL repo.
Probably because of the restrictions in place at git.kernel.org, and the
fact two clone are being done in parallel, likely from the same IP
range.
Switching to googlesource.com, which should be more tolerant, and retry
max 30 times with a 30 seconds sleep in between.
If it is really not possible to clone the repo, the 'ell' dir will not
be created.
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>1 parent e1e3978 commit 1de9138
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments