Bug 1151699 - Disable cypress tests; r=catlee
--- 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"