Bug 1405396 - Post: Run geckoview tests on all but non-Gradle Android builds. r=gbrown draft
authorNick Alexander <nalexander@mozilla.com>
Thu, 19 Oct 2017 13:58:44 -0700
changeset 692169 f8bfc730ab963833f43d2f19b11027db8e49a06a
parent 692168 75cd2dfb51e0e1b510f5e618c2dc881cf5f22bf2
child 692170 04c1bcd2bf62fd193541fa92dd8841db102f6b5a
push id87422
push usernalexander@mozilla.com
push dateThu, 02 Nov 2017 17:14:40 +0000
reviewersgbrown
bugs1405396
milestone58.0a1
Bug 1405396 - Post: Run geckoview tests on all but non-Gradle Android builds. r=gbrown As we transition to Gradle (and only Gradle) Fennec builds, we're turning the Gradle builds (Bg) into non-Gradle builds (Bng). It's not worth the effort to rename "gradle" to "non-gradle", so this is a confusing looking patch that turns on GeckoView tests for everything but Bng (which has kept the "gradle" name). MozReview-Commit-ID: C1PlsehRwJf
taskcluster/ci/test/test-sets.yml
--- a/taskcluster/ci/test/test-sets.yml
+++ b/taskcluster/ci/test/test-sets.yml
@@ -316,27 +316,29 @@ android-common-tests:
     - mochitest-media
     - reftest
     - test-verify
     - xpcshell
 
 android-debug-tests:
     # Marionette only available on Fennec debug builds as a security precaution
     - marionette
+    - geckoview
 
 android-opt-tests:
     - robocop
+    - geckoview
 
 android-gradle-tests:
     - mochitest-chrome
     - robocop
-    - geckoview
     - test-verify
 
 android-x86-tests:
     - mochitest-chrome
     - xpcshell
+    - geckoview
 
 devtools-tests:
     - mochitest-devtools-chrome
 
 mochitest-headless:
     - mochitest-plain-headless