2016-09-12 21:34:06 +03:00
|
|
|
# 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/.
|
|
|
|
|
2017-03-10 03:00:49 +03:00
|
|
|
loader: taskgraph.loader.transform:loader
|
2016-09-12 21:34:06 +03:00
|
|
|
|
|
|
|
transforms:
|
|
|
|
- taskgraph.transforms.build:transforms
|
|
|
|
- taskgraph.transforms.build_attrs:transforms
|
2017-06-07 03:36:44 +03:00
|
|
|
- taskgraph.transforms.build_lints:transforms
|
2016-09-12 21:34:06 +03:00
|
|
|
- taskgraph.transforms.job:transforms
|
|
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
|
|
|
|
jobs-from:
|
|
|
|
- android.yml
|
|
|
|
- linux.yml
|
|
|
|
- macosx.yml
|
|
|
|
- windows.yml
|
2017-02-02 14:34:43 +03:00
|
|
|
|
|
|
|
parse-commit: taskgraph.try_option_syntax:parse_message
|