kind.yml (1217B)
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.mar_signing 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 - repackage 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 19 only-for-build-platforms: 20 - linux64-shippable/opt 21 - linux64-aarch64-shippable/opt 22 - macosx64-shippable/opt 23 - win32-shippable/opt 24 - win64-shippable/opt 25 - win64-aarch64-shippable/opt 26 - linux64-devedition/opt 27 - linux64-aarch64-devedition/opt 28 - macosx64-devedition/opt 29 - win32-devedition/opt 30 - win64-devedition/opt 31 - win64-aarch64-devedition/opt 32 - linux64-asan-reporter-shippable/opt 33 - win64-asan-reporter-shippable/opt 34 35 tasks: 36 mar-signing: 37 from-deps: 38 group-by: single-with-filters 39 shipping-phase: promote 40 treeherder-group: ms 41 description-suffix: 'mar signing' 42 required_signoffs: 43 - mar-signing