You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are in the process of reimplementing bors in Rust. The implementation has progressed far enough that we want to start testing it on the rust-lang/rust repository. There are two possible approaches to make this happen:
Add support for the rust-lang-ci organization to the new bors implementation so that it can run tests there.
Configure the rust-lang/rust repository so that tests can be run there.
Historically, the rust-lang-ci organization was required to protect the secrets used in CI. But this isn't necessary anymore, and we want to eventually deprecate the organization anyways. So after some discussion in Zulip, we decided that we want to use the second approach for bors.
Tasks
This list is a work-in-progress.
Create and configure the repository secrets that are required to run the test suite.
The text was updated successfully, but these errors were encountered:
We are in the process of reimplementing bors in Rust. The implementation has progressed far enough that we want to start testing it on the
rust-lang/rust
repository. There are two possible approaches to make this happen:rust-lang-ci
organization to the new bors implementation so that it can run tests there.rust-lang/rust
repository so that tests can be run there.Historically, the
rust-lang-ci
organization was required to protect the secrets used in CI. But this isn't necessary anymore, and we want to eventually deprecate the organization anyways. So after some discussion in Zulip, we decided that we want to use the second approach for bors.Tasks
This list is a work-in-progress.
The text was updated successfully, but these errors were encountered: