summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/test-platforms.yml
blob: f4de48c5f8c35a248e0348a6bf28e06a0cb9eb2d (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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
# 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/.
---
# This file maps build platforms to test platforms.  In some cases, a
# single build may be tested on multiple test platforms, but a single test
# platform can only link to one build platform.  Both build and test platforms
# are represented as <platform>/<type>, where <type> is what Treeherder calls a
# collection.
#
# Each test platform further specifies the set of tests that will be scheduled
# for the platform, referring to tests defined in test-sets.yml.
#
# Note that set does not depend on the tree; tree-dependent job selection
# should be performed in the target task selection phase of task-graph
# generation.


##
# Linux platforms (matching /linux.*/)
# Linux1804-64 uses Ubuntu 18.04 and is run on docker

linux1804-32-qr/debug:
    build-platform: linux/debug
    test-sets:
        - linux32-gtest

linux1804-32-qr/opt:
    build-platform: linux/opt
    test-sets:
        - linux32-tests
        - linux32-gtest

linux1804-32-shippable-qr/opt:
    build-platform: linux-shippable/opt
    test-sets:
        - linux32-tests
        - linux32-gtest

linux1804-64-qr/opt:
    build-platform: linux64/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - linux1804-tests
        - mochitest-webgpu
        - web-platform-tests
        - web-platform-tests-backlog
        - talos
        - browsertime

linux1804-64-shippable-qr/opt:
    build-platform: linux64-shippable/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - linux1804-tests
        - mochitest-webgpu
        - web-platform-tests
        - web-platform-tests-backlog
        - talos
        - talos-profiling
        - browsertime
        - browsertime-profiling

linux1804-64-nightlyasrelease-qr/opt:
    build-platform: linux64-nightlyasrelease/opt
    test-sets:
        - browsertime

linux1804-64-qr/debug:
    build-platform: linux64/debug
    test-sets:
        - linux1804-tests
        - mochitest-webgpu
        - web-platform-tests

linux1804-64-asan-qr/opt:
    build-platform: linux64-asan/opt
    test-sets:
        - linux1804-tests
        - mochitest-webgpu
        - web-platform-tests

linux1804-64-tsan-qr/opt:
    build-platform: linux64-tsan/opt
    test-sets:
        - linux1804-tests
        - mochitest-webgpu
        - web-platform-tests

linux1804-64-ccov-qr/opt:
    build-platform: linux64-ccov/opt
    test-sets:
        - ccov-code-coverage-tests
        - linux1804-tests
        - linux1804-ccov-tests
        - mochitest-webgpu
        - web-platform-tests

linux1804-64-devedition-qr/opt:
    build-platform: linux64-devedition/opt
    test-sets:
        - desktop-screenshot-capture
        - linux1804-tests
        - web-platform-tests

linux1804-64-clang-trunk-qr/opt:
    build-platform: linux64-plain-clang-trunk/opt
    test-sets:
        - awsy
        - browsertime-clang

linux2204-64-wayland/opt:
    build-platform: linux64/opt
    test-sets:
        - linux2204-wayland-tests
        - web-platform-tests

linux2204-64-wayland-shippable/opt:
    build-platform: linux64-shippable/opt
    test-sets:
        - linux2204-wayland-tests
        - web-platform-tests

##
# Windows platforms (matching /windows.*/)

# win32
windows7-32-qr/opt:
    build-platform: win32/opt
    build-signing-label: build-signing-win32/opt
    test-sets:
        - windows-7-tests

windows7-32-shippable-qr/opt:
    build-platform: win32-shippable/opt
    build-signing-label: build-signing-win32-shippable/opt
    test-sets:
        - windows-7-tests

windows10-32-shippable-qr/opt:
    build-platform: win32-shippable/opt
    build-signing-label: build-signing-win32-shippable/opt
    test-sets:
        - browsertime
        - windows-talos

windows10-32-qr/opt:
    build-platform: win32/opt
    test-sets:
        - browsertime
        - windows-talos


# win11-32
windows11-32-2009-shippable-qr/opt:
    build-platform: win32-shippable/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - web-platform-tests
        - windows32-2009-tests


windows11-32-2009-qr/opt:
    build-platform: win32/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - web-platform-tests
        - windows32-2009-tests

windows11-32-2009-qr/debug:
    build-platform: win32/debug
    build-signing-label: build-signing-win32/debug
    test-sets:
        - web-platform-tests
        - windows-7-tests
        - windows32-2009-tests

windows11-32-2009-mingwclang-qr/debug:
    build-platform: win32-mingwclang/debug
    test-sets:
        - mingwclang-win32-tests-debug

windows11-32-2009-mingwclang-qr/opt:
    build-platform: win32-mingwclang/opt
    test-sets:
        - mingwclang-tests-opt

# win64
windows10-64-qr/opt:
    build-platform: win64/opt
    test-sets:
        - windows-talos
        - browsertime

windows10-64-ref-hw-2017-qr/opt:
    build-platform: win64-shippable/opt
    test-sets:
        - talos-ref-hw

windows10-64-shippable-qr/opt:
    build-platform: win64-shippable/opt
    test-sets:
        - windows-talos
        - browsertime

windows10-64-nightlyasrelease-qr/opt:
    build-platform: win64-nightlyasrelease/opt
    test-sets:
        - browsertime

# win10-64 2004
windows10-64-2009-qr/debug:
    build-platform: win64/debug
    build-signing-label:
        by-variant:
            msix: repackage-signing-msix-win64/debug
            default: build-signing-win64/debug
    test-sets:
        - windows10-2009-tests

windows10-64-2009-qr/opt:
    build-platform: win64/opt
    build-signing-label:
        by-variant:
            msix: repackage-signing-msix-win64/opt
            default: build-signing-win64/opt
    test-sets:
        - windows10-2009-tests

windows10-64-2009-shippable-qr/opt:
    build-platform: win64-shippable/opt
    build-signing-label:
        by-variant:
            msix: repackage-signing-shippable-l10n-msix-win64-shippable/opt
            default: build-signing-win64-shippable/opt
    test-sets:
        - windows10-2009-tests

# win11-64 2009
windows11-64-2009-ccov-qr/opt:
    build-platform: win64-ccov/opt
    build-signing-label: build-signing-win64-ccov/opt
    test-sets:
        - desktop-screenshot-capture
        - ccov-code-coverage-tests
        - windows11-64-2009-ccov-tests
        - windows11-2009-tests

windows11-64-2009-qr/debug:
    build-platform: win64/debug
    build-signing-label:
        by-variant:
            msix: repackage-signing-msix-win64/debug
            default: build-signing-win64/debug
    test-sets:
        - web-platform-tests
        - windows11-2009-tests

windows11-64-2009-qr/opt:
    build-platform: win64/opt
    build-signing-label:
        by-variant:
            msix: repackage-signing-msix-win64/opt
            default: build-signing-win64/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - web-platform-tests
        - web-platform-tests-backlog
        - windows11-2009-tests
        - talos-xperf

windows11-64-2009-shippable-qr/opt:
    build-platform: win64-shippable/opt
    build-signing-label:
        by-variant:
            msix: repackage-signing-shippable-l10n-msix-win64-shippable/opt
            default: build-signing-win64-shippable/opt
    test-sets:
        - awsy
        - desktop-screenshot-capture
        - web-platform-tests
        - web-platform-tests-backlog
        - windows11-2009-tests
        - talos-xperf

windows11-64-2009-devedition-qr/opt:
    build-platform: win64-devedition/opt
    build-signing-label: build-signing-win64-devedition/opt
    test-sets:
        - desktop-screenshot-capture
        - web-platform-tests
        - windows11-2009-tests

windows11-64-2009-asan-qr/opt:
    build-platform: win64-asan/opt
    test-sets:
        - windows11-2009-tests

windows11-64-2009-mingwclang-qr/debug:
    build-platform: win64-mingwclang/debug
    test-sets:
        - mingwclang-tests-debug

windows11-64-2009-mingwclang-qr/opt:
    build-platform: win64-mingwclang/opt
    test-sets:
        - mingwclang-tests-opt


##
# MacOS X platforms (matching /macosx.*/)

macosx1100-64-qr/debug:
    build-platform: macosx64/debug
    build-signing-label: repackage-macosx64/debug
    test-sets:
        - macosx1100-64-jittests

macosx1100-64-shippable-qr/opt:
    build-platform: macosx64-shippable/opt
    build-signing-label: repackage-macosx64-shippable/opt
    test-sets:
        - macosx1100-64-jittests
        - macosx1100-64-qr-tests
        # - macosx64-talos
        # - browsertime-high-priority

macosx1015-64-shippable-qr/opt:
    build-platform: macosx64-shippable/opt
    test-sets:
        - awsy
        - browsertime
        - browsertime-profiling
        - desktop-screenshot-capture
        - macosx1015-64-qr-tests
        - macosx64-talos
        - talos-profiling
        - web-platform-tests
        - web-platform-tests-backlog

macosx1015-64-nightlyasrelease-qr/opt:
    build-platform: macosx64-nightlyasrelease/opt
    test-sets:
        - browsertime

macosx1015-64-devedition-qr/opt:
    build-platform: macosx64-devedition/opt
    test-sets:
        - macosx1015-64-qr-tests
        - web-platform-tests

macosx1015-64-qr/opt:
    build-platform: macosx64/opt
    test-sets:
        - desktop-screenshot-capture
        - macosx1015-64-qr-tests
        - web-platform-tests
        - web-platform-tests-backlog

macosx1015-64-qr/debug:
    build-platform: macosx64/debug
    test-sets:
        - macosx1015-64-qr-tests
        - web-platform-tests

macosx1015-64-ccov-qr/opt:
    build-platform: macosx64-ccov/opt
    test-sets:
        - macosx1015-64-qr-tests

##
# Android platforms (matching /android-em.*/)
#
# android-em test platforms execute on android emulators.

android-em-7.0-x86_64-qr/opt:
    build-platform: android-x86_64/opt
    test-sets:
        - android-x86_64-tests
        - web-platform-tests-backlog

android-em-7.0-x86_64-lite-qr/opt:
    build-platform: android-x86_64-lite/opt
    test-sets:
        - android-x86_64-tests
        - web-platform-tests-backlog

android-em-7.0-x86_64-shippable-qr/opt:
    build-platform: android-x86_64-shippable/opt
    test-sets:
        - android-x86_64-tests
        - web-platform-tests-backlog

android-em-7.0-x86_64-shippable-lite-qr/opt:
    build-platform: android-x86_64-shippable-lite/opt
    test-sets:
        - android-x86_64-tests
        - web-platform-tests-backlog

android-em-7.0-x86_64-qr/debug:
    build-platform: android-x86_64/debug
    test-sets:
        - android-x86_64-tests

android-em-7.0-x86_64-qr/debug-isolated-process:
    build-platform: android-x86_64/debug-isolated-process
    test-sets:
        - android-x86_64-tests

# android-hw test platforms execute on real devices attached to Autophone hosts.

# android-hw-a51-11-0 Samsung Galaxy A51 Android 11.0

android-hw-a51-11-0-aarch64-qr/opt:
    build-platform: android-aarch64/opt
    test-sets:
        - android-hw-browsertime
#        - android-hw-browsertime-power

android-hw-a51-11-0-aarch64-shippable-qr/opt:
    build-platform: android-aarch64-shippable/opt
    test-sets:
        - android-hw-browsertime
#        - android-hw-browsertime-power

# android-hw-p5-13-0 Google Pixel 5 Android 13.0

android-hw-p5-13-0-arm7-qr/opt:
    build-platform: android-arm/opt
    test-sets:
        - android-hw-arm7-pgo-unittests

android-hw-p5-13-0-arm7-shippable-qr/opt:
    build-platform: android-arm-shippable/opt
    test-sets:
        - android-hw-arm7-pgo-unittests

android-hw-p5-13-0-arm7-qr/debug:
    build-platform: android-arm/debug
    test-sets:
        - android-hw-arm7-debug-unittests

android-hw-p5-13-0-android-aarch64-qr/debug:
    build-platform: android-aarch64/debug
    test-sets:
        - android-hw-aarch64
        - android-hw-aarch64-debug-unittests

android-hw-p5-13-0-android-aarch64-qr/opt:
    build-platform: android-aarch64/opt
    test-sets:
        - android-hw-aarch64
        - android-hw-aarch64-opt-unittests

android-hw-p5-13-0-android-aarch64-shippable-qr/opt:
    build-platform: android-aarch64-shippable/opt
    test-sets:
        - android-hw-aarch64
        - android-hw-aarch64-pgo-unittests