kind.yml (827B)
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.shippable_l10n_signing 11 - gecko_taskgraph.transforms.signing 12 - gecko_taskgraph.transforms.task 13 14 kind-dependencies: 15 - shippable-l10n 16 17 only-for-attributes: 18 - shippable 19 - nightly 20 21 not-for-build-platforms: 22 - macosx64-shippable/opt 23 - macosx64-devedition/opt 24 - macosx64/opt 25 - macosx64/debug 26 27 task-defaults: 28 run-on-repo-type: [hg] 29 30 tasks: 31 shippable-l10n-signing: 32 from-deps: 33 group-by: chunk-locales