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
Родитель 3ee25dd465
Коммит 7ff3369322
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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