-
Notifications
You must be signed in to change notification settings - Fork 344
chore: unifying downloading logic #4805
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! One step closer to an async agent for us, too 👏.
The nested upgrade tests that run on hourly will hit this code. Running it as a sanity check: https://github.com/dfinity/ic/actions/runs/14452611520 |
https://github.com/dfinity/ic/actions/runs/14452611520 |
This reverts commit 943d3bf.
This reverts commit 943d3bf because it breaks the `//rs/tests/nested:hostos_upgrade_smoke_test`. Schedule Hourly: https://github.com/dfinity/ic/actions/runs/14490678316 ✅ .
This chore builds on top of #4415.
Previously we had two ways of downloading ic os images. This PR enforces the use of
FileDownloader
utility that has support for resuming downloads.