Bug 1245585 - turn off android talos tests which run on the panda boards r=aselagea
authorkmoir@mozilla.com
Wed, 09 Mar 2016 15:07:11 -0500 (2016-03-09)
changeset 13945 87168a6da9f1e8efcd98eeb4779035783b52c792
parent 13944 c58e5674bae23522031136a9fc978649c4b04058
child 13946 95e902ea4772d43dae971febcf25065df6f6dc83
push id9801
push userkmoir@mozilla.com
push dateWed, 09 Mar 2016 20:07:19 +0000 (2016-03-09)
reviewersaselagea
bugs1245585
Bug 1245585 - turn off android talos tests which run on the panda boards r=aselagea
mozilla-tests/mobile_config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -2654,16 +2654,19 @@ BRANCHES['try']['platforms']['android-ap
 BRANCHES['try']['platforms']['android-api-15']['enable_debug_unittests'] = True
 BRANCHES['try']['pgo_strategy'] = 'try'
 BRANCHES['try']['pgo_platforms'] = []
 BRANCHES['try']['enable_try'] = True
 
 ######## cedar
 # Until we green out these Android x86 tests
 BRANCHES['cedar']['platforms']['android-x86']['ubuntu64_hw']['opt_unittest_suites'] = ANDROID_X86_NOT_GREEN_DICT[:]
+# Remove all panda tests from cedar
+if 'android-api-9' in BRANCHES['cedar']['platforms']:
+    del BRANCHES['cedar']['platforms']['android-api-9']
 
 #split 2.3 tests to ones that can run on ix and AWS
 for suite in ANDROID_2_3_MOZHARNESS_DICT:
     if suite[0].startswith('plain-reftest'):
         ANDROID_2_3_C3_DICT['opt_unittest_suites'].append(suite)
     elif suite[0].startswith('crashtest'):
         ANDROID_2_3_C3_DICT['opt_unittest_suites'].append(suite)
     elif suite[0].startswith('jsreftest'):