30 lines
691 B
YAML
30 lines
691 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:
|
|
- nss_taskgraph.transforms.build
|
|
- nss_taskgraph.transforms.platforms
|
|
- taskgraph.transforms.run
|
|
- taskgraph.transforms.task
|
|
|
|
tasks-from:
|
|
- linux.yml
|
|
- windows.yml
|
|
- macosx.yml
|
|
|
|
task-defaults:
|
|
run:
|
|
using: run-task
|
|
checkout:
|
|
nss:
|
|
path: nss
|
|
nspr:
|
|
path: nspr
|
|
worker:
|
|
max-run-time: 3600
|
|
|
|
treeherder:
|
|
kind: build
|