From 1569414574d6560c4730498021f443bf77dc0442 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Mon, 18 Nov 2024 20:03:57 +0800 Subject: [PATCH 1/2] Tag more test suite changes with `T-compiler` --- triagebot.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index c5942fe27cd..8510883c202 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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-*", From 75661c535f2517920ec2064b480945f79caed6e7 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Mon, 18 Nov 2024 20:07:03 +0800 Subject: [PATCH 2/2] Tag `src/build_helper` with `T-bootstrap` --- triagebot.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 8510883c202..6154ffedc14 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -367,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"]