no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / taskcluster / ci / test / marionette.yml
blobd586a6cf24394d4eaed3896918254815b786af14
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 job-defaults:
6     suite: marionette
7     mozharness:
8         script: marionette.py
9         config:
10             by-test-platform:
11                 macosx.*:
12                     - marionette/prod_config.py
13                     - marionette/mac_taskcluster_config.py
14                 windows.*:
15                     - marionette/windows_taskcluster_config.py
16                 default:
17                     - marionette/prod_config.py
18                     - remove_executables.py
19     test-manifest-loader: null  # don't load tests in the taskgraph
20     tier:
21         by-variant:
22             headless: 2
23             default: default
24     variants:
25         - webrender-sw
26         - headless
27     run-on-projects:
28         by-variant:
29             headless:
30                 by-test-platform:
31                     (linux.*64)(-shippable)?-qr/opt: built-projects
32                     default: []
33             webrender-sw:
34                 by-test-platform:
35                     .*wayland.*: []
36                     .*/debug: built-projects
37                     default: []
38             default:
39                 by-test-platform:
40                     .*(tsan|wayland).*: []
41                     default: built-projects
42     virtualization: virtual
44 marionette:
45     description: "Marionette unittest run"
46     treeherder-symbol: Mn
47     max-run-time:
48         by-test-platform:
49             .*asan.*: 5400
50             .*ccov.*: 3600
51             .*debug.*: 3600
52             default: 2700
53     instance-size: default
54     chunks: 1