Commit 3d232b7
authored
fix: add retry and caching to cert-manager manifest download in e2e-nightly (#324)
Align the nightly workflow's cert-manager install with the composite
action's pattern: download with curl -fsSL (3-attempt retry), cache
the manifest across runs, and apply from the local file. A transient
GitHub CDN failure (504, rate limit) during the download would
otherwise kill the E2E job.
Closes #322
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent b5f5eff commit 3d232b7
1 file changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
320 | 341 | | |
321 | 342 | | |
322 | 343 | | |
323 | | - | |
| 344 | + | |
324 | 345 | | |
325 | 346 | | |
326 | 347 | | |
| |||
0 commit comments