The RustCI/CommitID job is the entry point of the Rustci pipeline. It can accept a commit SHA-1 hash or a GitHub PR ID from the rust-lang/rust repository (both are optional). Upon triggering, it invokes the RustCI/check job, which subsequently distributes the parallel execution of check and test jobs.
Rustci aims to provide stable and reliable riscv64 hardware for the Rust community, with the goal of elevating Rust's riscv64 support to Tier 1 status.
Rustci is currently under active development. As you may have observed, certain tests are currently failing on riscv64. We are planning to establish a test cases baseline and implementing automated cron monitoring to detect regressions on the riscv64 as early as possible.
During this phase, we welcome your feedback and aim to help you test your rustc patches on riscv64 hardware. Simultaneously, we are awaiting guidance from the Rust T-infra team on integrating this system into the official CI pipeline if this is allowed.
If you have any issue about this pleaase open one issue to report it.
We currently grant anonymous users read-only access.