Bug 1649168: Allow specifying arbitrary routes for `mach try scriptworker; r=rail

This will be used to notify releng, when failures happen in scriptworker-canary
runs.

Differential Revision: https://phabricator.services.mozilla.com/D82818
This commit is contained in:
Tom Prince 2020-07-10 16:10:57 +00:00
parent 3ee25dd465
commit 7ff3369322

View File

@ -66,7 +66,7 @@ class ScriptworkerParser(BaseTryParser):
]
common_groups = ["push"]
task_configs = ["worker-overrides"]
task_configs = ["worker-overrides", "routes"]
def get_releases(branch):