summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/talos.yml
blob: 9269e8bc427fb0b2723cf36d1666f4943eb0e5d4 (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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
# 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: 3600
    suite: talos
    tier:
        by-test-platform:
            macosx1100.*: 2
            default: default
    virtualization: hardware
    mozharness:
        script: talos_script.py
        config:
            by-test-platform:
                macosx.*:
                    - talos/mac_config.py
                windows.*:
                    - talos/windows_config.py
                default:
                    - talos/linux_config.py
    test-manifest-loader: null  # don't load tests in the taskgraph

talos-bcv:
    description: Talos basic compositor video
    try-name: bcv
    treeherder-symbol: T(bcv)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|macosx1015|windows10)-64-shippable-qr/opt: [mozilla-beta, trunk]
                    (windows10-64|macosx1015-64).*-qr.*: [trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=bcv

talos-bcv-profiling:
    description: Talos basic compositor video with gecko profiling
    try-name: bcv-prof
    treeherder-symbol: T-Prof(bcv)
    tier: 2
    run-on-projects: []
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=bcv
            - --gecko-profile

talos-chrome:
    description: Talos chrome
    try-name: chromez
    treeherder-symbol: T(c)
    variants:
        - webrender-sw
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=chromez

talos-chrome-profiling:
    description: Talos chrome with gecko profiling
    try-name: chromez-prof
    treeherder-symbol: T-Prof(c)
    tier: 2
    max-run-time: 1200
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=chromez
            - --gecko-profile

talos-damp-inspector:
    description: Talos devtools inspector (damp-inspector)
    try-name: damp-inspector
    treeherder-symbol: T(damp-inspector)
    max-run-time: 5400
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32-shippable.*/.*: []
                    (linux|windows|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    mozharness:
        extra-options:
            - --suite=damp-inspector

talos-damp-webconsole:
    description: Talos devtools webconsole (damp-webconsole)
    try-name: damp-webconsole
    treeherder-symbol: T(damp-webconsole)
    max-run-time: 5400
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32-shippable.*/.*: []
                    (linux|windows|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    mozharness:
        extra-options:
            - --suite=damp-webconsole

talos-damp-other:
    description: Talos devtools other (damp-other)
    try-name: damp-other
    treeherder-symbol: T(damp-other)
    max-run-time: 5400
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32-shippable.*/.*: []
                    (linux|windows|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    mozharness:
        extra-options:
            - --suite=damp-other

talos-damp-inspector-profiling:
    description: Talos devtools inspector (damp-inspector) with gecko profiling
    try-name: damp-inspector-prof
    treeherder-symbol: T-Prof(damp-inspector)
    tier: 2
    max-run-time: 5400
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=damp-inspector
            - --gecko-profile

talos-damp-webconsole-profiling:
    description: Talos devtools webconsole (damp-webconsole) with gecko profiling
    try-name: damp-webconsole-prof
    treeherder-symbol: T-Prof(damp-webconsole)
    tier: 2
    max-run-time: 5400
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=damp-webconsole
            - --gecko-profile

talos-damp-other-profiling:
    description: Talos devtools other (damp-other) with gecko profiling
    try-name: damp-other-prof
    treeherder-symbol: T-Prof(damp-other)
    tier: 2
    max-run-time: 5400
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=damp-other
            - --gecko-profile

talos-dromaeojs:
    description: Talos dromaeojs
    try-name: dromaeojs
    treeherder-symbol: T(d)
    max-run-time: 2100
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    mozharness:
        extra-options:
            - --suite=dromaeojs

talos-dromaeojs-profiling:
    description: Talos dromaeojs with gecko profiling
    try-name: dromaeojs-prof
    treeherder-symbol: T-Prof(d)
    tier: 2
    max-run-time: 2100
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=dromaeojs
            - --gecko-profile

talos-g1:
    description: Talos g1
    try-name: g1
    treeherder-symbol: T(g1)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time:
        by-test-platform:
            linux1804-64.*: 3600
            default: 7200
    mozharness:
        extra-options:
            - --suite=g1

talos-g1-profiling:
    description: Talos g1 with gecko profiling
    try-name: g1-prof
    treeherder-symbol: T-Prof(g1)
    tier: 2
    run-on-projects: []
    max-run-time:
        by-test-platform:
            linux1804-64.*: 3600
            default: 7200
    mozharness:
        extra-options:
            - --suite=g1
            - --gecko-profile

talos-g3:
    description: Talos g3
    try-name: g3
    treeherder-symbol: T(g3)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 900
    mozharness:
        extra-options:
            - --suite=g3

talos-g3-profiling:
    description: Talos g3 with gecko profiling
    try-name: g3-prof
    treeherder-symbol: T-Prof(g3)
    tier: 2
    max-run-time: 900
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=g3
            - --gecko-profile

talos-g4:
    description: Talos g4
    try-name: g4
    treeherder-symbol: T(g4)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64-shippable-qr/opt: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time:
        by-test-platform:
            linux1804-64.*: 1500
            default: 1800
    mozharness:
        extra-options:
            - --suite=g4

talos-g4-profiling:
    description: Talos g4 with gecko profiling
    try-name: g4-prof
    treeherder-symbol: T-Prof(g4)
    tier: 2
    max-run-time:
        by-test-platform:
            linux1804-64.*: 1500
            default: 1800
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=g4
            - --gecko-profile

talos-g5:
    description: Talos g5
    try-name: g5
    treeherder-symbol: T(g5)
    mozharness:
        extra-options:
            - --suite=g5
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time:
        by-test-platform:
            linux1804-64.*: 1200
            macosx.*: 2400
            default: 1800

talos-g5-profiling:
    description: Talos g5 with gecko profiling
    try-name: g5-prof
    treeherder-symbol: T-Prof(g5)
    tier: 2
    run-on-projects: []
    mozharness:
        extra-options:
            - --suite=g5
            - --gecko-profile
    max-run-time:
        by-test-platform:
            linux1804-64.*: 1200
            default: 1800

talos-h1:
    description: Talos h1
    try-name: h1
    treeherder-symbol: T(h1)
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    mozharness:
        extra-options:
            - --suite=h1
    max-run-time:
        by-test-platform:
            linux1804-64.*: 900
            default: 1800

talos-h2:
    description: Talos h2
    try-name: h2
    treeherder-symbol: T(h2)
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    max-run-time:
        by-test-platform:
            linux1804-64.*: 900
            default: 7200
    mozharness:
        extra-options:
            - --suite=h2

talos-motionmark:
    description: Talos motionmark
    try-name: motionmark
    treeherder-symbol: T(mm)
    run-on-projects:
        by-test-platform:
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macos)(?!.*-qr).*: []
            default: [mozilla-central]
    max-run-time: 3600
    tier: 2
    mozharness:
        extra-options:
            - --suite=motionmark

talos-motionmark-profiling:
    description: Talos motionmark with gecko profiling
    try-name: motionmark-prof
    treeherder-symbol: T-Prof(mm)
    run-on-projects: []
    max-run-time: 3600
    tier: 2
    mozharness:
        extra-options:
            - --suite=motionmark
            - --gecko-profile

talos-other:
    description: Talos other
    try-name: other
    treeherder-symbol: T(o)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=other

talos-other-profiling:
    description: Talos other with gecko profiling
    try-name: other-prof
    treeherder-symbol: T-Prof(o)
    run-on-projects: []
    tier: 2
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=other
            - --gecko-profile

talos-sessionrestore-many-windows:
    description: Talos sessionrestore-many-windows
    try-name: sessionrestore-many-windows
    treeherder-symbol: T(smw)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-central, autoland]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-central, autoland]
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=sessionrestore-many-windows

talos-sessionrestore-many-windows-profiling:
    description: Talos sessionrestore-many-windows with gecko profiling
    try-name: sessionrestore-many-windows-prof
    treeherder-symbol: T-Prof(smw)
    tier: 2
    run-on-projects: []
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=sessionrestore-many-windows
            - --gecko-profile

talos-perf-reftest:
    description: Talos perf-reftest
    try-name: perf-reftest
    treeherder-symbol: T(p)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1200
    mozharness:
        extra-options:
            - --suite=perf-reftest

talos-perf-reftest-profiling:
    description: Talos perf-reftest with gecko profiling
    try-name: perf-reftest-prof
    treeherder-symbol: T-Prof(p)
    tier: 2
    run-on-projects: []
    max-run-time: 1200
    mozharness:
        extra-options:
            - --suite=perf-reftest
            - --gecko-profile

talos-perf-reftest-singletons:
    description: Talos perf-reftest singletons
    try-name: perf-reftest-singletons
    treeherder-symbol: T(ps)
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=perf-reftest-singletons

talos-perf-reftest-singletons-profiling:
    description: Talos perf-reftest singletons with gecko profiling
    try-name: perf-reftest-singletons-prof
    treeherder-symbol: T-Prof(ps)
    tier: 2
    run-on-projects: []
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=perf-reftest-singletons
            - --gecko-profile

talos-svgr:
    description: Talos svgr
    try-name: svgr
    treeherder-symbol: T(s)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=svgr

talos-svgr-profiling:
    description: Talos svgr with gecko profiling
    try-name: svgr-prof
    treeherder-symbol: T-Prof(s)
    tier: 2
    run-on-projects: []
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=svgr
            - --gecko-profile

talos-tp5o:
    description: Talos tp5o
    try-name: tp5o
    treeherder-symbol: T(tp)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=tp5o

talos-tp5o-profiling:
    description: Talos tp5o with gecko profiling
    try-name: tp5o-prof
    treeherder-symbol: T-Prof(tp)
    tier: 2
    run-on-projects: []
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=tp5o
            - --gecko-profile

talos-tabswitch:
    description: Talos page scroll (tabswitch)
    try-name: tabswitch
    treeherder-symbol: T(tabswitch)
    variants:
        - webrender-sw
    run-on-projects:
        by-variant:
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx.*)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macosx1015)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=tabswitch

