mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #23022 - servo:jdm-patch-29, r=SimonSapin
Route all trychooser tasks to servo-try. Fixes #23020. Maybe this will deal with https://github.com/servo/homu/issues/191 as well? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23022) <!-- Reviewable:end -->
This commit is contained in:
commit
85ed1812ee
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ tasks:
|
|||
$let:
|
||||
treeherder_repo:
|
||||
$if: "branch[:4] == 'try-'"
|
||||
then: "servo-${branch}"
|
||||
else: "servo-try"
|
||||
then: "servo-try"
|
||||
else: "servo-${branch}"
|
||||
in:
|
||||
- "tc-treeherder.v2._/${treeherder_repo}.${event.after}"
|
||||
- "tc-treeherder-staging.v2._/${treeherder_repo}.${event.after}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue