blob: 43bdc17254944c2a1feacce7fe5c37214b1b33f7 [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 },
Sami Kalliomäkid54f5f52018-08-03 13:23:05 +020022 "AppRTCMobile_test_apk": {
23 "label": "//examples:AppRTCMobile_test_apk",
kjellanderbc59b062016-10-26 23:55:24 -070024 "type": "additional_compile_target",
25 },
26 "android_junit_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020027 "label": "//:android_junit_tests",
kjellanderbc59b062016-10-26 23:55:24 -070028 "type": "junit_test",
29 },
30 "audio_decoder_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020031 "label": "//modules/audio_coding:audio_decoder_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070032 "type": "console_test_launcher",
33 },
34 "common_audio_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020035 "label": "//common_audio:common_audio_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070036 "type": "console_test_launcher",
37 },
38 "common_video_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020039 "label": "//common_video:common_video_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070040 "type": "console_test_launcher",
41 },
ehmaldonado25586ce2017-09-07 23:18:35 -070042 "isac_fix_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020043 "label": "//modules/audio_coding:isac_fix_test",
ehmaldonado25586ce2017-09-07 23:18:35 -070044 "type": "console_test_launcher",
45 "args": [
Edward Lemur4d5030f2017-09-26 22:25:29 +020046 "32000", "../../resources/speech_and_misc_wb.pcm",
ehmaldonado25586ce2017-09-07 23:18:35 -070047 "isac_speech_and_misc_wb.pcm",
48 ]
49 },
Sami Kalliomäkid54f5f52018-08-03 13:23:05 +020050 "android_instrumentation_test_apk": {
51 "label": "//sdk/android:android_instrumentation_test_apk",
kjellanderbc59b062016-10-26 23:55:24 -070052 "type": "additional_compile_target",
53 },
kjellander13722912017-03-22 08:02:38 -070054 "low_bandwidth_audio_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020055 "label": "//audio:low_bandwidth_audio_test",
kjellander382f2b22017-04-11 04:07:01 -070056 "type": "console_test_launcher",
kjellander74e81262017-03-23 00:51:11 -070057 "args": [
58 "--quick",
59 ],
kjellander13722912017-03-22 08:02:38 -070060 },
Edward Lemur20110752017-09-28 16:14:37 +020061 "low_bandwidth_audio_perf_test": {
Oleh Prypin8cf0a872018-03-18 22:31:06 +010062 "label": "//audio:low_bandwidth_audio_perf_test",
Edward Lemur20110752017-09-28 16:14:37 +020063 "type": "script",
64 "script": "//audio/test/low_bandwidth_audio_test.py",
65 "args": [
66 ".", "--remove",
67 ],
68 },
kjellanderbc59b062016-10-26 23:55:24 -070069 "modules_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020070 "label": "//modules:modules_tests",
kjellanderbc59b062016-10-26 23:55:24 -070071 "type": "console_test_launcher",
72 },
73 "modules_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020074 "label": "//modules:modules_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070075 "type": "windowed_test_launcher",
76 },
77 "peerconnection_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020078 "label": "//pc:peerconnection_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070079 "type": "console_test_launcher",
80 },
81 "rtc_media_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020082 "label": "//media:rtc_media_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070083 "type": "console_test_launcher",
84 },
85 "rtc_pc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020086 "label": "//pc:rtc_pc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070087 "type": "console_test_launcher",
88 },
89 "rtc_stats_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020090 "label": "//stats:rtc_stats_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070091 "type": "console_test_launcher",
92 },
93 "rtc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020094 "label": "//:rtc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070095 "type": "console_test_launcher",
96 },
Mirko Bonadeif4ce0e42018-11-13 10:49:02 +010097 "slow_tests": {
98 "label": "//:slow_tests",
99 "type": "console_test_launcher",
100 },
kjellanderbc59b062016-10-26 23:55:24 -0700101 "system_wrappers_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200102 "label": "//system_wrappers:system_wrappers_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700103 "type": "console_test_launcher",
104 },
105 "test_support_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200106 "label": "//test:test_support_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700107 "type": "console_test_launcher",
108 },
109 "tools_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200110 "label": "//rtc_tools:tools_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700111 "type": "console_test_launcher",
112 },
Oleh Prypinc1a86032018-05-14 14:28:30 +0200113 "video_capture_tests": {
114 "label": "//modules/video_capture:video_capture_tests",
Patrik Höglundadc48792018-08-17 11:19:24 +0200115 "type": "non_parallel_console_test_launcher",
116 # TODO(bugs.webrtc.org/9292): remove use_webcam and the ensure script.
Oleh Prypin739b8162018-05-17 13:28:29 +0200117 "use_webcam": True,
Oleh Prypinc1a86032018-05-14 14:28:30 +0200118 },
kjellanderbc59b062016-10-26 23:55:24 -0700119 "video_engine_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200120 "label": "//:video_engine_tests",
kjellanderbc59b062016-10-26 23:55:24 -0700121 "type": "console_test_launcher",
122 },
kjellanderbc59b062016-10-26 23:55:24 -0700123 "webrtc_nonparallel_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200124 "label": "//:webrtc_nonparallel_tests",
ehmaldonadob2fcf6d2016-11-15 12:20:30 -0800125 "type": "non_parallel_console_test_launcher",
kjellanderbc59b062016-10-26 23:55:24 -0700126 },
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700127 "webrtc_perf_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200128 "label": "//:webrtc_perf_tests",
Edward Lemurbeffdd42017-09-27 13:07:47 +0200129 "timeout": 3600, # 1 hour
Artem Titarenko01d04fa2019-07-12 09:19:54 +0000130 "type": "raw",
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700131 },
kjellanderbc59b062016-10-26 23:55:24 -0700132}