mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Rollup merge of #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`.
This commit is contained in:
commit
36180d9c71
@ -236,7 +236,21 @@ trigger_files = [
|
||||
"compiler",
|
||||
|
||||
# Tests
|
||||
"tests/assembly",
|
||||
"tests/auxiliary",
|
||||
"tests/codegen",
|
||||
"tests/codegen-units",
|
||||
"tests/COMPILER_TESTS.md",
|
||||
"tests/coverage",
|
||||
"tests/coverage-run-rustdoc",
|
||||
"tests/crashes",
|
||||
"tests/debuginfo",
|
||||
"tests/incremental",
|
||||
"tests/mir-opt",
|
||||
"tests/pretty",
|
||||
"tests/run-make",
|
||||
"tests/ui",
|
||||
"tests/ui-fulldeps",
|
||||
]
|
||||
exclude_labels = [
|
||||
"T-*",
|
||||
@ -353,21 +367,22 @@ trigger_files = [
|
||||
|
||||
[autolabel."T-bootstrap"]
|
||||
trigger_files = [
|
||||
"x.py",
|
||||
"x",
|
||||
"x.ps1",
|
||||
"Cargo.toml",
|
||||
"configure",
|
||||
"config.example.toml",
|
||||
"src/bootstrap",
|
||||
"src/build_helper",
|
||||
"src/tools/rust-installer",
|
||||
"src/tools/x",
|
||||
"configure",
|
||||
"Cargo.toml",
|
||||
"config.example.toml",
|
||||
"src/stage0",
|
||||
"src/tools/compiletest",
|
||||
"src/tools/tidy",
|
||||
"src/tools/rustdoc-gui-test",
|
||||
"src/tools/libcxx-version",
|
||||
"src/tools/rustc-perf-wrapper",
|
||||
"x.py",
|
||||
"x",
|
||||
"x.ps1"
|
||||
]
|
||||
|
||||
[autolabel."T-infra"]
|
||||
|
Loading…
Reference in New Issue
Block a user