blob: b403405abc366fa86957ccb0ac2d05aa14873262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
# 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:releng:bouncer:action:aliases
- project:releng:bouncer:server:production
staging:
- project:releng:bouncer:action:aliases
- project:releng:bouncer:server:staging
run-on-projects: []
shipping-phase: ship
treeherder:
symbol: Rel(BncAlias)
kind: test
tier: 1
jobs:
devedition:
bouncer-products-per-alias:
firefox-devedition-latest-ssl: installer-ssl
firefox-devedition-latest: installer
firefox-devedition-stub: stub-installer
firefox-devedition-msi-latest-ssl: msi
shipping-product: devedition
treeherder:
platform: devedition-release/opt
firefox:
bouncer-products-per-alias:
by-project:
mozilla-beta:
firefox-beta-latest-ssl: installer-ssl
firefox-beta-latest: installer
firefox-beta-stub: stub-installer
firefox-beta-msi-latest-ssl: msi
firefox-beta-pkg-latest-ssl: pkg
mozilla-release:
firefox-latest-ssl: installer-ssl
firefox-latest: installer
firefox-stub: stub-installer
firefox-msi-latest-ssl: msi
firefox-pkg-latest-ssl: pkg
mozilla-esr78:
# when there is one ESR branch both sets of aliases work
# when there are two ESR branches ...
# ... these always point to the older branch
firefox-esr-latest-ssl: installer-ssl
firefox-esr-latest: installer
firefox-esr-msi-latest-ssl: msi
firefox-esr-pkg-latest-ssl: pkg
# mozilla-esrXX: XXX - to uncomment when we branch next ESR
# ... these point to the newer branch
firefox-esr-next-latest-ssl: installer-ssl
firefox-esr-next-latest: installer
firefox-esr-next-msi-latest-ssl: msi
firefox-esr-next-pkg-latest-ssl: pkg
birch:
firefox-latest-ssl: installer-ssl
firefox-latest: installer
firefox-stub: stub-installer
jamun:
firefox-esr-latest-ssl: installer-ssl
firefox-esr-latest: installer
maple:
firefox-beta-latest-ssl: installer-ssl
firefox-beta-latest: installer
firefox-beta-stub: stub-installer
default: {}
partner-bouncer-products-per-alias:
by-project:
mozilla-beta:
partner-firefox-beta-PARTNER-latest: installer
partner-firefox-beta-PARTNER-stub: stub-installer
mozilla-release:
partner-firefox-release-PARTNER-latest: installer
partner-firefox-release-PARTNER-stub: stub-installer
default: {}
shipping-product: firefox
treeherder:
platform: firefox-release/opt
|