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