Bug 1142553 - Split Android 4.0 rc into 10 chunks; r=kmoir
authorGeoff Brown <gbrown@mozilla.com>
Thu, 12 Mar 2015 11:28:39 -0600 (2015-03-12)
changeset 11983 3c76bc12cb25b5e578fcafd2c9b343b188668752
parent 11982 47fdbb980bba2189affe1462969533de31f5c6ee
child 11986 4d72b8f58a4ff5e11cc2169d92438104de489c64
push id8691
push usergbrown@mozilla.com
push dateThu, 12 Mar 2015 17:29:08 +0000 (2015-03-12)
reviewerskmoir
bugs1142553
Bug 1142553 - Split Android 4.0 rc into 10 chunks; r=kmoir
mozilla-tests/mobile_config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -661,16 +661,46 @@ ANDROID_MOZHARNESS_PLAIN_ROBOCOP = [
       'use_mozharness': True,
       'script_path': 'scripts/android_panda.py',
       'extra_args': ['--cfg', 'android/android_panda_releng.py', '--robocop-suite', 'robocop-7'],
       'blob_upload': True,
       'timeout': 2400,
       'script_maxtime': 14400,
       },
      ),
+     ('robocop-8',
+     {'suite': 'mochitest-robocop',
+      'use_mozharness': True,
+      'script_path': 'scripts/android_panda.py',
+      'extra_args': ['--cfg', 'android/android_panda_releng.py', '--robocop-suite', 'robocop-8'],
+      'blob_upload': True,
+      'timeout': 2400,
+      'script_maxtime': 14400,
+      },
+     ),
+     ('robocop-9',
+     {'suite': 'mochitest-robocop',
+      'use_mozharness': True,
+      'script_path': 'scripts/android_panda.py',
+      'extra_args': ['--cfg', 'android/android_panda_releng.py', '--robocop-suite', 'robocop-9'],
+      'blob_upload': True,
+      'timeout': 2400,
+      'script_maxtime': 14400,
+      },
+     ),
+     ('robocop-10',
+     {'suite': 'mochitest-robocop',
+      'use_mozharness': True,
+      'script_path': 'scripts/android_panda.py',
+      'extra_args': ['--cfg', 'android/android_panda_releng.py', '--robocop-suite', 'robocop-10'],
+      'blob_upload': True,
+      'timeout': 2400,
+      'script_maxtime': 14400,
+      },
+     ),
 ]
 
 ANDROID_MOZHARNESS_INSTRUMENTATION = [
     ('instrumentation-browser',
      {'suite': 'instrumentation',
       'use_mozharness': True,
       'script_path': 'scripts/android_panda.py',
       'extra_args': ['--cfg', 'android/android_panda_releng.py', '--instrumentation-suite', 'browser'],