Bug 1609174 - Add nazgul counterparts for remaining bouncer jobs r=rail

Add nazgul counterpart for bouncer-locations

Add nazgul counterpart for partnew-repack-bouncer-sub

Differential Revision: https://phabricator.services.mozilla.com/D67887

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mihai Tabara 2020-03-31 15:36:40 +00:00
Родитель c9951034c8
Коммит 8dff2c3165
5 изменённых файлов: 213 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,50 @@
# 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
kind-dependencies:
- post-beetmover-dummy
transforms:
- taskgraph.transforms.bouncer_locations:transforms
- taskgraph.transforms.release:run_on_releases
- taskgraph.transforms.release_deps:transforms
- taskgraph.transforms.task:transforms
job-defaults:
description: nightly bouncer locations job
attributes:
nightly: true
worker-type: bouncer
worker:
implementation: bouncer-locations
scopes:
by-project:
mozilla-central:
- project:releng:bouncer:action:locations
- project:releng:bouncer:server:production-nazgul
default:
- project:releng:bouncer:action:locations
- project:releng:bouncer:server:staging-nazgul
shipping-phase: ship
treeherder:
symbol: BncLocNazgul
kind: other
tier: 3
jobs:
firefox:
run-on-releases: ['nightly']
run-on-projects: ['mozilla-central']
shipping-product: firefox
bouncer-products:
- firefox-nightly-latest
- firefox-nightly-latest-ssl
- firefox-nightly-latest-l10n
- firefox-nightly-latest-l10n-ssl
- firefox-nightly-msi-latest-ssl
- firefox-nightly-msi-latest-l10n-ssl
treeherder:
platform: firefox-release/opt

Просмотреть файл

@ -32,7 +32,7 @@ job-defaults:
treeherder:
symbol: BncLoc
kind: other
tier: 2
tier: 1
jobs:
firefox:

Просмотреть файл

@ -0,0 +1,109 @@
# 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-nazgul
staging:
- project:releng:bouncer:action:aliases
- project:releng:bouncer:server:staging-nazgul
run-on-projects: []
shipping-phase: ship
treeherder:
symbol: Rel(BncAliasNazgul)
kind: test
tier: 3
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
fennec:
bouncer-products-per-alias:
by-project:
mozilla-beta:
fennec-beta-latest: apk
mozilla-release:
fennec-latest: apk
birch:
fennec-latest: apk
maple:
fennec-beta-latest: apk
default: {}
shipping-product: fennec
treeherder:
platform: fennec-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
mozilla-release:
firefox-latest-ssl: installer-ssl
firefox-latest: installer
firefox-stub: stub-installer
firefox-msi-latest-ssl: msi
mozilla-esr68:
# 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
# ... 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
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

Просмотреть файл

@ -0,0 +1,42 @@
# 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:run_on_releases
- taskgraph.transforms.bouncer_submission_partners:transforms
- taskgraph.transforms.task:transforms
job-defaults:
description: release partners bouncer submission job
worker-type: bouncer
worker:
implementation: bouncer-submission
scopes:
by-release-level:
production:
- project:releng:bouncer:action:submission
- project:releng:bouncer:server:production-nazgul
staging:
- project:releng:bouncer:action:submission
- project:releng:bouncer:server:staging-nazgul
run-on-projects: []
shipping-phase: promote
locales-file: browser/locales/shipped-locales
treeherder:
symbol: Rel(BncSubNazgul-P)
kind: test
tier: 3
jobs:
firefox:
bouncer-platforms: ['linux', 'linux64', 'osx', 'win', 'win64', 'win64-aarch64']
bouncer-products:
by-release-type:
default: ['installer', 'stub-installer']
esr.*: []
shipping-product: firefox
treeherder:
platform: firefox-release/opt

Просмотреть файл

@ -369,6 +369,10 @@ release-bouncer-aliases
-----------------------
Update Bouncer's (download.mozilla.org) "latest" aliases.
release-bouncer-aliases-nazgul
------------------------------
Update Bouncer's (download.mozilla.org) "latest" aliases, using the new implementation of bouncer-admin (Nazgul).
cron-bouncer-check
------------------
Checks Bouncer (download.mozilla.org) uptake.
@ -377,6 +381,10 @@ bouncer-locations
-----------------
Updates nightly bouncer locations for version bump
bouncer-locations-nazgul
------------------------
Updates nightly bouncer locations for version bump, using new implementation of bouncer-admin (Nazgul).
release-bouncer-check
---------------------
Checks Bouncer (download.mozilla.org) uptake as part of the release tasks.
@ -492,6 +500,9 @@ release-partner-repack-bouncer-sub
----------------------------------
Sets up bouncer products for partners.
release-partner-repack-bouncer-sub-nazgul
-----------------------------------------
Sets up bouncer products for partners, using new implementation of bouncer-admin (Nazgul).
release-early-tagging
---------------------