Uh oh!
There was an error while loading. Please reload this page.
CI: dynamic jobs - #124175
Conversation
b325a04 to
0e9eed1Compare
This comment has been minimized.
This comment has been minimized.
55550c7 to
476d4aeCompare
This comment has been minimized.
This comment has been minimized.
65141ab to
8b945c3CompareKobzol
commented
Apr 19, 2024
@bors try |
CI: dynamic jobs Opening as a draft to experiment with [dynamic CI jobs](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/job.20matrix.20re-ordered.20PR.20list). r? `@ghost`
bors
commented
Apr 19, 2024
This comment has been minimized.
This comment has been minimized.
97ca4d3 to
8f21998Compare
This comment has been minimized.
This comment has been minimized.
bors
commented
Apr 20, 2024
☔ The latest upstream changes (presumably #124177) made this pull request unmergeable. Please resolve the merge conflicts. |
0efaec5 to
545c12fComparedc3c544 to
4d3e89cCompare
emilyalbini
left a comment
There was a problem hiding this comment.
Left a few minor nits, but this otherwise looks great!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Kobzol
commented
Apr 23, 2024
Thanks for the review, tried to fix all remarks in separate commits. |
emilyalbini
commented
Apr 23, 2024
@bors r+ |
bors
commented
Apr 23, 2024
Kobzol
commented
Apr 23, 2024
@bors rollup=never (Who knows what this might do in the |
| <<: *job-linux-16c | ||
| # Jobs that run when you perform a try build (@bors try) | ||
| # These jobs automatically inherit envs.production, to avoid repeating |
There was a problem hiding this comment.
Shouldn't they inherit envs.try? (And similar for auto below)
There was a problem hiding this comment.
Ah, good point, I forgot to update the comment. I'll add it to a follow up PR.
bors
commented
Apr 24, 2024
bors
commented
Apr 24, 2024
☀️ Test successful - checks-actions |
Kobzol
commented
Apr 24, 2024
Wow, it went through. Great. |
rust-timer
commented
Apr 24, 2024
Finished benchmarking commit (e7da0fa): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.216s -> 673.226s (0.00%) |
This PR modifies our CI workflows to be dynamic. This means that when a GitHub event is generated, we will run a Python script (
calculate-job-matrix.py), which decides which CI jobs should be generated. These jobs are defined insrc/ci/github-actions/jobs.yml).This should provide a few benefits:
expand-yaml-anchorsanymore.See this Zulip discussion for more context.
r? @ghost