-
Notifications
You must be signed in to change notification settings - Fork 249
Update workflow files to use self-hosted runners #1895
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
Merged
Merged
Conversation
This file contains hidden or 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
sam0x17
reviewed
Aug 1, 2025
Contributor
|
looks like 2 little tests failing related to the weight changes |
l0r1s
previously approved these changes
Aug 8, 2025
JohnReedV
previously approved these changes
Aug 8, 2025
JohnReedV
approved these changes
Aug 9, 2025
l0r1s
approved these changes
Aug 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates workflow files to use ephemeral self-hosted runners. Standby runners of each used instance type are available. If no standby runner is available, a new runner is provisioned. Each job uses a separate runner, after which it is re-imaged. Runners are put in recycle mode for up to an hour, which means that if extra runners were spun up during a period of high activity, they will serve as standby runners for the remainder of their billed hour.
In the event of capacity issues that prevent further scaling, only the standby runners will be available. Jobs will queue until they are finished and re-provisioned to pick up the next one.
Related Issue(s)
x
Type of Change
Breaking Change
Most workflows have been tested and adapted already where possible in local testing, but some issues may arise. Github hosted runners have a lot of dependencies pre-installed, while these runners use a base Ubuntu 24.04 installation with only Docker added. No assumptions can be made about pre-existing dependencies, and jobs need to install them.
Checklist
cargo fmtandcargo clippyto ensure my code is formatted and linted correctlyScreenshots (if applicable)
Please include any relevant screenshots or GIFs that demonstrate the changes made.
Additional Notes
Please provide any additional information or context that may be helpful for reviewers.