kind.yml (1455B)
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 kind-dependencies: 8 - post-beetmover-dummy 9 10 transforms: 11 - gecko_taskgraph.transforms.release_update_product_channel_version:transforms 12 - gecko_taskgraph.transforms.release_deps:transforms 13 - gecko_taskgraph.transforms.release:run_on_releases 14 - gecko_taskgraph.transforms.task:transforms 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 description: Update product channel version in Ship-It 19 attributes: 20 shippable: true 21 worker-type: shipit 22 worker: 23 implementation: shipit-update-product-channel-version 24 scopes: 25 by-release-level: 26 production: 27 - project:releng:ship-it:server:production 28 - project:releng:ship-it:action:update-product-channel-version 29 staging: 30 - project:releng:ship-it:server:staging 31 - project:releng:ship-it:action:update-product-channel-version 32 shipping-phase: ship 33 treeherder: 34 symbol: Rel(up-chl-ver) 35 kind: other 36 tier: 1 37 38 tasks: 39 firefox: 40 run-on-releases: ["nightly"] 41 run-on-projects: ["mozilla-central"] 42 shipping-product: firefox 43 treeherder: 44 platform: firefox-release/opt