Skip to content

Commit 17d77df

Browse files
authored
Unrolled build for rust-lang#133169
Rollup merge of rust-lang#133169 - jieyouxu:update-triagebot-labels, r=WaffleLapkin Update autolabels for T-compiler and T-bootstrap - Tag more test suite changes with `T-compiler`. - Tag `src/build_helper` with `T-bootstrap`.
2 parents c602e9a + 75661c5 commit 17d77df

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

triagebot.toml

+21-6
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,21 @@ trigger_files = [
236236
"compiler",
237237

238238
# Tests
239+
"tests/assembly",
240+
"tests/auxiliary",
241+
"tests/codegen",
242+
"tests/codegen-units",
243+
"tests/COMPILER_TESTS.md",
244+
"tests/coverage",
245+
"tests/coverage-run-rustdoc",
246+
"tests/crashes",
247+
"tests/debuginfo",
248+
"tests/incremental",
249+
"tests/mir-opt",
250+
"tests/pretty",
251+
"tests/run-make",
239252
"tests/ui",
253+
"tests/ui-fulldeps",
240254
]
241255
exclude_labels = [
242256
"T-*",
@@ -353,21 +367,22 @@ trigger_files = [
353367

354368
[autolabel."T-bootstrap"]
355369
trigger_files = [
356-
"x.py",
357-
"x",
358-
"x.ps1",
370+
"Cargo.toml",
371+
"configure",
372+
"config.example.toml",
359373
"src/bootstrap",
374+
"src/build_helper",
360375
"src/tools/rust-installer",
361376
"src/tools/x",
362-
"configure",
363-
"Cargo.toml",
364-
"config.example.toml",
365377
"src/stage0",
366378
"src/tools/compiletest",
367379
"src/tools/tidy",
368380
"src/tools/rustdoc-gui-test",
369381
"src/tools/libcxx-version",
370382
"src/tools/rustc-perf-wrapper",
383+
"x.py",
384+
"x",
385+
"x.ps1"
371386
]
372387

373388
[autolabel."T-infra"]

0 commit comments

Comments
 (0)