@@ -100,8 +100,8 @@ Most platforms only run the build steps, some run a restricted set of tests,
100100only a subset run the full suite of tests (see Rust's [ platform tiers] ).
101101
102102Auto 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 ) ,
105105although usually you will be notified of the result by a comment made by bors on
106106the 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
118115Sometimes 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
181178Try 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),
184181although usually you will be notified of the result by a comment made by bors on
185182the 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
446443this:
447444
4484451 . 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.
4514482 . Choose the job you are interested in on the left-hand side.
4524493 . 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