summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/browsertime-desktop.yml
blob: b15fe1ae363b1ed9c30403e607f8c9617b30b74b (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
# 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
            default: 1800
    suite: raptor
    run-on-projects:
        by-test-platform:
            linux.*shippable[^-qr].*: [mozilla-central]
            default: []
    limit-platforms:
        by-app:
            chrome:
                - .*shippable.*
            chromium:
                - .*shippable.*
            safari:
                - .*macos.*shippable.*
            custom-car:
                - linux.*shippable.*
                - windows10-64.*shippable.*
            default: []
    test-manifest-loader: null  # don't load tests in the taskgraph
    tier: 3
    virtualization: hardware
    mozharness:
        script: raptor_script.py
        config:
            by-test-platform:
                macosx.*:
                    - raptor/mac_config.py
                windows.*:
                    - raptor/windows_config.py
                default:
                    - raptor/linux_config.py
        extra-options:
            - --conditioned-profile=settled
    fetches:
        toolchain:
            by-app:
                custom-car:
                    by-test-platform:
                        # this satisfied taskgraph for now, but once mac/win is implemented
                        # then linux will be the default
                        linux.*:
                            - linux64-custom-car
                            - linux64-minidump-stackwalk
                            - linux64-fix-stacks
                        windows10-64.*:
                            - win64-custom-car
                            - win64-minidump-stackwalk
                            - win64-fix-stacks
                        default: []
                default:
                    by-test-platform:
                        windows.*-32.*.:
                            - win32-minidump-stackwalk
                            - win32-fix-stacks
                        windows10-64.*:
                            - win64-minidump-stackwalk
                            - win64-fix-stacks
                        macos.*:
                            - macosx64-minidump-stackwalk
                            - macosx64-fix-stacks
                        default:
                            - linux64-minidump-stackwalk
                            - linux64-fix-stacks

browsertime-tp6:
    <<: &tp6-defaults
        description: Raptor (browsertime) tp6 page-load tests
        limit-platforms:
            by-app:
                chrome:
                    - .*shippable.*
                chromium:
                    - .*shippable.*
                safari:
                    - .*macos.*shippable.*
                custom-car:
                    - (windows10-64|linux).*shippable.*
                default: []
        max-run-time:
            by-subtest:
                imgur: 4800
                default: 4000
        mozharness:
            extra-options:
                by-test-platform:
                    windows10-64.*shippable.*-qr.*:
                        - --chimera
                        - --browsertime-no-ffwindowrecorder
                        - --conditioned-profile=settled
                        - --extra-profiler-run
                        - --extra-summary-methods=geomean
                    default:
                        - --chimera
                        - --conditioned-profile=settled
                        - --extra-profiler-run
                        - --extra-summary-methods=geomean
        run-on-projects:
            by-subtest:
                netflix:  # Bug 1756212 - Disable temporarily due to perma on mac
                    by-app:
                        firefox:
                            by-test-platform:
                                windows.*-32.*: []
                                (linux|windows10-64).*shippable-qr.*: [trunk, mozilla-beta, mozilla-release]
                                macosx1015.*shippable-qr.*: []
                                default: []
                        default: []
                default:
                    by-app:
                        firefox:
                            by-test-platform:
                                windows.*-32.*: []
                                .*64(?!.*nightlyasrelease).*shippable-qr/.*: [trunk, mozilla-beta, mozilla-release]
                                default: []
                        default: []
        treeherder-symbol: Btime(tp6)
    raptor:
        apps: [firefox, chrome, chromium]
        test: tp6
        run-visual-metrics: true
        subtests:
            - buzzfeed
            - ebay
            - espn
            - expedia
            - [facebook, fb]
            - [google-docs, gdocs]
            - [google-mail, gmail]
            - [google-search, gsearch]
            - imdb
            - imgur
            - linkedin
            - microsoft
            - netflix
            - nytimes
            - office
            - outlook
            - paypal
            - pinterest
            - reddit
            - tumblr
            - twitch
            - wikia
            - youtube
    tier:
        by-app:
            firefox: 2
            default: 3

browsertime-responsiveness:
    <<: *tp6-defaults
    raptor:
        apps: [firefox, chrome, chromium]
        test: tp6
        run-visual-metrics: true
        subtests:
            - cnn-nav
            - [facebook-nav, fbnav]
            - [reddit-billgates-ama, rdt-ama]
            - [reddit-billgates-post-1, rdt-post-1]
            - [reddit-billgates-post-2, rdt-post-2]
    mozharness:
        extra-options:
            by-test-platform:
                windows10-.*:
                    - --cold
                    - --browsertime-no-ffwindowrecorder
                    - --conditioned-profile=settled
                    - --extra-profiler-run
                default:
                    - --cold
                    - --conditioned-profile=settled
                    - --extra-profiler-run
    run-on-projects:
        by-app:
            firefox:
                by-test-platform:
                    windows.*-32.*: []
                    .*64(?!.*nightlyasrelease).*shippable-qr/.*: [trunk]
                    default: []
            default: []
    tier:
        by-app:
            firefox: 2
            default: 3

browsertime-tp6-essential:
    <<: *tp6-defaults
    <<: &tp6-essential-defaults
        mozharness:
            extra-options:
                by-test-platform:
                    windows10-64.*shippable.*-qr.*:
                        - --chimera
                        - --browsertime-no-ffwindowrecorder
                        - --conditioned-profile=settled
                        - --collect-perfstats
                        - --extra-profiler-run
                        - --extra-summary-methods=geomean
                    default:
                        - --chimera
                        - --conditioned-profile=settled
                        - --extra-profiler-run
                        - --extra-summary-methods=geomean
        raptor:
            apps: [firefox, chrome, chromium, custom-car]
            test: tp6
            run-visual-metrics: true
            subtests:
                - amazon
                - [bing-search, bing]
                - cnn
                - fandom
                - [google-slides, gslides]
                - instagram
                - twitter
                - wikipedia
                - yahoo-mail
        run-on-projects:
            by-app:
                firefox:
                    by-test-platform:
                        windows.*-32.*: []
                        macosx1100.*shippable.*: [mozilla-central, mozilla-beta]
                        .*64(?!.*nightlyasrelease).*shippable-qr/.*: [trunk, mozilla-beta, mozilla-release]
                        default: []
                default: []
        tier:
            by-test-platform:
                linux1804-64-clang-trunk-qr/opt: 2
                default:
                    by-app:
                        firefox: 1
                        default: 3

browsertime-tp6-bytecode:
    <<: *tp6-defaults
    <<: *tp6-essential-defaults
    raptor:
        apps: [firefox]
        test: tp6
        run-visual-metrics: true
        subtests:
            - amazon
            - [bing-search, bing]
            - cnn
            - fandom
            - [google-slides, gslides]
            - instagram
            - twitter
            - wikipedia
            - yahoo-mail
    run-on-projects:
        by-app:
            firefox:
                by-test-platform:
                    windows.*-32.*: []
                    macosx1100.*shippable.*: [mozilla-central, mozilla-beta]
                    .*64(?!.*nightlyasrelease).*shippable-qr/.*: [trunk, mozilla-beta, mozilla-release]
                    default: []
            default: []
    mozharness:
        extra-options:
            by-test-platform:
                windows10-64.*shippable.*-qr.*:
                    - --chimera
                    - --browsertime
                    - --browsertime-no-ffwindowrecorder
                    - --conditioned-profile=settled
                    - --test-bytecode-cache
                    - --extra-profiler-run
                default:
                    - --chimera
                    - --browsertime
                    - --conditioned-profile=settled
                    - --test-bytecode-cache
                    - --extra-profiler-run
    tier:
        by-app:
            firefox: 2
            default: 3
    treeherder-symbol: Btime-cache(tp6)

browsertime-benchmark:
    description: Raptor (browsertime) Benchmark tests
    raptor:
        apps: [firefox, chrome, chromium, safari, custom-car]
        subtests:
            by-app:
                firefox:
                    - ares6
                    - [assorted-dom, dom]
                    - [jetstream2, js2]
                    - [matrix-react-bench, mrb]
                    - [motionmark-animometer, mm-a]
                    - [motionmark-htmlsuite, mm-h]
                    - [speedometer, sp]
                    - [speedometer3, sp3]
                    - [stylebench, sb]
                    - [sunspider, ss]
                    - [twitch-animation, tw-a]
                    - [unity-webgl, ugl]
                    - [webaudio, wa]
                safari:
                    - ares6
                    - [assorted-dom, dom]
                    - [jetstream2, js2]
                    # - [matrix-react-bench, mrb] (Bug 1802922)
                    - [motionmark-animometer, mm-a]
                    - [motionmark-htmlsuite, mm-h]
                    - [speedometer, sp]
                    - [speedometer3, sp3]
                    - [stylebench, sb]
                    - [sunspider, ss]
                    - [unity-webgl, ugl]
                    # - [webaudio, wa] (Bug 1802922)
                custom-car:
                    - [speedometer, sp]
                    - [speedometer3, sp3]
                default:
                    - ares6
                    - [assorted-dom, dom]
                    - [jetstream2, js2]
                    - [matrix-react-bench, mrb]
                    - [motionmark-animometer, mm-a]
                    - [motionmark-htmlsuite, mm-h]
                    - [speedometer, sp]
                    - [speedometer3, sp3]
                    - [stylebench, sb]
                    - [sunspider, ss]
                    - [unity-webgl, ugl]
                    - [webaudio, wa]
    treeherder-symbol: Btime()
    tier:
        by-app:
            firefox:
                by-subtest:
                    motionmark-animometer:
                        by-test-platform:
                            linux1804-64-clang-trunk-qr/opt: 2
                            default: 1
                    unity-webgl: 3
                    default:
                        by-test-platform:
                            windows10-64-ccov.*/.*: 3
                            linux64-ccov.*/.*: 3
                            default: 2
            default:
                by-subtest:
                    unity-webgl: 3
                    default: 2
    run-on-projects:
        by-subtest:
            speedometer3:
                by-app:
                    firefox:
                        by-test-platform:
                            windows.*-32.*: []
                            .*64.*shippable-qr/.*: [trunk, mozilla-release]
                            .*nightlyasrelease.*: [autoland]
                            default: []
                    default: []
            unity-webgl:
                by-app:
                    firefox:
                        by-test-platform:
                            windows.*-32.*: []
                            .*64.*shippable-qr/.*: [trunk, mozilla-release]
                            default: []
                    default: []
            speedometer:
                by-app:
                    firefox:
                        by-test-platform:
                            windows.*-32.*: []
                            .*64.*shippable-qr/.*: [trunk, mozilla-beta, mozilla-release]
                            .*nightlyasrelease.*: [autoland]
                            default: []
                    default: []
            default:
                by-app:
                    firefox:
                        by-test-platform:
                            windows.*-32.*: []
                            .*64.*shippable-qr/.*: [trunk, mozilla-beta, mozilla-release]
                            default: []
                    default: []
    max-run-time:
        by-subtest:
            ares6: 1500
            assorted-dom:
                by-test-platform:
                    .*-qr/.*: 2100
                    default: 1500
            jetstream2: 8000
            matrix-react-bench: 1500
            motionmark-htmlsuite: 1500
            unity-webgl: 1500
            default: 900
    mozharness:
        extra-options:
            - --extra-profiler-run

browsertime-benchmark-wasm:
    description: Raptor (browsertime) WASM benchmarks
    raptor:
        apps: [firefox, chrome, chromium]  # Safari depends on Bug 1802922
        subtests:
            by-app:
                firefox:
                    - [wasm-godot, godot]
                    - [wasm-godot-baseline, godot-b]
                    - [wasm-godot-optimizing, godot-i]
                    - [wasm-misc, wm]
                    - [wasm-misc-baseline, wm-b]
                    - [wasm-misc-optimizing, wm-i]
                default:
                    - [wasm-misc, wm]
                    - [wasm-godot, godot]
    treeherder-symbol: Btime()
    tier: 2
    run-on-projects:
        by-app:
            firefox:
                by-test-platform:
                    windows.*-32.*: []
                    .*64(?!.*nightlyasrelease).*shippable-qr/.*: [mozilla-central, mozilla-release]
                    default: []
            default: []
    max-run-time:
        by-subtest:
            wasm-godot: 1500
            wasm-godot-baseline: 1500
            default: 900
    mozharness:
        extra-options:
            - --extra-profiler-run

browsertime-youtube-playback:
    description: Browsertime YouTube Playback on Firefox
    raptor:
        apps: [firefox]
        subtests:
            by-app:
                firefox:
                    - [youtube-playback-av1-sfr, ytp-av1-sfr]
                    - [youtube-playback-h264-sfr, ytp-h264-sfr]
                    - [youtube-playback-hfr, ytp-hfr]
                    - [youtube-playback-vp9-sfr, ytp-vp9-sfr]
                    - [youtube-playback-widevine-hfr, ytp-widevine-hfr]
                    - [youtube-playback-widevine-h264-sfr, ytp-widevine-h264-sfr]
                    - [youtube-playback-widevine-vp9-sfr, ytp-widevine-vp9-sfr]
    treeherder-symbol: Btime()
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            .*64(?!.*nightlyasrelease).*shippable-qr/.*: [mozilla-central, mozilla-release]
            default: []
    tier: 2
    limit-platforms:
        by-subtest:
            youtube-playback-av1-sfr:
                - macosx1015-64-shippable-qr/opt
            default: []
    max-run-time:
        by-subtest:
            youtube-playback-hfr: 3600
            youtube-playback-widevine.*: 3600
            default: 2700

browsertime-youtube-playback-power:
    description: Browsertime YouTube Playback on Firefox with power usage tracking
    raptor:
        apps: [firefox]
        subtests:
            by-app:
                firefox:

                    - [youtube-playback-h264-1080p30, ytp-h264-1080p30]
                    - [youtube-playback-h264-1080p60, ytp-h264-1080p60]
                    - [youtube-playback-h264-full-1080p30, ytp-h264-full-1080p30]
                    - [youtube-playback-h264-full-1080p60, ytp-h264-full-1080p60]
                    - [youtube-playback-v9-1080p30, ytp-v9-1080p30]
                    - [youtube-playback-v9-1080p60, ytp-v9-1080p60]
                    - [youtube-playback-v9-full-1080p30, ytp-v9-full-1080p30]
                    - [youtube-playback-v9-full-1080p60, ytp-v9-full-1080p60]
    treeherder-symbol: Btime()
    run-on-projects:
        by-test-platform:
            macosx.*shippable-qr.*: [mozilla-central]
            default: []
    tier: 2
    max-run-time: 2700

browsertime-tp6-live:
    <<: *tp6-defaults
    description: Raptor (browsertime) tp6 on live-sites
    mozharness:
        extra-options:
            - --browser-cycles=15
            - --chimera
            - --live-sites
            - --extra-profiler-run
    raptor:
        apps: [firefox, chrome, chromium, safari]
        test: tp6
        run-visual-metrics: true
        subtests:
            by-app:
                safari:
                    - amazon
                    - [bing-search, bing]
                    - ebay
                    - [facebook, fb]
                    # - fandom (Bug 1802922)
                    - [google-docs, gdocs]
                    # - [google-mail, gmail] (Bug 1802922)
                    - [google-search, gsearch]
                    - [google-slides, gslides]
                    - imdb
                    # - imgur (Bug 1802922)
                    # - instagram (see bug 1736999)
                    - linkedin
                    - microsoft
                    # - netflix (Bug 1802922)
                    # - office (site loads blank page if not signed in)
                    - outlook
                    - paypal
                    - pinterest
                    - reddit
                    - tumblr
                    - twitch
                    - twitter
                    - wikipedia
                    # - yahoo-mail (Bug 1802922)
                    - youtube
                chrome:
                    - amazon
                    - [bing-search, bing]
                    - ebay
                    - [facebook, fb]
                    - fandom
                    - [google-docs, gdocs]
                    - [google-mail, gmail]
                    - [google-search, gsearch]
                    - [google-slides, gslides]
                    - imdb
                    # - imgur (see bugs 1825337 & 1817420)
                    # - instagram (see bug 1736999)
                    - linkedin
                    - microsoft
                    - netflix
                    # - office (site loads blank page if not signed in)
                    - outlook
                    - paypal
                    - pinterest
                    - reddit
                    - tumblr
                    - twitch
                    - twitter
                    - wikipedia
                    - yahoo-mail
                    - youtube
                default:
                    - amazon
                    - [bing-search, bing]
                    - ebay
                    - [facebook, fb]
                    - fandom
                    - [google-docs, gdocs]
                    - [google-mail, gmail]
                    - [google-search, gsearch]
                    - [google-slides, gslides]
                    - imdb
                    - imgur
                    # - instagram (see bug 1736999)
                    - linkedin
                    - microsoft
                    - netflix
                    # - office (site loads blank page if not signed in)
                    - outlook
                    - paypal
                    - pinterest
                    - reddit
                    - tumblr
                    - twitch
                    - twitter
                    - wikipedia
                    - yahoo-mail
                    - youtube
    run-on-projects: []
    tier: 3
    treeherder-symbol: Btime-live(tp6)

browsertime-tp6-live-sheriffed:
    <<: *tp6-defaults
    raptor:
        apps: [firefox]
        test: tp6
        run-visual-metrics: true
        subtests:
            - cnn
    description: Raptor (browsertime) tp6 on live-sites
    mozharness:
        extra-options:
            - --browser-cycles=5
            - --chimera
            - --live-sites
            - --extra-profiler-run
    run-on-projects:
        by-test-platform:
            (linux|windows10-64|macos)(?!.*shippable).*: []
            (linux|windows|macosx1015)(?!.*-qr).*: []
            windows.*-32.*: []
            default: []
    tier: 2
    treeherder-symbol: Btime-live(tp6)

browsertime-tp6-profiling:
    <<: *tp6-defaults
    raptor:
        apps: [firefox]
        test: tp6
        run-visual-metrics: true
        subtests: [amazon]
    description: Raptor (browsertime) tp6 page-load tests with Gecko Profiling
    mozharness:
        extra-options:
            - --chimera
            - --gecko-profile
    run-on-projects:
        by-test-platform:
            (linux|windows|macosx1015).*shippable-qr.*: [mozilla-central]
            default: []
    tier: 2
    treeherder-symbol: Btime-Prof(tp6)

browsertime-custom:
    raptor:
        apps: [firefox]
        run-visual-metrics: true
        subtests: [[process-switch, ps]]
    description: Raptor (browsertime) custom pageload tests
    max-run-time: 2700
    mozharness:
        extra-options:
            - --chimera
            - --extra-profiler-run
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            .*64(?!.*nightlyasrelease).*shippable-qr/.*: [mozilla-central]
            default: []
    tier: 1
    treeherder-symbol: Btime(ps)

browsertime-first-install:
    raptor:
        apps: [firefox]
        run-visual-metrics: true
        subtests: [welcome]
    description: Raptor (browsertime) custom pageload tests
    max-run-time: 2700
    mozharness:
        extra-options:
            - --chimera
            - --extra-profiler-run
    run-on-projects:
        by-test-platform:
            windows.*-32.*: []
            .*64(?!.*nightlyasrelease).*shippable-qr/.*: [trunk]
            default: []
    tier: 1
    treeherder-symbol: Btime(welcome)

browsertime-regression-tests:
    raptor:
        apps: [firefox]
        subtests: [[constant-regression, regress-c]]
    description: Raptor (browsertime) tests for our regression detection system
    max-run-time: 700
    run-on-projects: [autoland]
    limit-platforms:
        - .*linux(?!.*shippable)(?!.*clang).*
    mozharness:
        extra-options:
            by-test-platform:
                windows10-64.*shippable.*-qr.*: []
                default: []
    tier: 2
    treeherder-symbol: Btime(regressor)

browsertime-upload:
    raptor:
        apps: [firefox, chrome, chromium, safari]
        subtests:
            - [upload, upload-h2]
            - upload-h3
    description: Raptor (browsertime) http2, http3 file upload performance test
    max-run-time: 2700
    run-on-projects:
        by-app:
            firefox:
                by-test-platform:
                    windows.*-32.*: []
                    .*64.*shippable-qr/.*: [autoland, mozilla-central]
                    default: []
            default: []
    tier: 3
    treeherder-symbol: Btime(upload)
    fetches:
        fetch:
            - upload-speed-test-file