File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff 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]
241255exclude_labels = [
242256 " T-*" ,
@@ -353,21 +367,22 @@ trigger_files = [
353367
354368[autolabel ."T-bootstrap" ]
355369trigger_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" ]
You can’t perform that action at this time.
0 commit comments