Bug 1302192: update android test suites to match desktop; r?jmaher draft
authorDustin J. Mitchell <dustin@mozilla.com>
Thu, 22 Dec 2016 23:32:30 +0000
changeset 454192 0151d31825a978d73cc1e7b90984e4067b8bc885
parent 454191 05f02bc144b12f72d3a40c666b4474a224a75e0d
child 454193 4cebe253a5222badd42b94aa52f9784295c70b45
push id39862
push userdmitchell@mozilla.com
push dateWed, 28 Dec 2016 14:40:33 +0000
reviewersjmaher
bugs1302192
milestone53.0a1
Bug 1302192: update android test suites to match desktop; r?jmaher From grepping the source, the suite and flavor seem only used to set attributes, which are only used in a few target task methods. Notably, the try option syntax target task method does *not* use these attributes, and those methods which do use the attributes are not looking at these particular suites. So, I think these changes are completely harmless. MozReview-Commit-ID: B83H6zPbSzF
taskcluster/ci/android-test/tests.yml
taskcluster/ci/desktop-test/tests.yml
--- a/taskcluster/ci/android-test/tests.yml
+++ b/taskcluster/ci/android-test/tests.yml
@@ -22,17 +22,17 @@ cppunit:
             - android/androidarm_4_3.py
             - remove_executables.py
             - android/androidarm_4_3-tc.py
         extra-options:
             - --test-suite=cppunittest
 
 crashtest:
     description: "Crashtest run"
-    suite: crashtest
+    suite: reftest/crashtest
     treeherder-symbol: tc-R(C)
     instance-size: xlarge
     chunks:
         by-test-platform:
             android-4.3-arm7-api-15/debug: 10
             default: 4
     loopback-video: true
     e10s: false
@@ -136,34 +136,34 @@ mochitest-chrome:
                     - android/androidarm_4_3-tc.py
                 android-4.2-x86/opt:
                     - android/androidx86-tc.py
         extra-options:
             - --test-suite=mochitest-chrome
 
 mochitest-clipboard:
     description: "Mochitest clipboard run"
-    suite: mochitest/plain-clipboard
+    suite: mochitest/clipboard
     treeherder-symbol: tc-M(cl)
     instance-size: xlarge
     loopback-video: true
     e10s: false
     mozharness:
         script: android_emulator_unittest.py
         no-read-buildbot-config: true
         config:
             - android/androidarm_4_3.py
             - remove_executables.py
             - android/androidarm_4_3-tc.py
         extra-options:
             - --test-suite=mochitest-plain-clipboard
 
 mochitest-gpu:
     description: "Mochitest gpu run"
-    suite: mochitest/plain-gpu
+    suite: mochitest/gpu
     treeherder-symbol: tc-M(gpu)
     loopback-video: true
     e10s: false
     mozharness:
         script: android_emulator_unittest.py
         no-read-buildbot-config: true
         config:
             - android/androidarm_4_3.py
--- a/taskcluster/ci/desktop-test/tests.yml
+++ b/taskcluster/ci/desktop-test/tests.yml
@@ -344,17 +344,17 @@ mochitest-chrome:
                 default:
                     - unittests/linux_unittest.py
                     - remove_executables.py
         extra-options:
             - --mochitest-suite=chrome
 
 mochitest-clipboard:
     description: "Mochitest clipboard run"
-    suite: mochitest/plain-clipboard,chrome-clipboard,browser-chrome-clipboard,jetpack-package-clipboard
+    suite: mochitest/clipboard
     treeherder-symbol: tc-M(cl)
     loopback-video: true
     instance-size: xlarge
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         chunked: true
         config:
@@ -424,17 +424,17 @@ mochitest-devtools-chrome:
             # Bug 1281241: migrating to m3.large instances
             linux64-asan/opt: legacy
             default: default
     # Bug 1296086: high number of intermittents observed with software GL and large instances
     allow-software-gl-layers: false
 
 mochitest-gpu:
     description: "Mochitest GPU run"
-    suite: mochitest/plain-gpu,chrome-gpu,browser-chrome-gpu
+    suite: mochitest/gpu
     treeherder-symbol: tc-M(gpu)
     loopback-video: true
     e10s:
         by-test-platform:
             win.*: both
             default: true
     mozharness:
         script: desktop_unittest.py