index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ci
/
github-actions
/
calculate-job-matrix.py
Age
Commit message (
Expand
)
Author
Lines
2025-01-07
Rename CI script from `calculate-job-matrix` to `ci.py`
Jakub Beránek
-210
/
+0
2024-12-04
Reformat Python code with `ruff`
Jakub Beránek
-4
/
+9
2024-07-26
CI: do not respect custom try jobs for unrolled perf builds
Jakub Beránek
-2
/
+8
2024-07-04
Make CI more agnostic of the owning GitHub organization
Jakub Beránek
-9
/
+5
2024-05-05
CI: fix auto builds and make sure that we always have at least a single CI job
Jakub Beránek
-1
/
+5
2024-05-05
Address review comments
Jakub Beránek
-4
/
+8
2024-05-05
Make the regex more robust
Jakub Beránek
-1
/
+1
2024-05-05
Parse try build CI job name from commit message
Jakub Beránek
-5
/
+46
2024-05-05
Use sum type for `WorkflowRunType`
Jakub Beránek
-14
/
+26
2024-04-29
Output `run_type` from the matrix calculation job
Jakub Beránek
-1
/
+14
2024-04-29
Rename `JobType` to `WorkflowRunType`
Jakub Beránek
-13
/
+13
2024-04-24
Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attribute
Jakub Beránek
-1
/
+1
2024-04-24
Skip jobs based on the active channel in Python
Jakub Beránek
-0
/
+12
2024-04-24
Use a type alias for a CI job
Jakub Beránek
-3
/
+5
2024-04-23
Make separate envs for try and auto builds
Jakub Beránek
-2
/
+2
2024-04-23
Load GitHub context from environment variables
Jakub Beránek
-12
/
+24
2024-04-20
Move `auto` jobs to calculate-job-matrix.py
Jakub Beránek
-6
/
+25
2024-04-20
Refactor `calculate-job-matrix.py`
Jakub Beránek
-23
/
+48
2024-04-20
Perform PR and try builds dynamically
Jakub Beránek
-4
/
+38
2024-04-20
Move calculate-job-matrix.py to `ci/github-actions`
Jakub Beránek
-0
/
+25