Bug 1252756 - Shut off periodic PGO on b2g-inbound, r=catlee
authorPhil Ringnalda <philringnalda@gmail.com>
Wed, 02 Mar 2016 07:10:35 -0800 (2016-03-02)
changeset 13854 6c131bed7fae7f553a34cede9f9f04478ff86ae5
parent 13852 25b7652be68bad681bd0e886f6e1d1c2399b5f5c
child 13855 fb1af69edbec5f0156d5d720142ad5be537be868
push id9740
push userphilringnalda@gmail.com
push dateWed, 02 Mar 2016 15:11:21 +0000 (2016-03-02)
reviewerscatlee
bugs1252756
Bug 1252756 - Shut off periodic PGO on b2g-inbound, r=catlee
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -22,18 +22,17 @@ PROJECT_BRANCHES = {
         },
         'branch_projects': ['spidermonkey_tier_1', 'spidermonkey_info'],
     },
     'b2g-inbound': {
         'merge_builds': False,
         'repo_path': 'integration/b2g-inbound',
         'enable_perproduct_builds': True,
         'mozconfig_dir': 'mozilla-central',
-        'pgo_strategy': 'periodic',
-        'periodic_start_hours': range(2, 24, 3),
+        'pgo_strategy': None,
         'talos_suites': {
             'xperf': 1,
         },
         'platforms': {
             'win32': {
                 'enable_checktests': False,
                 'slave_platforms': ['win7-ix'],
                 'talos_slave_platforms': ['win7-ix'],