@@ -100,8 +100,8 @@ Most platforms only run the build steps, some run a restricted set of tests,
100
100
only a subset run the full suite of tests (see Rust's [ platform tiers] ).
101
101
102
102
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 ) ,
105
105
although usually you will be notified of the result by a comment made by bors on
106
106
the corresponding PR.
107
107
@@ -110,9 +110,6 @@ more [here](#merging-prs-serially-with-bors).
110
110
111
111
[ platform tiers ] : https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
112
112
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
-
116
113
### Try builds
117
114
118
115
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.
179
176
> that are exercised this way.
180
177
181
178
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),
184
181
although usually you will be notified of the result by a comment made by bors on
185
182
the corresponding PR.
186
183
@@ -355,7 +352,7 @@ invalidated if one of the following changes:
355
352
- Files copied into the Docker image in the Dockerfile
356
353
- The architecture of the GitHub runner (x86 or ARM)
357
354
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
359
356
[ Docker registry caching ] : https://docs.docker.com/build/cache/backends/registry/
360
357
361
358
### LLVM caching with sccache
@@ -446,7 +443,7 @@ particular job, it is probably easiest to just look at the build log. To do
446
443
this:
447
444
448
445
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 >
450
447
to find the most recently successful build, and click on it.
451
448
2 . Choose the job you are interested in on the left-hand side.
452
449
3 . Click on the gear icon and choose "View raw logs"
@@ -458,7 +455,6 @@ this:
458
455
[ `jobs.yml` ] : https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
459
456
[ `.github/workflows/ci.yml` ] : https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml
460
457
[ `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
462
458
[ bors ] : https://github.com/bors
463
459
[ homu ] : https://github.com/rust-lang/homu
464
460
[ merge queue ] : https://bors.rust-lang.org/queue/rust
0 commit comments