kind.yml (1733B)
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.bouncer_locations:transforms 12 - gecko_taskgraph.transforms.release:run_on_releases 13 - gecko_taskgraph.transforms.release_deps:transforms 14 - gecko_taskgraph.transforms.task:transforms 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 description: nightly bouncer locations job 19 attributes: 20 shippable: true 21 worker-type: bouncer 22 worker: 23 implementation: bouncer-locations 24 scopes: 25 by-project: 26 mozilla-central: 27 - project:releng:bouncer:action:locations 28 - project:releng:bouncer:server:production 29 default: 30 - project:releng:bouncer:action:locations 31 - project:releng:bouncer:server:staging 32 shipping-phase: ship 33 treeherder: 34 symbol: BncLoc 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 bouncer-products: 44 - firefox-nightly-latest 45 - firefox-nightly-latest-ssl 46 - firefox-nightly-latest-l10n 47 - firefox-nightly-latest-l10n-ssl 48 - firefox-nightly-msi-latest-ssl 49 - firefox-nightly-msi-latest-l10n-ssl 50 - firefox-nightly-pkg-latest-ssl 51 - firefox-nightly-pkg-latest-l10n-ssl 52 treeherder: 53 platform: firefox-release/opt