Bug 1303914 - buildbot - turn on fennec debug builds and tests for beta 50, r=aki
authorJordan Lund <jlund@mozilla.com>
Mon, 19 Sep 2016 21:32:49 -0700 (2016-09-20)
changeset 14550 2726220a2e497ecfd6263f2e9f0f6df7d2f95adc
parent 14548 ea3d1a7c5adf33130a211db17a9c4a82942157bd
child 14551 61f7a2c2a3099a84cc2087d8fe0441d7ff422028
child 14554 d17d80076abdd0631dd123b50e5dbd47fbc96731
child 14657 afb6b9678db61ad1d7f3b26a1924273f56ed5bad
push id10201
push userjlund@mozilla.com
push dateTue, 20 Sep 2016 05:02:24 +0000 (2016-09-20)
reviewersaki
bugs1303914
Bug 1303914 - buildbot - turn on fennec debug builds and tests for beta 50, r=aki MozReview-Commit-ID: 7Y5hpmh16A5
mozilla-tests/mobile_config.py
mozilla/config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -2988,17 +2988,17 @@ for name, branch in items_at_least(BRANC
 
 remove_suite_from_slave_platform(BRANCHES, PLATFORMS, 'mochitest-chrome', 'ubuntu64_vm_armv7_mobile', branches_to_keep=trunk_branches)
 remove_suite_from_slave_platform(BRANCHES, PLATFORMS, 'mochitest-chrome', 'ubuntu64_vm_armv7_large', branches_to_keep=trunk_branches)
 remove_suite_from_slave_platform(BRANCHES, PLATFORMS, 'mochitest-chrome', 'ubuntu64_vm_mobile', branches_to_keep=trunk_branches)
 remove_suite_from_slave_platform(BRANCHES, PLATFORMS, 'mochitest-chrome', 'ubuntu64_vm_large', branches_to_keep=trunk_branches)
 
 
 # Bug 1282849 - disable fennec debug builds and tests in buildbot
-for name, branch in items_at_least(BRANCHES, 'gecko_version', 50):
+for name, branch in items_at_least(BRANCHES, 'gecko_version', 51):
     for platform in branch['platforms'].keys():
         if platform not in ['android-api-15']:
             continue
         for slave_platform in ['ubuntu64_vm_armv7_mobile', 'ubuntu64_vm_armv7_large']:
             BRANCHES[name]['platforms'][platform][slave_platform]['debug_unittest_suites'] = []
 
 # Bug 1293730 - Fennec x86 builds as tier 1
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 51):
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2871,17 +2871,17 @@ for name, branch in items_before(BRANCHE
 ##Bug 1268542 - Disable Linux64 Debug builds and tests in buildbot
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 48):
     for platform in branch['platforms'].keys():
         if platform not in ['linux64-debug']:
             continue
         del branch['platforms'][platform]
 
 # Bug 1282849 - disable fennec debug builds and tests in buildbot
-for name, branch in items_at_least(BRANCHES, 'gecko_version', 50):
+for name, branch in items_at_least(BRANCHES, 'gecko_version', 51):
     for platform in branch['platforms'].keys():
         if platform not in ['android-api-15-debug']:
             continue
         del branch['platforms'][platform]
 
 #Bug 1282468 - disable buildbot asan builds on trunk
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 51):
     for platform in branch['platforms'].keys():