Remove mentions of rust-lang-ci/rust

Now that CI has been finally migrated to `rust-lang/rust`.
This commit is contained in:
Jakub Beránek 2025-05-23 13:27:17 +02:00
parent 5d24aedfa5
commit 316e392131
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 6 additions and 10 deletions

View File

@ -100,8 +100,8 @@ Most platforms only run the build steps, some run a restricted set of tests,
only a subset run the full suite of tests (see Rust's [platform tiers]). only a subset run the full suite of tests (see Rust's [platform tiers]).
Auto jobs are defined in the `auto` section of [`jobs.yml`]. They are executed Auto jobs are defined in the `auto` section of [`jobs.yml`]. They are executed
on the `auto` branch under the `rust-lang-ci/rust` repository[^rust-lang-ci] and on the `auto` branch under the `rust-lang/rust` repository and
their results can be seen [here](https://github.com/rust-lang-ci/rust/actions), their results can be seen [here](https://github.com/rust-lang/rust/actions),
although usually you will be notified of the result by a comment made by bors on although usually you will be notified of the result by a comment made by bors on
the corresponding PR. the corresponding PR.
@ -110,9 +110,6 @@ more [here](#merging-prs-serially-with-bors).
[platform tiers]: https://forge.rust-lang.org/release/platform-support.html#rust-platform-support [platform tiers]: https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
[^rust-lang-ci]: The `auto` and `try` jobs run under the `rust-lang-ci` fork for
historical reasons. This may change in the future.
### Try builds ### Try builds
Sometimes we want to run a subset of the test suite on CI for a given PR, or Sometimes we want to run a subset of the test suite on CI for a given PR, or
@ -179,8 +176,8 @@ the pattern as Markdown.
> that are exercised this way. > that are exercised this way.
Try jobs are defined in the `try` section of [`jobs.yml`]. They are executed on Try jobs are defined in the `try` section of [`jobs.yml`]. They are executed on
the `try` branch under the `rust-lang-ci/rust` repository[^rust-lang-ci] and the `try` branch under the `rust-lang/rust` repository and
their results can be seen [here](https://github.com/rust-lang-ci/rust/actions), their results can be seen [here](https://github.com/rust-lang/rust/actions),
although usually you will be notified of the result by a comment made by bors on although usually you will be notified of the result by a comment made by bors on
the corresponding PR. the corresponding PR.
@ -355,7 +352,7 @@ invalidated if one of the following changes:
- Files copied into the Docker image in the Dockerfile - Files copied into the Docker image in the Dockerfile
- The architecture of the GitHub runner (x86 or ARM) - The architecture of the GitHub runner (x86 or ARM)
[ghcr.io]: https://github.com/rust-lang-ci/rust/pkgs/container/rust-ci [ghcr.io]: https://github.com/rust-lang/rust/pkgs/container/rust-ci
[Docker registry caching]: https://docs.docker.com/build/cache/backends/registry/ [Docker registry caching]: https://docs.docker.com/build/cache/backends/registry/
### LLVM caching with sccache ### LLVM caching with sccache
@ -446,7 +443,7 @@ particular job, it is probably easiest to just look at the build log. To do
this: this:
1. Go to 1. Go to
<https://github.com/rust-lang-ci/rust/actions?query=branch%3Aauto+is%3Asuccess> <https://github.com/rust-lang/rust/actions?query=branch%3Aauto+is%3Asuccess>
to find the most recently successful build, and click on it. to find the most recently successful build, and click on it.
2. Choose the job you are interested in on the left-hand side. 2. Choose the job you are interested in on the left-hand side.
3. Click on the gear icon and choose "View raw logs" 3. Click on the gear icon and choose "View raw logs"
@ -458,7 +455,6 @@ this:
[`jobs.yml`]: https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml [`jobs.yml`]: https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
[`.github/workflows/ci.yml`]: https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml [`.github/workflows/ci.yml`]: https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml
[`src/ci/citool`]: https://github.com/rust-lang/rust/blob/master/src/ci/citool [`src/ci/citool`]: https://github.com/rust-lang/rust/blob/master/src/ci/citool
[rust-lang-ci]: https://github.com/rust-lang-ci/rust/actions
[bors]: https://github.com/bors [bors]: https://github.com/bors
[homu]: https://github.com/rust-lang/homu [homu]: https://github.com/rust-lang/homu
[merge queue]: https://bors.rust-lang.org/queue/rust [merge queue]: https://bors.rust-lang.org/queue/rust