Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: upload binaries to s3 before publish #1334

Merged

Conversation

jacderida
Copy link
Contributor

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.

Description

reviewpad:summary

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.
@RolandSherwin RolandSherwin added this pull request to the merge queue Feb 20, 2024
Merged via the queue into maidsafe:main with commit 244a182 Feb 20, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants