Bug 1513480 - stop writing out deprecated runnable-jobs.json.gz r=emorley

Differential Revision: https://phabricator.services.mozilla.com/D15849

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dustin J. Mitchell 2019-01-07 21:06:20 +00:00
parent 848c9b1c1e
commit 15d08d8230

View File

@ -158,7 +158,6 @@ def taskgraph_decision(options, parameters=None):
write_artifact('full-task-graph.json', full_task_json)
# write out the public/runnable-jobs.json file
write_artifact('runnable-jobs.json.gz', full_task_graph_to_runnable_jobs(full_task_json))
write_artifact('runnable-jobs.json', full_task_graph_to_runnable_jobs(full_task_json))
# this is just a test to check whether the from_json() function is working