Bug 1197986 - Split B2G debug xpcshell into 4 chunks. r=bhearsum
authorRyan VanderMeulen <ryanvm@gmail.com>
Mon, 24 Aug 2015 19:06:34 -0400 (2015-08-24)
changeset 12889 a744e5f5048a13959a0041873de8db60ea8183bf
parent 12887 46beb09ecb8741b1173e54c82af5fa02d0b907f4
child 12890 3f5dc6c0fcb53090dd91a10cf071d4a5ce2079fd
child 12891 b22813ae11b7ee5add205d3a32f0018dc2cd8ce7
push id9189
push userryanvm@gmail.com
push dateTue, 25 Aug 2015 16:04:30 +0000 (2015-08-25)
reviewersbhearsum
bugs1197986
Bug 1197986 - Split B2G debug xpcshell into 4 chunks. r=bhearsum
mozilla-tests/b2g_config.py
--- 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,