51 строка
1.7 KiB
YAML
51 строка
1.7 KiB
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
---
|
|
loader: taskgraph.loader.transform:loader
|
|
|
|
transforms:
|
|
- taskgraph.transforms.release_deps:transforms
|
|
- taskgraph.transforms.bouncer_aliases:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- release-bouncer-check
|
|
|
|
job-defaults:
|
|
description: Update bouncer aliases job
|
|
worker-type: bouncer
|
|
worker:
|
|
implementation: bouncer-aliases
|
|
scopes:
|
|
by-release-level:
|
|
production:
|
|
- project:comm:thunderbird:releng:bouncer:action:aliases
|
|
- project:comm:thunderbird:releng:bouncer:server:production
|
|
staging:
|
|
- project:comm:thunderbird:releng:bouncer:action:aliases
|
|
- project:comm:thunderbird:releng:bouncer:server:staging
|
|
run-on-projects: []
|
|
shipping-phase: ship
|
|
treeherder:
|
|
symbol: Rel(BncAlias)
|
|
kind: test
|
|
tier: 1
|
|
|
|
jobs:
|
|
thunderbird:
|
|
bouncer-products-per-alias:
|
|
by-project:
|
|
comm-beta:
|
|
thunderbird-beta-latest-ssl: installer-ssl
|
|
thunderbird-beta-latest: installer
|
|
thunderbird-beta-msi-latest-ssl: msi
|
|
comm-esr78:
|
|
thunderbird-latest-ssl: installer-ssl
|
|
thunderbird-latest: installer
|
|
thunderbird-msi-latest-ssl: msi
|
|
default: {}
|
|
shipping-product: thunderbird
|
|
treeherder:
|
|
platform: thunderbird-release/opt
|