talos-tabswitch-profiling:
    description: Talos page scroll (tabswitch) with gecko profiling
    try-name: tabswitch-prof
    treeherder-symbol: T-Prof(tabswitch)
    tier: 2
    run-on-projects: []
    max-run-time: 1200
    mozharness:
        extra-options:
            - --suite=tabswitch
            - --gecko-profile

talos-webgl:
    description: Talos WebGL
    try-name: webgl
    treeherder-symbol: T(webgl)
    variants:
        - webrender-sw
        - webgl-ipc
    run-on-projects:
        by-variant:
            webgl-ipc:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64.*: [trunk]
                    default: []
            webrender-sw:
                by-test-platform:
                    (linux1804|windows10|macosx1015)-64-shippable-qr.*: [mozilla-beta, trunk]
                    default: []
            default:
                by-test-platform:
                    windows.*-32.*: []
                    (linux|windows10-64|macos)(?!.*shippable).*: []
                    (linux|windows10-64|macos)(?!.*-qr).*: []
                    default: [mozilla-beta, trunk]
    max-run-time: 2100
    mozharness:
        extra-options:
            by-test-platform:
                windows10-64-ref-hw.*:
                    - --suite=webgl
                    - --skip-preflight
                default:
                    - --suite=webgl

talos-webgl-profiling:
    description: Talos WebGL with gecko profiling
    try-name: webgl
    treeherder-symbol: T-Prof(webgl)
    tier: 2
    variants:
        - webgl-ipc
    run-on-projects: []
    max-run-time: 1800
    mozharness:
        extra-options:
            - --suite=webgl
            - --gecko-profile

