Bug 1093867 - Chunk mochitest-gl on at least android 2.3 r=gbrown
authorkmoir@mozilla.com
Thu, 06 Nov 2014 12:23:21 -0500 (2014-11-06)
changeset 11359 a2ef38b48e44b79eb545f43de5f771bc205849c0
parent 11357 96eda8abb1e1c80e5c0b00960409c90e505eb3c1
child 11362 788532a83b9778c44ba16cb9b2cbc4e7e0bd3fbd
push id8310
push userkmoir@mozilla.com
push dateThu, 06 Nov 2014 17:23:36 +0000 (2014-11-06)
reviewersgbrown
bugs1093867
Bug 1093867 - Chunk mochitest-gl on at least android 2.3 r=gbrown
mozilla-tests/mobile_config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -1168,22 +1168,34 @@ ANDROID_2_3_MOZHARNESS_DICT = [
             '--cfg', 'android/androidarm.py',
             '--test-suite', 'xpcshell-3',
         ],
         'blob_upload': True,
         'timeout': 2400,
         'script_maxtime': 14400,
     },
     ),
-    ('mochitest-gl', {
+    ('mochitest-gl-1', {
         'use_mozharness': True,
         'script_path': 'scripts/android_emulator_unittest.py',
         'extra_args': [
             '--cfg', 'android/androidarm.py',
-            '--test-suite', 'mochitest-gl',
+            '--test-suite', 'mochitest-gl-1',
+        ],
+        'blob_upload': True,
+        'timeout': 2400,
+        'script_maxtime': 14400,
+    },
+    ),
+    ('mochitest-gl-2', {
+        'use_mozharness': True,
+        'script_path': 'scripts/android_emulator_unittest.py',
+        'extra_args': [
+            '--cfg', 'android/androidarm.py',
+            '--test-suite', 'mochitest-gl-2',
         ],
         'blob_upload': True,
         'timeout': 2400,
         'script_maxtime': 14400,
     },
     ),
     ('jsreftest-1', {
         'use_mozharness': True,