Skip to content

Commit cc3f2eb

Browse files
authored
Merge pull request #2405 from Kobzol/remove-mentions-of-rust-lang-ci
Remove mentions of rust-lang-ci/rust
2 parents b2e388e + 316e392 commit cc3f2eb

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

src/tests/ci.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Most platforms only run the build steps, some run a restricted set of tests,
100100
only a subset run the full suite of tests (see Rust's [platform tiers]).
101101

102102
Auto jobs are defined in the `auto` section of [`jobs.yml`]. They are executed
103-
on the `auto` branch under the `rust-lang-ci/rust` repository[^rust-lang-ci] and
104-
their results can be seen [here](https://github.com/rust-lang-ci/rust/actions),
103+
on the `auto` branch under the `rust-lang/rust` repository and
104+
their results can be seen [here](https://github.com/rust-lang/rust/actions),
105105
although usually you will be notified of the result by a comment made by bors on
106106
the corresponding PR.
107107

@@ -110,9 +110,6 @@ more [here](#merging-prs-serially-with-bors).
110110

111111
[platform tiers]: https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
112112

113-
[^rust-lang-ci]: The `auto` and `try` jobs run under the `rust-lang-ci` fork for
114-
historical reasons. This may change in the future.
115-
116113
### Try builds
117114

118115
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.
179176
> that are exercised this way.
180177
181178
Try jobs are defined in the `try` section of [`jobs.yml`]. They are executed on
182-
the `try` branch under the `rust-lang-ci/rust` repository[^rust-lang-ci] and
183-
their results can be seen [here](https://github.com/rust-lang-ci/rust/actions),
179+
the `try` branch under the `rust-lang/rust` repository and
180+
their results can be seen [here](https://github.com/rust-lang/rust/actions),
184181
although usually you will be notified of the result by a comment made by bors on
185182
the corresponding PR.
186183
@@ -355,7 +352,7 @@ invalidated if one of the following changes:
355352
- Files copied into the Docker image in the Dockerfile
356353
- The architecture of the GitHub runner (x86 or ARM)
357354

358-
[ghcr.io]: https://github.com/rust-lang-ci/rust/pkgs/container/rust-ci
355+
[ghcr.io]: https://github.com/rust-lang/rust/pkgs/container/rust-ci
359356
[Docker registry caching]: https://docs.docker.com/build/cache/backends/registry/
360357

361358
### LLVM caching with sccache
@@ -446,7 +443,7 @@ particular job, it is probably easiest to just look at the build log. To do
446443
this:
447444

448445
1. Go to
449-
<https://github.com/rust-lang-ci/rust/actions?query=branch%3Aauto+is%3Asuccess>
446+
<https://github.com/rust-lang/rust/actions?query=branch%3Aauto+is%3Asuccess>
450447
to find the most recently successful build, and click on it.
451448
2. Choose the job you are interested in on the left-hand side.
452449
3. Click on the gear icon and choose "View raw logs"
@@ -458,7 +455,6 @@ this:
458455
[`jobs.yml`]: https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
459456
[`.github/workflows/ci.yml`]: https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml
460457
[`src/ci/citool`]: https://github.com/rust-lang/rust/blob/master/src/ci/citool
461-
[rust-lang-ci]: https://github.com/rust-lang-ci/rust/actions
462458
[bors]: https://github.com/bors
463459
[homu]: https://github.com/rust-lang/homu
464460
[merge queue]: https://bors.rust-lang.org/queue/rust

0 commit comments

Comments
 (0)