talos-xperf:
    description: Talos xperf
    try-name: xperf
    treeherder-symbol: T(x)
    virtualization: virtual
    os-groups: [Administrators]
    run-as-administrator:
        by-test-platform:
            windows.*32.*: false
            windows10.*64.*: true
            windows11.*64.*: true
    variants:
        - webrender-sw
    run-on-projects:
        by-test-platform:
            windows.*-32-shippable(?:-qr)?/.*: []
            windows10.*-shippable-qr/.*: [mozilla-beta, trunk]
            windows11.*-shippable-qr/.*: [mozilla-beta, trunk]
            default: []
    mozharness:
        extra-options:
            - --suite=xperf
        config:
            by-test-platform:
                windows.*:
                    - talos/windows_vm_config.py

talos-realworld-webextensions:
    description: Talos tests with realworld WebExtensions
    try-name: realworld-webextensions
    treeherder-symbol: T(realwebext)
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows10-64|macosx1015)(?!.*-qr).*: []
            default: [mozilla-beta, trunk]
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=realworld-webextensions

talos-realworld-webextensions-profiling:
    description: Talos tests with realworld WebExtensions with gecko profiling
    try-name: realworld-webextensions-prof
    treeherder-symbol: T-Prof(realwebext)
    tier: 2
    run-on-projects: []
    max-run-time: 1500
    mozharness:
        extra-options:
            - --suite=realworld-webextensions
            - --gecko-profile