Bug 1197986 - Split B2G debug xpcshell into 4 chunks. r=bhearsum
--- a/mozilla-tests/b2g_config.py
+++ b/mozilla-tests/b2g_config.py
@@ -672,16 +672,28 @@ XPCSHELL_CHUNKED = [
},
),
('xpcshell-2', {'suite': 'xpcshell',
'use_mozharness': True,
'script_path': 'scripts/b2g_emulator_unittest.py',
'blob_upload': True,
},
),
+ ('xpcshell-3', {'suite': 'xpcshell',
+ 'use_mozharness': True,
+ 'script_path': 'scripts/b2g_emulator_unittest.py',
+ 'blob_upload': True,
+ },
+ ),
+ ('xpcshell-4', {'suite': 'xpcshell',
+ 'use_mozharness': True,
+ 'script_path': 'scripts/b2g_emulator_unittest.py',
+ 'blob_upload': True,
+ },
+ ),
]
GAIA_INTEGRATION = [(
'gaia-integration', {
'suite': 'gaia-integration',
'use_mozharness': True,
'script_path': 'scripts/gaia_integration.py',
'timeout': 1800,