rust/src/ci/citool
Jakub Beránek 7ca7675b78 Make all keys explicit in citool
Just to avoid surprises, the amount of used keys is not large.
2025-03-10 13:10:53 +01:00
..
src Make all keys explicit in citool 2025-03-10 13:10:53 +01: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.