Bug 1298715 - Update external-media-tests config for taskcluster, enable windows TC. r?grenade draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Mon, 31 Oct 2016 14:31:49 +1300
changeset 431832 4ce248f40e5cbb09216b53b89ef0bdf444baef6d
parent 431831 7b8b449415563a28282f4f9df5428b09c8ce65a6
child 535477 064ae1cfb4ff496eaa7bd88f9fe960b22f25e2ff
push id34122
push userbvandyk@mozilla.com
push dateMon, 31 Oct 2016 18:56:12 +0000
reviewersgrenade
bugs1298715
milestone52.0a1
Bug 1298715 - Update external-media-tests config for taskcluster, enable windows TC. r?grenade Update the configuration for the external media tests in taskcluster. Use a taskcluster specific config for the tests rather than the previous buildbot config, as these are more concise. Also enable the external media tests on Windows. MozReview-Commit-ID: 1E5fkFV5DeV
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
@@ -57,17 +57,17 @@ asan-tests:
     - mochitest-webgl
     - reftest
     - reftest-no-accel
     - xpcshell
 
 windows-vm-tests:
     - cppunit
     #- crashtest
-    #- external-media-tests
+    - external-media-tests
     #- gtest
     #- jittest
     #- jsreftest
     #- marionette
     #- mochitest
     #- mochitest-browser-chrome
     #- mochitest-devtools-chrome
     #- mochitest-jetpack
--- a/taskcluster/ci/desktop-test/tests.yml
+++ b/taskcluster/ci/desktop-test/tests.yml
@@ -50,24 +50,23 @@ crashtest:
 external-media-tests:
     description: "External Media Test run"
     suite: external-media-tests
     treeherder-symbol: tc-VP(b-m)
     e10s: false
     tier: 2
     max-run-time: 5400
     mozharness:
-        script: firefox_media_tests_buildbot.py
-        no-read-buildbot-config: true
+        script: firefox_media_tests_taskcluster.py
         config:
             by-test-platform:
                 win.*:
                     - mediatests/taskcluster_windows_config.py
                 default:
-                    - mediatests/buildbot_posix_config.py
+                    - mediatests/taskcluster_posix_config.py
                     - remove_executables.py
 
 firefox-ui-functional-local:
     description: "Firefox-ui-tests functional run"
     suite: "firefox-ui/functional local"
     treeherder-symbol: tc-Fxfn-l(en-US)
     max-run-time: 5400
     tier: 1