blob: 848a9b38e4f673e3db2397860d860aba7775a1dd [file] [log] [blame]
kjellanderbc59b062016-10-26 23:55:24 -07001# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9# gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
10# test type classifications for the tests that are run on the bots.
11#
12# This file is based on testing/buildbot/gn_isolate_map.pyl for Chromium, but
13# is covering WebRTC stand-alone tests instead.
14# See https://cs.chromium.org/chromium/src/testing/buildbot/gn_isolate_map.pyl
15# for more detailed documentation.
16
17{
18 "All": {
19 "label": "//:All",
20 "type": "additional_compile_target",
21 },
22 "AppRTCMobileTest": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020023 "label": "//examples:AppRTCMobileTest",
kjellanderbc59b062016-10-26 23:55:24 -070024 "type": "additional_compile_target",
25 },
ehmaldonado41f8a882017-03-08 04:22:36 -080026 "AppRTCMobileTestStubbedVideoIO": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020027 "label": "//examples:AppRTCMobileTestStubbedVideoIO",
ehmaldonado41f8a882017-03-08 04:22:36 -080028 "type": "additional_compile_target",
29 },
kjellanderbc59b062016-10-26 23:55:24 -070030 "android_junit_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020031 "label": "//:android_junit_tests",
kjellanderbc59b062016-10-26 23:55:24 -070032 "type": "junit_test",
33 },
34 "audio_decoder_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020035 "label": "//modules/audio_coding:audio_decoder_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070036 "type": "console_test_launcher",
37 },
Edward Lemur09d90142017-10-11 20:47:48 +020038 "bwe_simulations_tests": {
39 "label": "//modules/remote_bitrate_estimator:bwe_simulations_tests",
40 "type": "console_test_launcher",
41 },
kjellanderbc59b062016-10-26 23:55:24 -070042 "common_audio_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020043 "label": "//common_audio:common_audio_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070044 "type": "console_test_launcher",
45 },
46 "common_video_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020047 "label": "//common_video:common_video_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070048 "type": "console_test_launcher",
49 },
ehmaldonado25586ce2017-09-07 23:18:35 -070050 "isac_fix_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020051 "label": "//modules/audio_coding:isac_fix_test",
ehmaldonado25586ce2017-09-07 23:18:35 -070052 "type": "console_test_launcher",
53 "args": [
Edward Lemur4d5030f2017-09-26 22:25:29 +020054 "32000", "../../resources/speech_and_misc_wb.pcm",
ehmaldonado25586ce2017-09-07 23:18:35 -070055 "isac_speech_and_misc_wb.pcm",
56 ]
57 },
kjellanderbc59b062016-10-26 23:55:24 -070058 "libjingle_peerconnection_android_unittest": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020059 "label": "//sdk/android:libjingle_peerconnection_android_unittest",
kjellanderbc59b062016-10-26 23:55:24 -070060 "type": "additional_compile_target",
61 },
kjellander13722912017-03-22 08:02:38 -070062 "low_bandwidth_audio_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020063 "label": "//audio:low_bandwidth_audio_test",
kjellander382f2b22017-04-11 04:07:01 -070064 "type": "console_test_launcher",
kjellander74e81262017-03-23 00:51:11 -070065 "args": [
66 "--quick",
67 ],
kjellander13722912017-03-22 08:02:38 -070068 },
Edward Lemur20110752017-09-28 16:14:37 +020069 "low_bandwidth_audio_perf_test": {
Oleh Prypin8cf0a872018-03-18 22:31:06 +010070 "label": "//audio:low_bandwidth_audio_perf_test",
Edward Lemur20110752017-09-28 16:14:37 +020071 "type": "script",
72 "script": "//audio/test/low_bandwidth_audio_test.py",
73 "args": [
74 ".", "--remove",
75 ],
76 },
kjellanderbc59b062016-10-26 23:55:24 -070077 "modules_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020078 "label": "//modules:modules_tests",
kjellanderbc59b062016-10-26 23:55:24 -070079 "type": "console_test_launcher",
80 },
81 "modules_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020082 "label": "//modules:modules_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070083 "type": "windowed_test_launcher",
84 },
kjellander25ae7662017-02-23 23:01:54 -080085 "ortc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020086 "label": "//ortc:ortc_unittests",
kjellander25ae7662017-02-23 23:01:54 -080087 "type": "console_test_launcher",
88 },
kjellanderbc59b062016-10-26 23:55:24 -070089 "peerconnection_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020090 "label": "//pc:peerconnection_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070091 "type": "console_test_launcher",
92 },
93 "rtc_media_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020094 "label": "//media:rtc_media_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070095 "type": "console_test_launcher",
96 },
97 "rtc_pc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020098 "label": "//pc:rtc_pc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070099 "type": "console_test_launcher",
100 },
101 "rtc_stats_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200102 "label": "//stats:rtc_stats_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700103 "type": "console_test_launcher",
104 },
105 "rtc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200106 "label": "//:rtc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700107 "type": "console_test_launcher",
108 },
109 "system_wrappers_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200110 "label": "//system_wrappers:system_wrappers_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700111 "type": "console_test_launcher",
112 },
113 "test_support_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200114 "label": "//test:test_support_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700115 "type": "console_test_launcher",
116 },
117 "tools_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200118 "label": "//rtc_tools:tools_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700119 "type": "console_test_launcher",
120 },
Oleh Prypinc1a86032018-05-14 14:28:30 +0200121 "video_capture_tests": {
122 "label": "//modules/video_capture:video_capture_tests",
123 "type": "console_test_launcher",
Oleh Prypin739b8162018-05-17 13:28:29 +0200124 "use_webcam": True,
Oleh Prypinc1a86032018-05-14 14:28:30 +0200125 },
kjellanderbc59b062016-10-26 23:55:24 -0700126 "video_engine_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200127 "label": "//:video_engine_tests",
kjellanderbc59b062016-10-26 23:55:24 -0700128 "type": "console_test_launcher",
129 },
Edward Lemur70ba9b42018-01-22 13:46:58 +0100130 "video_quality_loopback_test": {
131 "label": "//examples:AppRTCMobileTestStubbedVideoIO",
132 "type": "script",
133 "script": "//examples/androidtests/video_quality_loopback_test.py",
134 "args": ["."],
135 },
kjellanderbc59b062016-10-26 23:55:24 -0700136 "webrtc_nonparallel_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200137 "label": "//:webrtc_nonparallel_tests",
ehmaldonadob2fcf6d2016-11-15 12:20:30 -0800138 "type": "non_parallel_console_test_launcher",
kjellanderbc59b062016-10-26 23:55:24 -0700139 },
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700140 "webrtc_perf_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200141 "label": "//:webrtc_perf_tests",
Edward Lemurbeffdd42017-09-27 13:07:47 +0200142 "timeout": 3600, # 1 hour
Edward Lemur0c15a092018-02-08 20:16:41 +0100143 "type": "raw",
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700144 },
kjellanderbc59b062016-10-26 23:55:24 -0700145}