From 1d997f40548acfbc131f95c3f5a1c62f51111b5d Mon Sep 17 00:00:00 2001 From: Brian Stack Date: Wed, 9 Aug 2017 14:21:04 -0700 Subject: [PATCH] Bug 1370343 - Make add-new-tasks context be for groups rather than tasks r=dustin MozReview-Commit-ID: SxIRKBORON --HG-- extra : rebase_source : 1529957e2456eb9da6ac33721e0047a367f5f70b --- taskcluster/taskgraph/actions/add-new-jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/taskgraph/actions/add-new-jobs.py b/taskcluster/taskgraph/actions/add-new-jobs.py index fd5aae4d56f9..e2d2df9c197a 100644 --- a/taskcluster/taskgraph/actions/add-new-jobs.py +++ b/taskcluster/taskgraph/actions/add-new-jobs.py @@ -21,7 +21,7 @@ from taskgraph.taskgraph import TaskGraph symbol='add-new', description="Add new jobs using task labels", order=10000, - context=[{}], + context=[], schema={ 'type': 'object', 'properties': {