Skip to content

Commit 8c3302a

Browse files
committed
Move Fuchsia and RfL under ecosystem-test-jobs/ folder
Includes redirects to avoid breaking existing links.
1 parent c95537b commit 8c3302a

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

book.toml

+3-1
Original file line numberDiff line numberDiff 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"

src/SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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)

src/notification-groups/fuchsia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ This list will be used to notify [Fuchsia][fuchsia] maintainers
99
when the compiler or the standard library changes in a way that would
1010
break the Fuchsia integration.
1111

12-
[fuchsia]: ../tests/fuchsia.md
12+
[fuchsia]: ../tests/ecosystem-test-jobs/fuchsia.md

src/tests/fuchsia.md src/tests/ecosystem-test-jobs/fuchsia.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using your local Rust toolchain.
4040
src/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
4444
and debug jobs with Docker.
4545

4646
Note 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
176176
code and a roughly equal amount of third-party code, as counted by tokei

src/tests/rust-for-linux.md src/tests/ecosystem-test-jobs/rust-for-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ line to your PR description:
4848
Then when you `@bors try` it will pick the job that builds the Rust for Linux
4949
integration.
5050

51-
[rfl-ping]: ../notification-groups/rust-for-linux.md
51+
[rfl-ping]: ../../notification-groups/rust-for-linux.md

src/tests/ecosystem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ there aren't any significant regressions.
2424
We have CI jobs that build large open-source Rust projects that are used as
2525
regression 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)

0 commit comments

Comments
 (0)