Skip to content

Commit ba12d26

Browse files
authored
Unrolled build for #155352
Rollup merge of #155352 - Enselic:label-sync, r=Mark-Simulacrum triagebot.toml: Sync `assign.owners` with `autolabel."T-compiler"` In `autolabel."T-compiler"`, several `./tests/*` dirs are listed. But many of them are missing from `assign.owners`. Add them all to `assign.owners` so reviewers are picked from the compiler group, and not from the small `assign.adhoc_groups.fallback` group. Discovered in #153941 (comment). CC fallback group @Mark-Simulacrum @jieyouxu who can maybe confirm that the old setup was not intentional? (Edit: I hope it was not intentional, because in that case I should have reached out to you personally beforehand.)
2 parents 22cc674 + f684713 commit ba12d26

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,18 @@ dep-bumps = [
16331633
"/src/llvm-project" = ["@cuviper"]
16341634
"/src/rustdoc-json-types" = ["rustdoc"]
16351635
"/src/stage0" = ["bootstrap"]
1636+
"/tests/assembly-llvm" = ["compiler"]
1637+
"/tests/auxiliary" = ["compiler"]
1638+
"/tests/codegen-llvm" = ["compiler"]
1639+
"/tests/codegen-units" = ["compiler"]
1640+
"/tests/COMPILER_TESTS.md" = ["compiler"]
1641+
"/tests/coverage-run-rustdoc" = ["compiler"]
1642+
"/tests/coverage" = ["compiler"]
1643+
"/tests/crashes" = ["compiler"]
1644+
"/tests/debuginfo" = ["compiler"]
1645+
"/tests/incremental" = ["compiler"]
1646+
"/tests/mir-opt" = ["compiler"]
1647+
"/tests/pretty" = ["compiler"]
16361648
"/tests/run-make" = ["compiler"]
16371649
"/tests/run-make-cargo" = ["compiler"]
16381650
"/tests/rustdoc-html" = ["rustdoc"]
@@ -1642,6 +1654,7 @@ dep-bumps = [
16421654
"/tests/rustdoc-json" = ["@aDotInTheVoid"]
16431655
"/tests/rustdoc-ui" = ["rustdoc"]
16441656
"/tests/ui" = ["compiler"]
1657+
"/tests/ui-fulldeps" = ["compiler"]
16451658
"/src/tools/build-manifest" = ["bootstrap"]
16461659
"/src/tools/cargo" = ["@ehuss"]
16471660
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@jieyouxu"]

0 commit comments

Comments
 (0)