Skip to content

Commit

Permalink
graph.json generation to include builders for all repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed May 6, 2016
1 parent 4635eae commit 19444d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc_scripts/write_tests_per_platform_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
if __name__ == '__main__':
with open(path_to_file('graph.json'), 'w') as f:
graph = build_tests_per_platform_graph(
builders=list_builders(repo_name='try'))
builders=list_builders())
json.dump(graph, f, sort_keys=True, indent=4, separators=(',', ': '))

0 comments on commit 19444d1

Please sign in to comment.