зеркало из https://github.com/mozilla/gecko-dev.git
70 строки
2.2 KiB
YAML
70 строки
2.2 KiB
YAML
# 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:
|
|
fission: default
|
|
headless: 2
|
|
default: 2
|
|
variants:
|
|
- fission
|
|
- no-fission
|
|
- webrender-sw+no-fission
|
|
- webrender-sw+fission
|
|
- headless+no-fission
|
|
- headless+fission
|
|
run-without-variant: false
|
|
run-on-projects:
|
|
by-variant:
|
|
fission: built-projects
|
|
headless+no-fission:
|
|
by-test-platform:
|
|
linux.*(tsan|ccov).*: []
|
|
linux.*64(-shippable)?-qr/opt: ['trunk']
|
|
default: []
|
|
headless+fission:
|
|
by-test-platform:
|
|
(linux.*64)(-shippable)?-qr/opt: built-projects
|
|
default: []
|
|
webrender-sw+no-fission:
|
|
by-test-platform:
|
|
linux.*/debug: ['trunk']
|
|
default: []
|
|
webrender-sw+fission:
|
|
by-test-platform:
|
|
.*/debug: built-projects
|
|
default: []
|
|
no-fission:
|
|
by-test-platform:
|
|
linux.*: ['trunk']
|
|
default: []
|
|
virtualization:
|
|
by-test-platform:
|
|
windows10-64.*: hardware
|
|
default: virtual
|
|
|
|
marionette:
|
|
description: "Marionette unittest run"
|
|
treeherder-symbol: Mn
|
|
max-run-time: 5400
|
|
instance-size: default
|
|
chunks: 1
|