Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI in rust-lang/rust for new bors #125

Open
1 task
jdno opened this issue Aug 13, 2024 · 0 comments
Open
1 task

Set up CI in rust-lang/rust for new bors #125

jdno opened this issue Aug 13, 2024 · 0 comments

Comments

@jdno
Copy link
Member

jdno commented Aug 13, 2024

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:

  1. Add support for the rust-lang-ci organization to the new bors implementation so that it can run tests there.
  2. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant