Skip to content

Commit

Permalink
Add 'pgo' as an entry for graph generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed May 6, 2016
1 parent 691c939 commit 4635eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozci/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _get_job_type(test_job):

def build_tests_per_platform_graph(builders):
"""Return a graph mapping platforms to tests that run in it."""
graph = {'debug': {}, 'opt': {}}
graph = {'debug': {}, 'opt': {}, 'pgo': {}}
up_builders = []
dn_builders = []

Expand Down

0 comments on commit 4635eae

Please sign in to comment.