[ci] Baseline benchmark: runs-on.com runners#18888
Closed
Conversation
…ners Replace runs-on.com runner labels with GitHub-managed larger runners using custom images (pre-installed Aptos build deps). The migration is controlled by the USE_CUSTOM_APTOS_IMAGE_RUNNER repository variable: - When 'true': uses *-aptos-image-ubuntu22-x64 runners (custom image) - Otherwise: falls back to *-gh-ubuntu22-x64 runners (standard image) Runner mapping: - cpu=64 runs-on.com -> 64cpu-aptos-image-ubuntu22-x64 - cpu=16 runs-on.com -> 32cpu-aptos-image-ubuntu22-x64 (min custom size) - cpu=4 runs-on.com -> 32cpu-aptos-image-ubuntu22-x64 (min custom size) - c5ad.8xlarge runs-on.com -> 32cpu-aptos-image-ubuntu22-x64 Excludes workflow-run-docker-rust-build.yaml (uses runs-on/snapshot). Removes buildtools/packer/ (moved to internal-ops). Keeps .github/runs-on.yml for rollback capability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These system libraries are required by the hidapi and dw-sys crates. They were previously provided by the runs-on.com custom image but are missing from standard GitHub runner images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ison Keep actionlint, rust-setup, and buildtools changes from the migration PR, but revert workflow files to use original runs-on.com runners. This creates an apples-to-apples comparison against the GH runner migration PR by ensuring the same targeted tests run on both. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Benchmark complete. GH custom image runners are ~1.3 min faster than runs-on.com per job. Closing baseline comparison PR. |
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
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.
Summary
Test plan
rust-targeted-unit-teststiming against [ci] Migrate from runs-on.com to GitHub-managed larger runners #18882 (GH managed runners with custom image)🤖 Generated with Claude Code