kind.yml (839B)
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:transforms 9 - gecko_taskgraph.transforms.name_sanity 10 - gecko_taskgraph.transforms.build_signing 11 - gecko_taskgraph.transforms.signing 12 - gecko_taskgraph.transforms.task 13 14 kind-dependencies: 15 - build 16 - build-fat-aar 17 18 only-for-attributes: 19 - nightly 20 - shippable 21 - enable-build-signing 22 23 not-for-build-platforms: 24 - macosx64-shippable/opt 25 - macosx64-devedition/opt 26 - macosx64/opt 27 - macosx64/debug 28 - macosx64-aarch64/debug 29 30 tasks: 31 build-signing: 32 from-deps: 33 group-by: platform