kind.yml (691B)
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 - nss_taskgraph.transforms.build 9 - nss_taskgraph.transforms.platforms 10 - taskgraph.transforms.run 11 - taskgraph.transforms.task 12 13 tasks-from: 14 - linux.yml 15 - windows.yml 16 - macosx.yml 17 18 task-defaults: 19 run: 20 using: run-task 21 checkout: 22 nss: 23 path: nss 24 nspr: 25 path: nspr 26 worker: 27 max-run-time: 3600 28 29 treeherder: 30 kind: build