Bug 1277389 - Schedule PGO builds on Ash at 9am and 9pm if the repo has changed. r=jlund
authorNick Thomas <nthomas@mozilla.com>
Wed, 01 Jun 2016 21:25:00 -0400 (2016-06-02)
changeset 14281 51c2e105e9de159087fc526a0ae4ba9cc589a023
parent 14280 63ab033a89914add39e71fd2eab0050cd7916891
child 14282 d1b967e0aa00283cd2fe51f148974ad4dd830c64
child 14283 79b1e2538a6ead077bb405d5bd1403538ac700ca
push id10023
push userryanvm@gmail.com
push dateThu, 02 Jun 2016 15:06:42 +0000 (2016-06-02)
reviewersjlund
bugs1277389
Bug 1277389 - Schedule PGO builds on Ash at 9am and 9pm if the repo has changed. r=jlund
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -26,17 +26,17 @@ PROJECT_BRANCHES = {
     #'services-central': {},  # Bug 1010674
     # 'alder': {},
     # Bug 1252292 - Schedule e10s tests on Ash for all desktop platforms
     'ash': {
         'enable_talos': False,
         'enable_valgrind': False,
         'lock_platforms': True,
         'merge_builds': False,
-        'periodic_start_hours': range(9, 0, 12),
+        'periodic_start_hours': [9, 21],
         'pgo_strategy': 'periodic',
         'platforms': {
             'linux': {
                 'slave_platforms': ['ubuntu32_vm'],
             },
             'linux-debug': {
                 'slave_platforms': ['ubuntu32_vm'],
             },