Bug 1304046 - Add taskcluster task for running wdspec tests, r=dustin draft
authorJames Graham <james@hoppipolla.co.uk>
Wed, 21 Sep 2016 14:15:32 +0100
changeset 418486 1357a05c341c73bcedb1ce3790f9275619cecfc1
parent 418485 c31d8a89b0f87a277c3b180a78ac363136726e01
child 418487 186cc769246dcef110056faad0734f030af3ee7b
push id30687
push userbmo:james@hoppipolla.co.uk
push dateWed, 28 Sep 2016 14:58:09 +0000
reviewersdustin
bugs1304046
milestone52.0a1
Bug 1304046 - Add taskcluster task for running wdspec tests, r=dustin MozReview-Commit-ID: 3JFP2BwGDhM
taskcluster/ci/desktop-test/test-sets.yml
taskcluster/ci/desktop-test/tests.yml
--- a/taskcluster/ci/desktop-test/test-sets.yml
+++ b/taskcluster/ci/desktop-test/test-sets.yml
@@ -28,16 +28,17 @@ all-tests:
     - mochitest-gpu
     - mochitest-jetpack
     - mochitest-media
     - mochitest-webgl
     - reftest
     - reftest-no-accel
     - web-platform-tests
     - web-platform-tests-reftests
+    - web-platform-tests-wdspec
     - xpcshell
 
 asan-tests:
     - cppunit
     - crashtest
     - firefox-ui-functional-local
     - firefox-ui-functional-remote
     - gtest
--- a/taskcluster/ci/desktop-test/tests.yml
+++ b/taskcluster/ci/desktop-test/tests.yml
@@ -445,16 +445,33 @@ web-platform-tests-reftests:
         script: web_platform_tests.py
         no-read-buildbot-config: true
         config:
             - web_platform_tests/prod_config.py
             - remove_executables.py
         extra-options:
             - --test-type=reftest
 
+web-platform-tests-wdspec:
+    description: "Web platform webdriver-spec run"
+    suite: web-platform-tests-wdspec
+    treeherder-symbol: tc-W(Wd)
+    max-run-time: 5400
+    instance-size: xlarge
+    docker-image: {"in-tree": "desktop1604-test"}
+    checkout: true
+    mozharness:
+        script: web_platform_tests.py
+        no-read-buildbot-config: true
+        config:
+            - web_platform_tests/prod_config.py
+            - remove_executables.py
+        extra-options:
+            - --test-type=wdspec
+
 xpcshell:
     description: "xpcshell test run"
     suite: xpcshell
     treeherder-symbol: tc-X()
     chunks:
         by-test-platform:
             linux64/debug: 10
             default: 8