kind.yml (973B)
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.chunk_partners 10 - gecko_taskgraph.transforms.name_sanity 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 - release-partner-repack 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 19 only-for-build-platforms: 20 - linux64-shippable/opt 21 22 tasks: 23 release-partner-repack-chunking-dummy: 24 from-deps: 25 group-by: single-with-filters 26 copy-attributes: true 27 shipping-phase: promote 28 shipping-product: firefox 29 name: release-partner-repack-chunking-dummy 30 description: Dummy task to deal with fanning out Linux partner repacks 31 run-on-projects: [] 32 worker-type: succeed