зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1649168 - Fix gecko decision task failure. r=fix CLOSED TREE
This commit is contained in:
Родитель
cad3ec3a4b
Коммит
3445ca16f5
|
@ -18,7 +18,7 @@ transforms = TransformSequence()
|
|||
|
||||
@transforms.add
|
||||
def build_command(config, jobs):
|
||||
scriptworkers = config.params["try_task_config"].get("scriptworker-canary-workers")
|
||||
scriptworkers = config.params["try_task_config"].get("scriptworker-canary-workers", [])
|
||||
# Filter the list of workers to those we have configured a set of canary
|
||||
# tasks for.
|
||||
scriptworkers = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче