@@ -198,7 +198,7 @@ to help make the perf comparison as fair as possible.
198198>
199199> 3. Run the prescribed try jobs with `@bors try`. As aforementioned, this
200200> requires the user to either (1) have `try` permissions or (2) be delegated
201- > with `try` permissions by `@bors delegate` by someone who has `try`
201+ > with `try` permissions by `@bors delegate=try ` by someone who has `try`
202202> permissions.
203203>
204204> Note that this is usually easier to do than manually edit [`jobs.yml`].
@@ -213,10 +213,7 @@ the corresponding PR.
213213Multiple try builds can execute concurrently across different PRs, but there can be at most
214214a single try build running on a single PR at any given time.
215215
216- Note that try builds are handled using the [new bors] implementation.
217-
218216[rustc-perf]: https://github.com/rust-lang/rustc-perf
219- [new bors]: https://github.com/rust-lang/bors
220217
221218### Modifying CI jobs
222219
@@ -281,8 +278,7 @@ Breakages like these usually happen when another, incompatible PR is merged
281278after the build happened.
282279
283280To ensure a ` main ` branch that works all the time, we forbid manual merges.
284- Instead, all PRs have to be approved through our bot, [ bors] (the software
285- behind it is called [ homu] ).
281+ Instead, all PRs have to be approved through our bot, [ bors] .
286282All the approved PRs are put in a [ merge queue]
287283(sorted by priority and creation date) and are automatically tested one at the time.
288284If all the builders are green, the PR is merged, otherwise the failure is
@@ -465,8 +461,7 @@ To do this:
465461[ `jobs.yml` ] : https://github.com/rust-lang/rust/blob/HEAD/src/ci/github-actions/jobs.yml
466462[ `.github/workflows/ci.yml` ] : https://github.com/rust-lang/rust/blob/HEAD/.github/workflows/ci.yml
467463[ `src/ci/citool` ] : https://github.com/rust-lang/rust/blob/HEAD/src/ci/citool
468- [ bors ] : https://github.com/bors
469- [ homu ] : https://github.com/rust-lang/homu
464+ [ bors ] : https://github.com/rust-lang/bors
470465[ merge queue ] : https://bors.rust-lang.org/queue/rust
471466[ dist-x86_64-linux ] : https://github.com/rust-lang/rust/blob/HEAD/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
472467[ the GitHub Actions workflows page ] : https://github.com/rust-lang/rust/actions
0 commit comments