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:
bors-servo 2019-03-13 14:34:36 -04:00 committed by GitHub
commit 85ed1812ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"