Bug 1351011: remove unused triggered_by property; r=Callek

The purpose of this parameter has been superseded by the `include_nightly`
property.

MozReview-Commit-ID: 4iXQsv9Drqg
This commit is contained in:
Dustin J. Mitchell
2017-03-27 20:10:08 +00:00
parent 860e1d0202
commit 9035033b90
6 changed files with 0 additions and 15 deletions

View File

@@ -149,10 +149,6 @@ class MachCommands(MachCommandBase):
@CommandArgument('--level',
required=True,
help='SCM level of this repository')
@CommandArgument('--triggered-by',
choices=['nightly', 'push'],
default='push',
help='Source of execution of the decision graph')
@CommandArgument('--target-tasks-method',
help='method for selecting the target tasks to generate')
def taskgraph_decision(self, **options):