39 строки
1.0 KiB
YAML
39 строки
1.0 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/.
|
|
---
|
|
loader: taskgraph.loader.test:loader
|
|
|
|
kind-dependencies:
|
|
- build
|
|
- build-signing
|
|
- fetch
|
|
- toolchain
|
|
|
|
transforms:
|
|
- taskgraph.transforms.tests:transforms
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
jobs-from:
|
|
- compiled.yml
|
|
- marionette.yml
|
|
- tests.yml
|
|
|
|
# These apply to all included test yml files listed in jobs-from
|
|
job-defaults:
|
|
optimization:
|
|
skip-suite-only: null
|
|
fetches:
|
|
toolchain:
|
|
by-test-platform:
|
|
win.*:
|
|
- win32-fix-stacks
|
|
- win32-minidump-stackwalk
|
|
macosx.*:
|
|
- macosx64-fix-stacks
|
|
- macosx64-minidump-stackwalk
|
|
default:
|
|
- linux64-fix-stacks
|
|
- linux64-minidump-stackwalk
|