-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtask download / releng / omicron-package: timeouts, keepalives, and …
…retries (#5923) The HTTPS frontend for Buildomat has been hitting [illumos bug #16615](https://www.illumos.org/issues/16615), which resulted in a number of HTTP downloads from Buildomat artifact URLs not completing... and not timing out, either! This set of changes ensures that all of the HTTP downloads in `cargo xtask download`, `cargo xtask releng`, and `omicron-package` have timeouts and TCP keepalives configured, and have retries. Closes #5910. Closes #5911.
- Loading branch information
Showing
5 changed files
with
92 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
COMMIT="3203c51cf4473d30991b522062ac0df2e045c2f2" | ||
SHA2="36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568" |