Bug 1091368 - No Mountain Lion (10.8) tests on try by default - r=rail
authorChris Cooper <ccooper@deadsquid.com>
Thu, 30 Oct 2014 16:52:20 -0400 (2014-10-30)
changeset 11318 f17a02d3b10c2a451d01094cacc4b992bf7bd16b
parent 11317 5eb96e3a4c8f6079fa47670f43f4d29ce83e803f
child 11319 b9b541f5acd4328e7eaae5dfc9d50070f195e80a
child 11322 c0e8b1331bbc75cfa676ac1977dfe48f9602890d
push id8287
push usercoop@mozilla.com
push dateThu, 30 Oct 2014 20:52:24 +0000 (2014-10-30)
reviewersrail
bugs1091368
Bug 1091368 - No Mountain Lion (10.8) tests on try by default - r=rail
mozilla-tests/config.py
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -92,17 +92,18 @@ PLATFORMS = {
     'linux64-asan': {},
     'linux64-cc': {},
     'win64': {},
 }
 
 PLATFORMS['macosx64']['slave_platforms'] = ['snowleopard', 'mountainlion', 'mavericks']
 PLATFORMS['macosx64']['env_name'] = 'mac-perf'
 PLATFORMS['macosx64']['snowleopard'] = {'name': "Rev4 MacOSX Snow Leopard 10.6"}
-PLATFORMS['macosx64']['mountainlion'] = {'name': "Rev5 MacOSX Mountain Lion 10.8"}
+PLATFORMS['macosx64']['mountainlion'] = {'name': "Rev5 MacOSX Mountain Lion 10.8",
+                                         'try_by_default': False}
 PLATFORMS['macosx64']['mavericks'] = {'name': "Rev5 MacOSX Mavericks 10.9"}
 PLATFORMS['macosx64']['stage_product'] = 'firefox'
 PLATFORMS['macosx64']['mozharness_config'] = {
     'mozharness_python': '/tools/buildbot/bin/python',
     'hg_bin': 'hg',
     'reboot_command': ['/tools/buildbot/bin/python'] + MOZHARNESS_REBOOT_CMD,
     'system_bits': '64',
     'config_file': 'talos/mac_config.py',