skip[ci]: use prebuild images for some runs#6923
Merged
joseph-isaacs merged 16 commits intodevelopfrom Mar 13, 2026
Merged
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
The ubuntu24-full-x64 image in the private runs-on config already resolves to the custom vortex-ci-x64-* AMI, so no need for a separate -pre image name. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Switch lint to ubuntu24-full-x64-pre and windows to windows25-full-x64-pre. Revert local runs-on.yml to just extend private config. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
The mozilla-actions/sccache-action conflicts with the sccache already on the pre-built image, causing a version mismatch error in the post-action stats step. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Pool overrides the image setting. Switch to runner= so the image=windows25-full-x64-pre override is respected. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
VS Build Tools, Python, Rust, nextest, and sccache are all baked into the vortex-ci-windows-x64 AMI. Use setup-prebuild for both windows and arm64. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Rust is installed to $USERPROFILE\.cargo\bin on the AMI but not on the runner PATH by default. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
The runner runs as 'runner' user but Rust was installed as Administrator during AMI build. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
onursatici
approved these changes
Mar 13, 2026
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.
Uses a pre-build CI image for some of the CI runs. I will monitor for a week and then move over everything.
runs: