-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Free disk space on Windows 2025 runners #144305
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
@bors try jobs=x86_64-msvc-1 |
Free disk space on Windows 2025 runners try-job: x86_64-msvc-1
e635015
to
9e95a28
Compare
I'll review this since I have a lot of context. r? marcoieni |
@bors try jobs=msvc,mingw |
Free disk space on Windows 2025 runners try-job: *msvc* try-job: *mingw*
96ed33f
to
7685c91
Compare
7685c91
to
5f662d5
Compare
@bors try jobs=x86_64-msvc-1 |
Free disk space on Windows 2025 runners try-job: x86_64-msvc-1
💔 Test failed (CI). Failed job:
|
This comment has been minimized.
This comment has been minimized.
try - dist-x86_64-mingw is the job with the lowest available disk space at 18G. So I think the script is removing enough disk space 🥳 Unfortunately in some jobs freeing the disk space takes up to 10 minutes. I think it's fine for now, but in the future we might want to try to make this step faster somehow 🤔 You can r=me once you clean the commit history 👍 |
cc46ba4
to
61e6e35
Compare
Oh weird, I have a single commit on my local branch, I guess I must have force pushed too early or something. Anyway I verified that it's definitely a single commit on github now. The time it takes seems very variable in with the same job on different runs. Sometimes 3 minutes, sometimes 10 or so. @bors r=marcoieni |
Where in the script does that happen? |
@bors r- I'll fix that. It seems I'm struggling to keep my local branch properly sync'd ATM 🙂 |
Please update the PR description to match the PR, then. |
I feel you, I struggle with git as well 😂 |
61e6e35
to
43018d3
Compare
Ok, let's try again 🙂 @bors r=marcoieni |
☀️ 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 919c409 (parent) -> 72716b1 (this PR) Test differencesShow 173 test diffsStage 2
(and 70 additional test diffs) Additionally, 3 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 72716b134ac26b837703e46cbda99a453ae92c42 --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 (72716b1): 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.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.5%, secondary 15.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 468.849s -> 468.451s (-0.08%) |
I've managed to reduce the time deletion takes by:
It still takes 2-10 mins but that's not too bad.