summaryrefslogtreecommitdiff
path: root/chromium/infra/config/subprojects/webrtc/consoles/chromium.webrtc.fyi.star
blob: 0a4dffe0ecbe52f5e5e2375285a20b448cd48b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

luci.console_view(
    name = 'chromium.webrtc.fyi',
    header = '//chromium-header.textpb',
    repo = 'https://webrtc.googlesource.com/src',
    entries = [
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Android Builder (dbg)',
            category = 'android|debug|builder',
            short_name = '32',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Android Builder ARM64 (dbg)',
            category = 'android|debug|builder',
            short_name = '64',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Android Tests (dbg) (L Nexus5)',
            category = 'android|debug|tester',
            short_name = 'L',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Android Tests (dbg) (M Nexus5X)',
            category = 'android|debug|tester',
            short_name = 'M',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Android Builder',
            category = 'android|release',
            short_name = '32',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Linux Builder (dbg)',
            category = 'linux|debug',
            short_name = 'bld',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Linux Builder',
            category = 'linux|release',
            short_name = 'bld',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Linux Tester',
            category = 'linux|release',
            short_name = 'tst',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Mac Builder (dbg)',
            category = 'mac|debug',
            short_name = 'bld',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Mac Builder',
            category = 'mac|release',
            short_name = 'bld',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Mac Tester',
            category = 'mac|release',
            short_name = 'tst',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Win Builder (dbg)',
            category = 'win|debug',
            short_name = 'bld',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Win Builder',
            category = 'win|release|builder',
            short_name = '32',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Win10 Tester',
            category = 'win|release|tester',
            short_name = '10',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Win7 Tester',
            category = 'win|release|tester',
            short_name = '7',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI Win8 Tester',
            category = 'win|release|tester',
            short_name = '8',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI ios-device',
            category = 'ios',
            short_name = 'dev',
        ),
        luci.console_view_entry(
            builder = 'webrtc.fyi/WebRTC Chromium FYI ios-simulator',
            category = 'ios',
            short_name = 'sim',
        ),
    ],
)