-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Revert #143906 #145116
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
Revert #143906 #145116
Conversation
@bors try |
The Miri subtree was changed cc @rust-lang/miri |
|
Revert #143906 try-job: x86_64-gnu-aux
r=me when the try build is green |
If the CI is effectively blocked, shouldn't we do a try-merge to avoid wasting the 1h for the try build to finish? |
Ok, why not. @bors r=lqd p=101 |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
We can parallelize them, now that try builds are in new bors :) |
☀️ 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 2886b36 (parent) -> de3efa7 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard de3efa79f95852c7427587f1d535bfea7c0d6779 --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 (de3efa7): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.8%, secondary 3.6%)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: 465.538s -> 466.107s (0.12%) |
This reverts commit 71f0469, reversing changes made to 995ca3e.
Reverts #143906, which was merged in #145043.
It seems like it is causing test failures on CI that block merges (#144787 (comment).
try-job: x86_64-gnu-aux