Bug 1379789: Enable PGO test builders on date branch r=Callek draft
authorChris AtLee <catlee@mozilla.com>
Mon, 17 Jul 2017 10:10:08 -0400
changeset 15316 a029516a8a365f472e14dda0fbeaef6152395c91
parent 15315 93131d5b38faec7b84980c0ddd7165c65915d37f
push id176
push usercatlee@mozilla.com
push dateMon, 17 Jul 2017 14:10:50 +0000
reviewersCallek
bugs1379789
Bug 1379789: Enable PGO test builders on date branch r=Callek MozReview-Commit-ID: KzGWEStJGWH
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -89,16 +89,17 @@ PROJECT_BRANCHES = {
         },
     },
     # Disabled by bug 1363047
     # 'cypress': {},
     'date': {
         'enable_talos': True,
         'lock_platforms': True,
         'merge_builds': False,
+        'pgo_strategy': 'periodic',
         'platforms': {
             'win32': {},
             'win32-debug': {},
             'win64': {},
             'win64-debug': {},
         },
     },
     # Disabled by bug 1363047