Bug 1558282 - Bring opt-upload-symbol jobs when shipping geckoview r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D36460
This commit is contained in:
@@ -474,7 +474,8 @@ def target_tasks_nightly_geckoview(full_task_graph, parameters, graph_config):
|
||||
def filter(task):
|
||||
# XXX Starting 69, we don't ship Fennec Nightly anymore. We just want geckoview to be
|
||||
# uploaded
|
||||
return task.kind == 'beetmover-geckoview'
|
||||
return task.kind in ('beetmover-geckoview', 'upload-symbols')
|
||||
|
||||
|
||||
return [l for l, t in full_task_graph.tasks.iteritems() if filter(t)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user