kind.yml (718B)
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.beetmover_rpm 10 - gecko_taskgraph.transforms.task 11 12 kind-dependencies: 13 - beetmover-repackage-rpm 14 15 task-defaults: 16 run-on-repo-type: [hg] 17 18 only-for-build-platforms: 19 - linux64-shippable/opt 20 - linux64-aarch64-shippable/opt 21 - linux64-devedition/opt 22 - linux64-aarch64-devedition/opt 23 24 tasks: 25 beetmover-rpm: 26 from-deps: 27 group-by: single-with-filters