kind.yml (1357B)
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.release:run_on_releases 9 - gecko_taskgraph.transforms.release_flatpak_push:transforms 10 - gecko_taskgraph.transforms.task:transforms 11 12 kind-dependencies: 13 - repackage-flatpak 14 15 task-defaults: 16 run-on-repo-type: [hg] 17 description: Pushes Flatpaks onto Flathub 18 run-on-projects: [] # to make sure this never runs as part of CI 19 run-on-releases: [release-rc] 20 shipping-phase: ship # ship-rc phase 21 treeherder: 22 kind: build 23 tier: 2 24 symbol: Flatpak(push-beta) 25 worker-type: pushflatpak 26 worker: 27 implementation: push-flatpak 28 channel: beta 29 shipping-product: firefox 30 flathub-scope: "flathub:firefox" 31 32 tasks: 33 firefox-linux64-rc: 34 treeherder: 35 platform: linux64-shippable/opt 36 dependencies: 37 repackage-flatpak: repackage-flatpak-linux64-shippable/opt 38 39 firefox-linux64-aarch64-rc: 40 treeherder: 41 platform: linux64-aarch64-shippable/opt 42 dependencies: 43 repackage-flatpak: repackage-flatpak-linux64-aarch64-shippable/opt