Commit 94df340
committed
ci: retry transport failures when fetching the installer
`--retry` covers a transient HTTP status and a timeout and does not cover a
failure of the transport. `curl: (35) Recv failure: Connection reset by peer`
is what this ecosystem's runners actually meet, and it produces a red job that
names no defect.1 parent 366c48e commit 94df340
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments