Bug 1093867 - Chunk mochitest-gl on at least android 2.3 r=gbrown
--- 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,