Bug 1421002: Add an option to control where to find the try_task_config. r=dustin

MozReview-Commit-ID: ntC1fJOidr
This commit is contained in:
Tom Prince
2017-11-21 11:26:56 -07:00
parent a1ad9ef027
commit ce22bb732b
2 changed files with 8 additions and 2 deletions

View File

@@ -152,6 +152,8 @@ class MachCommands(MachCommandBase):
help='SCM level of this repository')
@CommandArgument('--target-tasks-method',
help='method for selecting the target tasks to generate')
@CommandArgument('--try-task-config-file',
help='path to try task configuration file')
def taskgraph_decision(self, **options):
"""Run the decision task: generate a task graph and submit to
TaskCluster. This is only meant to be called within decision tasks,