-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Temporarily use Windows Server 2022 instead of Windows Server 2025 images #141023
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
…ages At the moment, it seems like Windows Server 2025 20250504.1.0 is misconfigured causing insufficient disk space failures. Temporarily go back to Windows Server 2022 in the hope that those are not also misconfigured.
Note that it's possible some CI tests may be sensitive to the OS version (e.g. they're testing newer OS behaviours or the runners have different versions of software we use). Then again, maybe it'll be fine. |
Yeah, that's true. However, I don't know what will fail unless we actually try running it 🤷 Maybe cdb, but I don't remember seeing those tests breaking when bumping windows-2022 -> windows-2025 🤔 |
@bors r+ |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
@bors p=100 |
@bors rollup=never (just in case, somehow) |
Looks like the Windows Server 2022 20250511.1.0 image doesn't have the
|
Seems to also complete within a |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 414482f (parent) -> 2a5da7a (this PR) Test differencesShow 166 test diffsStage 2
(and 66 additional test diffs) Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 2a5da7acd4c3eae638aa1c46f3a537940e60a0e4 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (2a5da7a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 1.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -3.3%, secondary -10.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 773.561s -> 773.204s (-0.05%) |
Tracking issue: #141022
At the moment, it seems like Windows Server 2025 20250504.1.0 is misconfigured, causing insufficient disk space failures. Temporarily go back to Windows Server 2022 in the hope that those are not also misconfigured to try to unblock the queue.
r? @marcoieni (or infra-ci)