-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: upload binaries to s3 before publish
We found CI node manager upgrade tests did not work correctly when a release was running at the same time, which is a common scenario. The reason is because the node manager uses `crates.io` to get the latest version of the node and then attempts to download binaries from S3 based on that version number, but those binaries were not yet available on S3. We now change the process to upload the binaries to S3 before the publishing phase.
- Loading branch information
1 parent
b1d77e2
commit 244a182
Showing
2 changed files
with
26 additions
and
11 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