rust/src/ci/citool
Michael Goulet b16f1ac5ff
Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieni
Increase the max. custom try jobs requested to `20`

Requested [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Increase.20try-job.20limit).

r? ````@marcoieni````
2025-03-06 15:40:02 -05:00
..
src Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieni 2025-03-06 15:40:02 -05:00
tests Add tests 2025-02-17 12:30:02 +01:00
Cargo.lock Upload Datadog average CPU usage metric in citool 2025-03-05 12:13:29 +01:00
Cargo.toml Upload Datadog average CPU usage metric in citool 2025-03-05 12:13:29 +01:00
README.md Implement CI tooling in Rust 2025-02-17 12:27:20 +01:00

CI tooling

This is a simple Rust script that determines which jobs should be executed on CI based on the situation (pull request, try job, merge attempt). It also provides a simple way of executing (some) CI jobs locally.