diff --git a/infra/specs/test_suites.pyl b/infra/specs/test_suites.pyl index 774f0cdb49..50516ba654 100644 --- a/infra/specs/test_suites.pyl +++ b/infra/specs/test_suites.pyl @@ -186,15 +186,6 @@ 'mixins': ['linux', 'baremetal-try-pool'], } }, - 'linux_webrtc_perf_tests_tryserver': { - 'webrtc_perf_tests': { - 'remove_mixins': ['linux-bionic', 'resultdb-json-format'], - 'mixins': [ - 'linux', 'baremetal-try-pool', 'quick-perf-tests', - 'resultdb-gtest-json-format' - ], - } - }, 'mac_video_capture_tests': { 'video_capture_tests': { 'remove_mixins': ['mac11'], @@ -207,15 +198,6 @@ 'mixins': ['mac', 'baremetal-try-pool'], } }, - 'mac_webrtc_perf_tests_tryserver': { - 'webrtc_perf_tests': { - 'remove_mixins': ['mac11', 'resultdb-json-format'], - 'mixins': [ - 'mac', 'baremetal-try-pool', 'quick-perf-tests', - 'resultdb-gtest-json-format' - ], - } - }, 'more_configs_tests': { 'peerconnection_unittests': { 'swarming': { @@ -228,6 +210,11 @@ 'mixins': ['perf-webrtc-perf-tests'], }, }, + 'webrtc_perf_tests_tryserver': { + 'webrtc_perf_tests': { + 'mixins': ['quick-perf-tests', 'resultdb-gtest-json-format'], + } + }, 'win_video_capture_tests': { 'video_capture_tests': { 'remove_mixins': ['win7'], @@ -240,15 +227,6 @@ 'mixins': ['win', 'baremetal-try-pool'], } }, - 'win_webrtc_perf_tests_tryserver': { - 'webrtc_perf_tests': { - 'remove_mixins': ['win7', 'resultdb-json-format'], - 'mixins': [ - 'win', 'baremetal-try-pool', 'quick-perf-tests', - 'resultdb-gtest-json-format' - ], - } - }, }, 'compound_suites': { 'android_tests_tryserver': [ @@ -262,7 +240,7 @@ 'linux_tests_tryserver': [ 'desktop_tests', 'linux_video_capture_tests_tryserver', - 'linux_webrtc_perf_tests_tryserver', + 'webrtc_perf_tests_tryserver', ], 'mac_tests': [ 'desktop_tests', @@ -271,7 +249,7 @@ 'mac_tests_tryserver': [ 'desktop_tests', 'mac_video_capture_tests_tryserver', - 'mac_webrtc_perf_tests_tryserver', + 'webrtc_perf_tests_tryserver', ], 'win_tests': [ 'desktop_tests', @@ -280,7 +258,7 @@ 'win_tests_tryserver': [ 'desktop_tests', 'win_video_capture_tests_tryserver', - 'win_webrtc_perf_tests_tryserver', + 'webrtc_perf_tests_tryserver', ], }, } diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json index 5f5057ac37..55932831d9 100644 --- a/infra/specs/tryserver.webrtc.json +++ b/infra/specs/tryserver.webrtc.json @@ -7568,8 +7568,7 @@ "dimension_sets": [ { "cpu": "x86-64", - "os": "Ubuntu", - "pool": "WebRTC-baremetal-try" + "os": "Ubuntu-18.04" } ] }, @@ -11376,8 +11375,7 @@ "dimension_sets": [ { "cpu": "x86-64", - "os": "Mac", - "pool": "WebRTC-baremetal-try" + "os": "Mac-11" } ] }, @@ -14326,8 +14324,7 @@ "dimension_sets": [ { "cpu": "x86-64", - "os": "Windows", - "pool": "WebRTC-baremetal-try" + "os": "Windows-7-SP1" } ] },