Skip to content

Commit c19ed75

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

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

book.toml

Lines changed: 3 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
File renamed without changes.

src/tests/ecosystem.md

Lines changed: 2 additions & 2 deletions
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)