Skip to content

Commit

Permalink
Unrolled build for rust-lang#126190
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#126190 - jieyouxu:run-make-triagebot, r=Nilstrieb,Kobzol

Autolabel run-make tests, remind to update tracking issue

- Autolabel PRs modifying `tests/run-make/` and `src/tools/run-make-support/` with `A-run-make` label.
- Add reminder to update the tracking issue <rust-lang#121876> if applicable when `tests/run-make/` is modified by a PR.

r? `@Kobzol`
  • Loading branch information
rust-timer authored Jun 9, 2024
2 parents 503dfcf + d3b1367 commit 7d98394
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@ trigger_files = [
"tests/ui/stack-protector"
]

[autolabel."A-run-make"]
trigger_files = [
"tests/run-make",
"src/tools/run-make-support"
]

[notify-zulip."I-prioritize"]
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
topic = "#{number} {title}"
Expand Down Expand Up @@ -684,7 +690,13 @@ message = "Some changes occurred in GUI tests."
cc = ["@GuillaumeGomez"]

[mentions."tests/run-make/"]
message = "Some changes occurred in run-make tests."
message = """
This PR modifies `tests/run-make/`. If this PR is trying to port a Makefile
run-make test to use rmake.rs, please update the
[run-make port tracking issue](https://github.com/rust-lang/rust/issues/121876)
so we can track our progress. You can either modify the tracking issue
directly, or you can comment on the tracking issue and link this PR.
"""
cc = ["@jieyouxu"]

[mentions."src/librustdoc/html/static/css/themes/ayu.css"]
Expand Down

0 comments on commit 7d98394

Please sign in to comment.