Skip to content

Commit 32b5201

Browse files
committed
Add try-perf and perf-tmp branch protections to rust-lang/rust
1 parent afcdb93 commit 32b5201

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

repos/rust-lang/rust.toml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ merge-bots = ["homu"]
3838
pattern = "beta"
3939
merge-bots = ["homu"]
4040

41-
[[branch-protections]]
42-
pattern = "try"
43-
merge-bots = ["homu"]
44-
45-
[[branch-protections]]
46-
pattern = "auto"
47-
merge-bots = ["homu"]
48-
4941
[[branch-protections]]
5042
pattern = "*"
5143
merge-bots = ["homu"]
@@ -65,3 +57,27 @@ pr-required = false
6557
[[branch-protections]]
6658
pattern = "automation/bors/try"
6759
pr-required = false
60+
61+
# Required for running try builds created by homu.
62+
# Must support force-pushes.
63+
[[branch-protections]]
64+
pattern = "try"
65+
merge-bots = ["homu"]
66+
67+
# Required for running auto (merge) builds created by homu.
68+
# Must support force-pushes.
69+
[[branch-protections]]
70+
pattern = "auto"
71+
merge-bots = ["homu"]
72+
73+
# Required for unrolled PR builds created by perfbot.
74+
# Must support force-pushes.
75+
[[branch-protections]]
76+
pattern = "try-perf"
77+
merge-bots = ["rust-timer"]
78+
79+
# Required for unrolled PR builds created by perfbot.
80+
# Must support force-pushes.
81+
[[branch-protections]]
82+
pattern = "perf-tmp"
83+
merge-bots = ["rust-timer"]

0 commit comments

Comments
 (0)