kind.yml (1018B)
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 22 tasks: 23 mar-signing-autograph-stage: 24 from-deps: 25 group-by: single-with-filters 26 shipping-phase: null 27 treeherder-group: ms-stage 28 treeherder: 29 tier: 3 30 description-suffix: 'autograph-stage mar signing test' 31 required_signoffs: 32 - mar-signing 33 run-on-projects: [] 34 shippable: false 35 attributes: 36 retrigger: true 37 worker-type: linux-depsigning