--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -4,25 +4,25 @@ PROJECT_BRANCHES = {
# 'build-system': {}, # Bug 1010674
'fx-team': {
'merge_builds': False,
'enable_perproduct_builds': True,
'repo_path': 'integration/fx-team',
'mozconfig_dir': 'mozilla-central',
'enable_nightly': False,
'pgo_strategy': 'periodic',
- 'periodic_start_hours': range(2, 24, 3),
+ 'periodic_start_hours': range(0, 24, 3),
},
'mozilla-inbound': {
'merge_builds': False,
'repo_path': 'integration/mozilla-inbound',
'enable_perproduct_builds': True,
'mozconfig_dir': 'mozilla-central',
'pgo_strategy': 'periodic',
- 'periodic_start_hours': range(1, 24, 3),
+ 'periodic_start_hours': range(0, 24, 3),
'talos_suites': {
'xperf': 1,
},
'branch_projects': ['spidermonkey_tier_1'],
},
#'services-central': {}, # Bug 1010674
# 'alder': {},
# Bug 1252292 - Schedule e10s tests on Ash for all desktop platforms
@@ -61,16 +61,17 @@ PROJECT_BRANCHES = {
},
},
'autoland': {
'merge_builds': False,
'repo_path': 'integration/autoland',
'enable_perproduct_builds': True,
'mozconfig_dir': 'mozilla-central',
'pgo_strategy': 'periodic',
+ 'periodic_start_hours': range(0, 24, 3),
'talos_suites': {
'xperf': 1,
},
'branch_projects': ['spidermonkey_tier_1'],
},
#'birch': {}, # Bug 1010674
#'cedar': {}, # Bug 1272005
'cypress': {