kind.yml (880B)
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.release:run_on_releases 10 - gecko_taskgraph.transforms.beetmover_apt 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 - beetmover-repackage 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 19 only-for-build-platforms: 20 - linux64-shippable/opt 21 - linux64-aarch64-shippable/opt 22 - linux64-devedition/opt 23 - linux64-aarch64-devedition/opt 24 25 tasks: 26 beetmover-apt: 27 from-deps: 28 group-by: single-with-filters 29 run-on-releases: 30 - nightly 31 - beta 32 - release 33 - esr140