25 lines
702 B
YAML
25 lines
702 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:
|
|
- gecko_taskgraph.transforms.try_job:transforms
|
|
- gecko_taskgraph.transforms.job:transforms
|
|
- gecko_taskgraph.transforms.cached_tasks:transforms
|
|
- gecko_taskgraph.transforms.task:transforms
|
|
|
|
task-defaults:
|
|
treeherder:
|
|
kind: build
|
|
platform: packages/opt
|
|
tier: 1
|
|
worker-type: b-linux-gcp
|
|
worker:
|
|
max-run-time: 1800
|
|
run-on-projects: []
|
|
|
|
tasks-from:
|
|
- debian.yml
|
|
- ubuntu.yml
|