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

--HG--
extra : rebase_source : 10ddf9378f14d018544f0d26b48c7d5998011dd0
This commit is contained in:
Bryce Van Dyk 2016-10-31 14:31:49 +13:00
parent 5e6a0ac8b6
commit b2ff3e2d36
2 changed files with 3 additions and 4 deletions

View File

@ -62,7 +62,7 @@ asan-tests:
windows-vm-tests: windows-vm-tests:
- cppunit - cppunit
#- crashtest #- crashtest
#- external-media-tests - external-media-tests
#- gtest #- gtest
#- jittest #- jittest
#- jsreftest #- jsreftest

View File

@ -55,14 +55,13 @@ external-media-tests:
tier: 2 tier: 2
max-run-time: 5400 max-run-time: 5400
mozharness: mozharness:
script: firefox_media_tests_buildbot.py script: firefox_media_tests_taskcluster.py
no-read-buildbot-config: true
config: config:
by-test-platform: by-test-platform:
win.*: win.*:
- mediatests/taskcluster_windows_config.py - mediatests/taskcluster_windows_config.py
default: default:
- mediatests/buildbot_posix_config.py - mediatests/taskcluster_posix_config.py
- remove_executables.py - remove_executables.py
firefox-ui-functional-local: firefox-ui-functional-local: