blob: b138c806a3a20b7893a586720db040f79df0d195 (
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
|
# 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:
suite: marionette
mozharness:
script: marionette.py
config:
by-test-platform:
macosx.*:
- marionette/prod_config.py
- marionette/mac_taskcluster_config.py
windows.*:
- marionette/windows_taskcluster_config.py
default:
- marionette/prod_config.py
- remove_executables.py
extra-options:
- --setpref=toolkit.asyncshutdown.log=true
test-manifest-loader: null # don't load tests in the taskgraph
tier:
by-variant:
headless: 2
default: default
variants:
- webrender-sw
- headless
run-on-projects:
by-variant:
headless:
by-test-platform:
(linux.*64)(-shippable)?-qr/opt: built-projects
default: []
webrender-sw:
by-test-platform:
.*/debug: built-projects
default: []
default:
by-test-platform:
.*(tsan|wayland).*: []
default: built-projects
virtualization: virtual
marionette:
description: "Marionette unittest run"
treeherder-symbol: Mn
max-run-time:
by-test-platform:
.*asan.*: 5400
.*ccov.*: 3600
.*debug.*: 3600
default: 2700
instance-size: default
chunks: 1
|