kind.yml (800B)
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 - android_taskgraph.transforms.post_dummy 10 - android_taskgraph.transforms.chunk 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 - signing 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 19 tasks: 20 post-signing-dummy: 21 description: Dummy task to wait on all builds before publishing them 22 from-deps: 23 group-by: build-type 24 unique-kinds: false 25 copy-attributes: true 26 attributes: 27 component: all 28 worker-type: succeed