kind.yml (1392B)
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.bouncer_submission_partners:transforms 9 - gecko_taskgraph.transforms.task:transforms 10 11 task-defaults: 12 run-on-repo-type: [hg] 13 description: release partners bouncer submission job 14 worker-type: bouncer 15 worker: 16 implementation: bouncer-submission 17 scopes: 18 by-release-level: 19 production: 20 - project:releng:bouncer:action:submission 21 - project:releng:bouncer:server:production 22 staging: 23 - project:releng:bouncer:action:submission 24 - project:releng:bouncer:server:staging 25 run-on-projects: [] 26 shipping-phase: promote 27 locales-file: browser/locales/shipped-locales 28 treeherder: 29 symbol: Rel(BncSub-P) 30 kind: test 31 tier: 1 32 33 tasks: 34 firefox: 35 bouncer-platforms: ['linux64', 'osx', 'win', 'win64', 'win64-aarch64'] 36 bouncer-products: 37 by-release-type: 38 default: ['installer', 'stub-installer'] 39 esr.*: [] 40 shipping-product: firefox 41 treeherder: 42 platform: firefox-release/opt