backed out Bug 1277595, revs d5d26aa0f369, 42ab74605817, c1aa2a15b4eb, 32a569f4df06, dee2532bdc95, 5809a56922ed CLOSED TREE
* backed out Bug 1277595 - rev: d5d26aa0f369 * backed out Bug 1277595 - rev: 42ab74605817 * backed out Bug 1277595 - rev: c1aa2a15b4eb * backed out Bug 1277595 - rev: 32a569f4df06 * backed out Bug 1277595 - rev: dee2532bdc95 * backed out Bug 1277595 - rev: 5809a56922ed
This commit is contained in:
@@ -84,13 +84,3 @@ def target_tasks_ash_tasks(full_task_graph, parameters):
|
||||
return False
|
||||
return True
|
||||
return [l for l, t in full_task_graph.tasks.iteritems() if filter(t)]
|
||||
|
||||
|
||||
@_target_task('nightly_fennec')
|
||||
def target_tasks_nightly(full_task_graph, parameters):
|
||||
"""Select the set of tasks required for a nightly build of fennec. The
|
||||
nightly build process involves a pipeline of builds, signing,
|
||||
and, eventually, uploading the tasks to balrog."""
|
||||
return [t.label for t in full_task_graph.tasks.itervalues()
|
||||
if t.attributes.get('kind') in ['nightly-fennec', 'signing']]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user