Bug 1143766: Disable emulator jb/kk/l builds on trunk r=rail
authorChris AtLee <catlee@mozilla.com>
Mon, 16 Mar 2015 16:14:41 -0400 (2015-03-16)
changeset 11995 df2007cf96030b91be83b13e84ba911bde7a062f
parent 11994 756f369e434a8d735201326be880dbf5c462b514
child 11996 85e0ddfd7ab0338a8139db41db73c170636e673d
push id8699
push usercatlee@mozilla.com
push dateMon, 16 Mar 2015 20:14:51 +0000 (2015-03-16)
reviewersrail
bugs1143766
Bug 1143766: Disable emulator jb/kk/l builds on trunk r=rail
mozilla/b2g_config.py
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -2051,16 +2051,25 @@ for name, branch in items_before(BRANCHE
             del branch['platforms'][p]
 
 # b2g 2.2+
 for name, branch in items_before(BRANCHES, 'gecko_version', 37):
     for p in ('emulator-l', 'emulator-l-debug'):
         if p in branch['platforms']:
             del branch['platforms'][p]
 
+# Disable emulators for gecko 39 and higher, they're now in TC
+# See bug 1143766
+for name, branch in items_at_least(BRANCHES, 'gecko_version', 39):
+    for p in ('emulator-l', 'emulator-kk', 'emulator-jb',
+              'emulator-l-debug', 'emulator-kk-debug', 'emulator-jb-debug'):
+        if p in branch['platforms']:
+            del branch['platforms'][p]
+
+
 # Enable mozharness pinning
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 38):
     if name in ('ash', 'try', 'fx-team', 'mozilla-central', 'b2g-inbound'):
         branch['script_repo_manifest'] = \
             "https://hg.mozilla.org/%(repo_path)s/raw-file/%(revision)s/" + \
             "testing/mozharness/mozharness.json"
 
 # Enable mozharness desktop builds