From 4635eae2b9212b4aac78ff18a27dc6e50479eb7b Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Fri, 6 May 2016 08:30:30 -0400 Subject: [PATCH] Add 'pgo' as an entry for graph generation --- mozci/platforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozci/platforms.py b/mozci/platforms.py index 16ca3f4..4c40593 100755 --- a/mozci/platforms.py +++ b/mozci/platforms.py @@ -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 = []