File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,7 @@ warning-policy = "error"
6262"/diagnostics/sessiondiagnostic.html" = " diagnostic-structs.html"
6363"/diagnostics/diagnostic-codes.html" = " error-codes.html"
6464"/miri.html" = " const-eval/interpret.html"
65- "/tests/integration .html" = " ecosystem.html"
65+ "/tests/fuchsia .html" = " ecosystem-test-jobs/fuchsia .html"
6666"/tests/headers.html" = " directives.html"
67+ "/tests/integration.html" = " ecosystem.html"
68+ "/tests/rust-for-linux.html" = " ecosystem-test-jobs/rust-for-linux.html"
Original file line number Diff line number Diff line change 2828 - [ Minicore] ( ./tests/minicore.md )
2929 - [ Ecosystem testing] ( ./tests/ecosystem.md )
3030 - [ Crater] ( ./tests/crater.md )
31- - [ Fuchsia] ( ./tests/fuchsia.md )
32- - [ Rust for Linux] ( ./tests/rust-for-linux.md )
31+ - [ Fuchsia] ( ./tests/ecosystem-test-jobs/ fuchsia.md )
32+ - [ Rust for Linux] ( ./tests/ecosystem-test-jobs/ rust-for-linux.md )
3333 - [ Performance testing] ( ./tests/perf.md )
3434 - [ Suggest tests tool] ( ./tests/suggest-tests.md )
3535 - [ Misc info] ( ./tests/misc.md )
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ This list will be used to notify [Fuchsia][fuchsia] maintainers
99when the compiler or the standard library changes in a way that would
1010break the Fuchsia integration.
1111
12- [ fuchsia ] : ../tests/fuchsia.md
12+ [ fuchsia ] : ../tests/ecosystem-test-jobs/ fuchsia.md
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ using your local Rust toolchain.
4040src/ci/docker/run.sh x86_64-fuchsia
4141```
4242
43- See the [ Testing with Docker] ( docker.md ) chapter for more details on how to run
43+ See the [ Testing with Docker] ( ../ docker.md) chapter for more details on how to run
4444and debug jobs with Docker.
4545
4646Note that a Fuchsia checkout is * large* – as of this writing, a checkout and
@@ -170,7 +170,7 @@ rustc book][platform-support].
170170[ `public_configs` ] : https://gn.googlesource.com/gn/+/main/docs/reference.md#var_public_configs
171171[ `//build/config:compiler` ] : https://cs.opensource.google/fuchsia/fuchsia/+/main:build/config/BUILD.gn;l=121;drc=c26c473bef93b33117ae417893118907a026fec7
172172[ build system ] : https://fuchsia.dev/fuchsia-src/development/build/build_system
173- [ fuchsia-ping ] : ../notification-groups/fuchsia.md
173+ [ fuchsia-ping ] : ../../ notification-groups/fuchsia.md
174174
175175[ ^ loc ] : As of June 2024, Fuchsia had about 2 million lines of first-party Rust
176176code and a roughly equal amount of third-party code, as counted by tokei
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ line to your PR description:
4848Then when you ` @bors try ` it will pick the job that builds the Rust for Linux
4949integration.
5050
51- [ rfl-ping ] : ../notification-groups/rust-for-linux.md
51+ [ rfl-ping ] : ../../ notification-groups/rust-for-linux.md
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ there aren't any significant regressions.
2424We have CI jobs that build large open-source Rust projects that are used as
2525regression tests in CI. Our integration jobs build the following projects:
2626
27- - [ Fuchsia] ( fuchsia.md )
28- - [ Rust for Linux] ( rust-for-linux.md )
27+ - [ Fuchsia] ( ./ecosystem-test-jobs/ fuchsia.md)
28+ - [ Rust for Linux] ( ./ecosystem-test-jobs/ rust-for-linux.md)
You can’t perform that action at this time.
0 commit comments