kind.yml (968B)
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 - taskgraph.transforms.from_deps 9 - gecko_taskgraph.transforms.name_sanity 10 - gecko_taskgraph.transforms.build_signing 11 - gecko_taskgraph.transforms.signing 12 - gecko_taskgraph.transforms.hardened_signing 13 - gecko_taskgraph.transforms.task 14 15 kind-dependencies: 16 - build 17 18 only-for-attributes: 19 - enable-build-signing 20 21 task-defaults: 22 run-on-repo-type: [hg] 23 24 only-for-build-platforms: 25 - macosx64-shippable/opt 26 - macosx64-devedition/opt 27 - macosx64/opt 28 - macosx64/debug 29 - macosx64-aarch64/debug 30 31 tasks: 32 build-mac-signing: 33 from-deps: 34 group-by: single-with-filters 35 treeherder: 36 symbol: BMS 37 enable-signing-routes: false