Uh oh!
There was an error while loading. Please reload this page.
CI: remove master job - #124332
Conversation
Uh oh!
There was an error while loading. Please reload this page.
2dfe26c to
65507eaCompareKobzol
commented
Apr 24, 2024
Ok, second attempt. I have moved toolstate publishing to the |
emilyalbini
commented
Apr 24, 2024
Not sure exactly why git decided to render the diff that way in the second commit 😅 r=me once the other PR is merged |
Kobzol
commented
Apr 24, 2024
Yeah that was super weird :D I moved the steps down from the anchor, but GH (also local git diff) decided to instead move the jobs up. |
Neither `env.DEPLOY` nor `env.DEPLOY_ALT` should be present in this job.
65507ea to
86da0e7CompareRebased since #124327 has been merged. I also added two new commits, so not approving immediately. |
CI: remove `expand-yaml-anchors` Opening for experiments. Blocked on rust-lang#124332 (first 4 commits are from that PR). r? `@ghost`
CI: remove `expand-yaml-anchors` Opening for experiments. Blocked on rust-lang#124332 (first 4 commits are from that PR). r? `@ghost`
CI: remove `expand-yaml-anchors` This PR unifies all CI outcome jobs in a single job, and then removes the `expand-yaml-anchors` tool, since it is no longer needed after this change. Opening for experiments. Blocked on rust-lang#124332 (first 4 commits are from that PR). r? `@ghost`
Kobzol
commented
Apr 25, 2024
@rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
emilyalbini
commented
Apr 27, 2024
@bors r+ rollup=iffy |
bors
commented
Apr 27, 2024
…oalbini CI: remove `master` job It only had one job (pun intended), to publish the toolstate. We could probably do that at the end of `auto` builds instead, which is what is done in this PR. r? `@pietroalbini`
bors
commented
Apr 27, 2024
bors
commented
Apr 27, 2024
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Kobzol
commented
Apr 27, 2024
Added missing checkout step. |
emilyalbini
commented
Apr 29, 2024
@bors r+ rollup=iffy |
bors
commented
Apr 29, 2024
bors
commented
Apr 29, 2024
bors
commented
Apr 29, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
Apr 29, 2024
Finished benchmarking commit (e27af29): 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)ResultsThis 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.
CyclesResultsThis 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: 671.855s -> 673.188s (0.20%) |
It only had one job (pun intended), to publish the toolstate. We could probably do that at the end of
autobuilds instead, which is what is done in this PR.r? @pietroalbini