зеркало из https://github.com/mozilla/gecko-dev.git
39 строки
871 B
YAML
39 строки
871 B
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.transform:loader
|
|
|
|
transforms:
|
|
- taskgraph.transforms.try_job:transforms
|
|
- taskgraph.transforms.source_test:transforms
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- fetch
|
|
- toolchain
|
|
- build
|
|
|
|
jobs-from:
|
|
- clang.yml
|
|
- coverity.yml
|
|
- cram.yml
|
|
- doc.yml
|
|
- file-metadata.yml
|
|
- infer.yml
|
|
- jsshell.yml
|
|
- mozlint.yml
|
|
- mozlint-android.yml
|
|
- node.yml
|
|
- python.yml
|
|
- remote.yml
|
|
- shadow-scheduler.yml
|
|
- webidl.yml
|
|
- wpt-manifest.yml
|
|
- wpt-metadata.yml
|
|
|
|
job-defaults:
|
|
attributes:
|
|
retrigger: true
|