зеркало из https://github.com/mozilla/gecko-dev.git
68 строки
1.9 KiB
YAML
68 строки
1.9 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
|
|
run-on-projects:
|
|
by-test-platform:
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
|
default: built-projects
|
|
tier:
|
|
by-test-platform:
|
|
windows10-aarch64.*: 2
|
|
default: default
|
|
variants: ["fission"]
|
|
|
|
marionette:
|
|
description: "Marionette unittest run"
|
|
treeherder-symbol: Mn
|
|
max-run-time: 5400
|
|
instance-size: default
|
|
chunks: 1
|
|
|
|
marionette-headless:
|
|
description: "Marionette headless unittest run"
|
|
treeherder-symbol: MnH
|
|
max-run-time: 5400
|
|
instance-size: default
|
|
tier: 2
|
|
mozharness:
|
|
extra-options:
|
|
- --headless
|
|
|
|
marionette-gpu:
|
|
description: "Marionette with GPU unittest run"
|
|
treeherder-symbol: MnG
|
|
max-run-time: 1800
|
|
instance-size: default
|
|
mozharness:
|
|
extra-options:
|
|
- --test-manifest gpu-unit-tests.ini
|
|
virtualization:
|
|
by-test-platform:
|
|
windows10-64.*: virtual-with-gpu
|
|
default: virtual
|
|
|
|
marionette-media:
|
|
description: "Marionette DOM media test run"
|
|
treeherder-symbol: MnM
|
|
max-run-time: 5400
|
|
instance-size: default
|
|
tier: 2
|
|
mozharness:
|
|
extra-options:
|
|
- --test-manifest=stream-tests.ini
|