summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/raptor-chromium.yml
blob: 4fd37aab934a03f260f05bd14415ddcab7fbcc35 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
    max-run-time:
        by-test-platform:
            .*-qr/.*: 2400
            .*-ux/.*: 2400
            default: 1800
    suite: raptor
    run-on-projects: []
    tier: 2
    virtualization:
        by-test-platform:
            windows10-64-ccov.*/.*: virtual
            default: hardware
    test-manifest-loader: null  # don't load tests in the taskgraph
    mozharness:
        script: raptor_script.py
        config:
            by-test-platform:
                macosx.*:
                    - raptor/mac_config.py
                windows.*:
                    - raptor/windows_config.py
                windows10-64-ccov.*/.*:
                    - raptor/windows_vm_config.py
                linux64-ccov.*/.*:
                    - raptor/linux64_config_taskcluster.py
                default:
                    - raptor/linux_config.py
    fetches:
        fetch:
            by-test-platform:
                win.*64.*:
                    - win64-chromium
                win.*32.*:
                    - win32-chromium
                macosx.*:
                    - mac-chromium
                default:
                    - linux64-chromium

raptor-speedometer-chromium:
    description: "Raptor Speedometer on Chromium"
    try-name: raptor-speedometer-chromium
    treeherder-symbol: Rap-Cr(sp)
    max-run-time: 1500
    mozharness:
        extra-options:
            - --test=raptor-speedometer
            - --app=chromium

raptor-stylebench-chromium:
    description: "Raptor StyleBench on Chromium"
    try-name: raptor-stylebench-chromium
    treeherder-symbol: Rap-Cr(sb)
    mozharness:
        extra-options:
            - --test=raptor-stylebench
            - --app=chromium

raptor-motionmark-htmlsuite-chromium:
    description: "Raptor MotionMark HtmlSuite on Chromium"
    try-name: raptor-motionmark-htmlsuite-chromium
    treeherder-symbol: Rap-Cr(mm-h)
    mozharness:
        extra-options:
            - --test=raptor-motionmark-htmlsuite
            - --app=chromium

raptor-motionmark-animometer-chromium:
    description: "Raptor MotionMark Animometer on Chromium"
    try-name: raptor-motionmark-animometer-chromium
    treeherder-symbol: Rap-Cr(mm-a)
    mozharness:
        extra-options:
            - --test=raptor-motionmark-animometer
            - --app=chromium

raptor-webaudio-chromium:
    description: "Raptor WebAudio on Chromium"
    try-name: raptor-webaudio-chromium
    treeherder-symbol: Rap-Cr(wa)
    mozharness:
        extra-options:
            - --test=raptor-webaudio
            - --app=chromium

raptor-sunspider-chromium:
    description: "Raptor SunSpider on Chromium"
    try-name: raptor-sunspider-chromium
    treeherder-symbol: Rap-Cr(ss)
    mozharness:
        extra-options:
            - --test=raptor-sunspider
            - --app=chromium

raptor-unity-webgl-chromium:
    description: "Raptor Unity WebGL on Chromium"
    try-name: raptor-unity-webgl-chromium
    treeherder-symbol: Rap-Cr(ugl)
    tier: 3
    mozharness:
        extra-options:
            - --test=raptor-unity-webgl
            - --app=chromium
    fetches:
        fetch:
            by-test-platform:
                win.*64.*:
                    - win64-chromium
                    - unity-webgl
                win.*32.*:
                    - win32-chromium
                    - unity-webgl
                macosx.*:
                    - mac-chromium
                    - unity-webgl
                default:
                    - linux64-chromium
                    - unity-webgl

raptor-wasm-misc-chromium:
    description: "Raptor WASM Misc on Chromium"
    try-name: raptor-wasm-misc-chromium
    treeherder-symbol: Rap-Cr(wm)
    mozharness:
        extra-options:
            - --test=raptor-wasm-misc
            - --app=chromium
    fetches:
        fetch:
            by-test-platform:
                win.*64.*:
                    - win64-chromium
                    - wasm-misc
                win.*32.*:
                    - win32-chromium
                    - wasm-misc
                macosx.*:
                    - mac-chromium
                    - wasm-misc
                default:
                    - linux64-chromium
                    - wasm-misc

raptor-assorted-dom-chromium:
    description: "Raptor Assorted-Dom on Chromium"
    try-name: raptor-assorted-dom-chromium
    treeherder-symbol: Rap-Cr(dom)
    max-run-time: 1500
    mozharness:
        extra-options:
            - --test=raptor-assorted-dom
            - --app=chromium
    fetches:
        fetch:
            by-test-platform:
                win.*64.*:
                    - win64-chromium
                    - assorted-dom
                win.*32.*:
                    - win32-chromium
                    - assorted-dom
                macosx.*:
                    - mac-chromium
                    - assorted-dom
                default:
                    - linux64-chromium
                    - assorted-dom

raptor-wasm-godot-chromium:
    description: "Raptor Wasm Godot on Chromium"
    try-name: raptor-wasm-godot-chromium
    treeherder-symbol: Rap-Cr(godot)
    max-run-time: 1500
    mozharness:
        extra-options:
            - --test=raptor-wasm-godot
            - --app=chromium

raptor-ares6-chromium:
    description: "Raptor Ares6 on Chromium"
    try-name: raptor-ares6-chromium
    treeherder-symbol: Rap-Cr(ares6)
    max-run-time: 2500
    tier: 3
    mozharness:
        extra-options:
            - --test=raptor-ares6
            - --app=chromium

raptor-jetstream2-chromium:
    description: "Raptor Jetstream2 on Chromium"
    try-name: raptor-jetstream2-chromium
    treeherder-symbol: Rap-Cr(js2)
    tier: 3
    max-run-time: 8000
    mozharness:
        extra-options:
            - --test=raptor-jetstream2
            - --app=chromium
    fetches:
        fetch:
            by-test-platform:
                win.*64.*:
                    - win64-chromium
                    - jetstream2
                win.*32.*:
                    - win32-chromium
                    - jetstream2
                macosx.*:
                    - mac-chromium
                    - jetstream2
                default:
                    - linux64-chromium
                    - jetstream2