kind.yml (1298B)
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.name_sanity 10 - gecko_taskgraph.transforms.release:run_on_releases 11 - gecko_taskgraph.transforms.beetmover_repackage_rpm 12 - gecko_taskgraph.transforms.task 13 14 kind-dependencies: 15 - repackage-rpm 16 - shippable-l10n-signing 17 - l10n 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-repackage-rpm: 27 from-deps: 28 group-by: platform 29 unique-kinds: false 30 copy-attributes: true 31 shipping-phase: promote 32 attributes: 33 artifact_map: 34 by-release-type: 35 beta|release.*|esr.*: taskcluster/gecko_taskgraph/manifests/firefox_candidates.yml 36 default: taskcluster/gecko_taskgraph/manifests/firefox_nightly.yml 37 run-on-releases: 38 - nightly 39 # - beta 40 # - release 41 # - esr140