kind.yml (934B)
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.repackage_signing 11 - gecko_taskgraph.transforms.repackage_routes 12 - gecko_taskgraph.transforms.task 13 14 kind-dependencies: 15 - repackage-l10n 16 17 task-defaults: 18 run-on-repo-type: [hg] 19 20 only-for-build-platforms: 21 - win32-shippable/opt 22 - win32-devedition/opt 23 - win32/opt 24 - win64-shippable/opt 25 - win64-devedition/opt 26 - win64/opt 27 - win64-aarch64-shippable/opt 28 - win64-aarch64-devedition/opt 29 - win64-asan-reporter-shippable/opt 30 31 tasks: 32 repackage-signing-l10n: 33 from-deps: 34 group-by: single-with-filters