Bug 1348688 - Sunset the external media tests on Linux TaskCluster. r?dustin draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Mon, 20 Mar 2017 08:48:19 +1300
changeset 501309 552a5e07ac18638838a3d47ebdaba51fc7cc7a08
parent 501295 1b9293be51637f841275541d8991314ca56561a5
child 549829 260c430f2e83c6380a05632d7c27f68225b01e04
push id49927
push userbvandyk@mozilla.com
push dateSun, 19 Mar 2017 20:31:31 +0000
reviewersdustin
bugs1348688
milestone55.0a1
Bug 1348688 - Sunset the external media tests on Linux TaskCluster. r?dustin As part of the media teams ongoing sunsetting of the external media tests, we are disabling tests once they become problematic. This disables the Linux TaskCluster tests, which have been over represented in failures recently. MozReview-Commit-ID: BOJ7TyL5LYC
taskcluster/ci/test/test-platforms.yml
taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/test-platforms.yml
+++ b/taskcluster/ci/test/test-platforms.yml
@@ -20,61 +20,51 @@ linux32/debug:
     test-sets:
         - linux32-tests
         - external-media-tests
 linux32/opt:
     build-platform: linux/opt
     test-sets:
         -  linux32-tests
         -  linux32-opt-tests
-        - external-media-tests
-        - external-media-tests-slow
 linux32-nightly/opt:
     build-platform: linux-nightly/opt
     test-sets:
         -  linux32-tests
         -  linux32-opt-tests
-        - external-media-tests
-        - external-media-tests-slow
         - awsy
 
 linux64/debug:
     build-platform: linux64/debug
     test-sets:
         - common-tests
-        - external-media-tests
         - web-platform-tests
 linux64/opt:
     build-platform: linux64/opt
     test-sets:
         - common-tests
-        - external-media-tests
-        - external-media-tests-slow
         - web-platform-tests
         - opt-only-tests
         - desktop-screenshot-capture
         - talos
 linux64-nightly/opt:
     build-platform: linux64-nightly/opt
     test-sets:
         - common-tests
-        - external-media-tests
         - web-platform-tests
         - opt-only-tests
         - desktop-screenshot-capture
         - talos
         - awsy
 
 # TODO: use 'pgo' and 'asan' labels here, instead of -pgo/opt
 linux64-pgo/opt:
     build-platform: linux64-pgo/opt
     test-sets:
         - common-tests
-        - external-media-tests
-        - external-media-tests-slow
         - web-platform-tests
         - talos
 
 linux64-asan/opt:
     build-platform: linux64-asan/opt
     test-sets:
         - common-tests
 
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -123,17 +123,16 @@ external-media-tests-base:
 external-media-tests-twitch:
     description: "External Media Test Twitch run"
     suite: external-media-tests/twitch
     treeherder-symbol: tc-VP(b-t)
     unittest-try-name: media-twitch-tests
     e10s: false
     instance-size:
         by-test-platform:
-            linux.*: xlarge
             default: default
     tier: 2
     max-run-time: 5400
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
             windows.*: ['mozilla-central', 'try']
             default: ['all']