File tree 1 file changed +21
-6
lines changed
1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,21 @@ trigger_files = [
236
236
" compiler" ,
237
237
238
238
# 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" ,
239
252
" tests/ui" ,
253
+ " tests/ui-fulldeps" ,
240
254
]
241
255
exclude_labels = [
242
256
" T-*" ,
@@ -353,21 +367,22 @@ trigger_files = [
353
367
354
368
[autolabel ."T-bootstrap" ]
355
369
trigger_files = [
356
- " x.py " ,
357
- " x " ,
358
- " x.ps1 " ,
370
+ " Cargo.toml " ,
371
+ " configure " ,
372
+ " config.example.toml " ,
359
373
" src/bootstrap" ,
374
+ " src/build_helper" ,
360
375
" src/tools/rust-installer" ,
361
376
" src/tools/x" ,
362
- " configure" ,
363
- " Cargo.toml" ,
364
- " config.example.toml" ,
365
377
" src/stage0" ,
366
378
" src/tools/compiletest" ,
367
379
" src/tools/tidy" ,
368
380
" src/tools/rustdoc-gui-test" ,
369
381
" src/tools/libcxx-version" ,
370
382
" src/tools/rustc-perf-wrapper" ,
383
+ " x.py" ,
384
+ " x" ,
385
+ " x.ps1"
371
386
]
372
387
373
388
[autolabel ."T-infra" ]
You can’t perform that action at this time.
0 commit comments