Skip to content

Commit

Permalink
Route all trychooser tasks to servo-try.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 13, 2019
1 parent d5fb066 commit c9927b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -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}"
Expand Down

0 comments on commit c9927b5

Please sign in to comment.