Bug 1151699 - Disable cypress tests; r=catlee
authorMike Shal <mshal@mozilla.com>
Fri, 10 Apr 2015 16:19:22 -0400 (2015-04-10)
changeset 12158 9ccdc8a458ecbb0cac8ef80a84e1c019f9bb2b64
parent 12157 9fef2e7bb9cfc32d6fac61cd2a6a29e0576f4661
child 12159 c18e404d2b9c7f2a4fe70ec376f84d1426399bab
push id8797
push usermshal@mozilla.com
push dateFri, 10 Apr 2015 20:19:52 +0000 (2015-04-10)
reviewerscatlee
bugs1151699
Bug 1151699 - Disable cypress tests; r=catlee
mozilla-tests/b2g_config.py
--- a/mozilla-tests/b2g_config.py
+++ b/mozilla-tests/b2g_config.py
@@ -23,17 +23,18 @@ GLOBAL_VARS['stage_username'] = 'ffxbld'
 GLOBAL_VARS.update(b2g_localconfig.GLOBAL_VARS.copy())
 
 BRANCHES = {
     'alder': {},
     'ash': {},
     # Not needed right now, see bug 977420
     # 'birch': {},
     'cedar': {},
-    'cypress': {},
+    # Disabled for bug 1151699
+    # 'cypress': {},
     'jamun': {},
     'maple': {},
     'pine': {},
     'fx-team': {},
     'mozilla-b2g30_v1_4': {
         'gecko_version': 30,
         'b2g_version': (1, 4, 0),
     },
@@ -2505,18 +2506,16 @@ BRANCHES['cedar']['platforms']['macosx64
 BRANCHES['maple']['branch_name'] = "Maple"
 BRANCHES['maple']['repo_path'] = "projects/maple"
 BRANCHES['pine']['branch_name'] = "Pine"
 BRANCHES['pine']['repo_path'] = "projects/pine"
 BRANCHES['pine']['platforms']['emulator']['ubuntu64_vm-b2g-emulator']['opt_unittest_suites'] = \
     MOCHITEST + CRASHTEST + XPCSHELL + MARIONETTE + JSREFTEST + REFTEST_20
 BRANCHES['pine']['platforms']['emulator']['ubuntu64_vm-b2g-emulator']['debug_unittest_suites'] = \
     MOCHITEST_EMULATOR_DEBUG[:] + REFTEST + CRASHTEST + MARIONETTE + XPCSHELL_CHUNKED
-BRANCHES['cypress']['branch_name'] = "Cypress"
-BRANCHES['cypress']['repo_path'] = "projects/cypress"
 BRANCHES['jamun']['repo_path'] = "projects/jamun"
 BRANCHES['fx-team']['repo_path'] = "integration/fx-team"
 BRANCHES['mozilla-b2g30_v1_4']['repo_path'] = "releases/mozilla-b2g30_v1_4"
 BRANCHES['mozilla-b2g32_v2_0']['repo_path'] = "releases/mozilla-b2g32_v2_0"
 BRANCHES['mozilla-b2g34_v2_1']['repo_path'] = "releases/mozilla-b2g34_v2_1"
 BRANCHES['mozilla-b2g34_v2_1s']['repo_path'] = "releases/mozilla-b2g34_v2_1s"
 BRANCHES['mozilla-b2g37_v2_2']['repo_path'] = "releases/mozilla-b2g37_v2_2"
 BRANCHES['mozilla-central']['branch_name'] = "Firefox"