Fix CI for unrolled builds on the try-perf branch#141634
Fix CI for unrolled builds on the try-perf branch#141634bors merged 1 commit intorust-lang:masterfrom
try-perf branch#141634Conversation
That branch is essentially the same as the `try` branch, it also needs S3 permissions. Long term, we should move rollup unrolling from rustc-perf to bors, so that we can have only a single try branch.
|
@bors r+ p=10 |
|
☀️ 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 d76fe15 (parent) -> 0fc6f16 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 0fc6f1672bdde8163164f10e46d2d9ffcaeb2161 --output-dir test-dashboardAnd 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 (0fc6f16): 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 (secondary 1.7%)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 (secondary -3.7%)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: 779.351s -> 780.158s (0.10%) |
That branch is essentially the same as the
trybranch, it also needs S3 permissions. While at it, I cleaned up secret loading a bit.Long term, we should move rollup unrolling from rustc-perf to bors, so that we can have only a single try branch.
The AWS Terraform configuration will also have to be changed to provide the secrets (the
borsenvironment) also for thetry-perfbranch.r? @marcoieni