kind.yml (969B)
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 - gecko_taskgraph.transforms.reverse_chunk_deps:transforms 9 - gecko_taskgraph.transforms.task:transforms 10 11 kind-dependencies: 12 - release-beetmover-signed-langpacks 13 14 task-defaults: 15 run-on-repo-type: [hg] 16 17 tasks: 18 firefox-promote: 19 name: post-langpack-dummy 20 description: Dummy task to deal with max_dependencies 21 run-on-projects: [] 22 shipping-phase: promote 23 shipping-product: firefox 24 worker-type: succeed 25 26 devedition-promote: 27 name: post-langpack-dummy 28 description: Dummy task to deal with max_dependencies 29 run-on-projects: [] 30 shipping-phase: promote 31 shipping-product: devedition 32 worker-type: succeed