kind.yml (725B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 loader: taskgraph.loader.transform:loader 6 7 transforms: 8 - gecko_taskgraph.transforms.try_job:transforms 9 - gecko_taskgraph.transforms.job:transforms 10 - gecko_taskgraph.transforms.cached_tasks:transforms 11 - gecko_taskgraph.transforms.task:transforms 12 13 task-defaults: 14 run-on-repo-type: [hg] 15 treeherder: 16 kind: build 17 platform: packages/opt 18 tier: 1 19 worker-type: b-linux 20 worker: 21 max-run-time: 1800 22 run-on-projects: [] 23 24 tasks-from: 25 - debian.yml 26 - ubuntu.yml