rust/src/ci/citool
2025-03-04 12:31:53 +01:00
..
src Record bootstrap step durations into GitHub summary in citool 2025-03-04 12:31:53 +01:00
tests Add tests 2025-02-17 12:30:02 +01:00
Cargo.lock Postprocess test suite metrics into GitHub summary 2025-03-04 12:30:41 +01:00
Cargo.toml Postprocess test suite metrics into GitHub summary 2025-03-04 12:30:41 +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.