Bug 1927881 - Enable (most) remaining tasks for monthly releases. r=coreycb
This is everything ~~except Snap and Flatpak repackaging.~~ Flatpak repackaging (//not// pushing) and Snap repackaging are now included. -Daniel Differential Revision: https://phabricator.services.mozilla.com/D227269 --HG-- extra : amend_source : b5f77a2cdca5369b79bd1755c582f0da74df1614
This commit is contained in:
Родитель
5c36b75756
Коммит
41ae1dd1ea
|
@ -18,7 +18,6 @@ transforms:
|
|||
task-defaults:
|
||||
name: final-verify
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
run-on-releases: [beta, esr128] # Remove after shipping first comm-release
|
||||
worker-type: b-linux-gcp
|
||||
worker:
|
||||
docker-image:
|
||||
|
|
|
@ -18,7 +18,7 @@ kind-dependencies:
|
|||
task-defaults:
|
||||
description: Generates flatpak by repackaging the existing .tar.bz2
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
run-on-releases: [beta, esr128]
|
||||
run-on-releases: [beta, release, esr128]
|
||||
shipping-phase: promote
|
||||
scopes: []
|
||||
package-locales-file: comm/mail/locales/onchange-locales
|
||||
|
@ -59,12 +59,13 @@ task-defaults:
|
|||
LANG: C.UTF-8
|
||||
FLATPAK_BRANCH:
|
||||
by-project:
|
||||
comm-esr.*: stable
|
||||
comm-(release|esr.*): stable
|
||||
default: beta
|
||||
MANIFEST_URL: "{config_params[comm_head_repository]}/file/{config_params[comm_head_rev]}/taskcluster/docker/tb-flatpak/repack.sh"
|
||||
RELEASE_NOTES_URL:
|
||||
by-project:
|
||||
comm-esr.*: "https://www.thunderbird.net/en-US/thunderbird/{config_params[app_version]}esr/releasenotes/"
|
||||
comm-release: "https://www.thunderbird.net/en-US/thunderbird/{config_params[app_version]}/releasenotes/"
|
||||
default: "https://www.thunderbird.net/en-US/thunderbird/{config_params[app_version]}beta/releasenotes/"
|
||||
chain-of-trust: true
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ task-defaults:
|
|||
Product location: https://releases.mozilla.org/pub/{task[shipping-product]}/candidates/{release_config[version]}-candidates/build{release_config[build_number]}/
|
||||
emails:
|
||||
by-project:
|
||||
comm-(beta|esr.*): ["av-vendor-release-announce@mozilla.org"]
|
||||
comm-(beta|release|esr.*): ["av-vendor-release-announce@mozilla.org"]
|
||||
try-comm-central: ["{config[params][owner]}"]
|
||||
default: []
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ task-defaults:
|
|||
message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} is in the candidates directory"
|
||||
emails:
|
||||
by-project:
|
||||
comm-(beta|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
comm-(beta|release|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
try-comm-central: ["{config[params][owner]}"]
|
||||
default: []
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ task-defaults:
|
|||
message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} has been pushed to cdntest"
|
||||
emails:
|
||||
by-project:
|
||||
comm-(beta|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
comm-(beta|release|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
try-comm-central: ["{config[params][owner]}"]
|
||||
default: []
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ task-defaults:
|
|||
notifications:
|
||||
emails:
|
||||
by-project:
|
||||
comm-(beta|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
comm-(beta|release|esr.*): ["thunderbird-drivers@mozilla.org"]
|
||||
try-comm-central: ["{config[params][owner]}"]
|
||||
default: []
|
||||
|
||||
|
|
|
@ -29,17 +29,7 @@ tasks:
|
|||
PATH: /builds/worker/bin:/usr/local/bin:/usr/bin:/bin
|
||||
channel:
|
||||
by-project:
|
||||
comm-esr128:
|
||||
by-platform:
|
||||
# ja-JP-mac is only langpack on mac, and is unlisted always
|
||||
macosx64.*: unlisted
|
||||
default: listed
|
||||
comm-release:
|
||||
by-platform:
|
||||
# ja-JP-mac is only langpack on mac, and is unlisted always
|
||||
macosx64.*: unlisted
|
||||
default: listed
|
||||
comm-beta:
|
||||
comm-(beta|release|esr.*):
|
||||
by-platform:
|
||||
# ja-JP-mac is only langpack on mac, and is unlisted always
|
||||
macosx64.*: unlisted
|
||||
|
|
|
@ -18,7 +18,7 @@ kind-dependencies:
|
|||
task-defaults:
|
||||
description: Generates snap by repackaging the existing .tar.bz2
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
run-on-releases: [beta, esr128]
|
||||
run-on-releases: [beta, release, esr128]
|
||||
shipping-phase: promote
|
||||
scopes: []
|
||||
package-locales-file: comm/mail/locales/onchange-locales
|
||||
|
|
|
@ -13,7 +13,6 @@ transforms:
|
|||
task-defaults:
|
||||
name: update-verify-config
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
run-on-releases: [beta, esr128] # Remove after shipping first comm-release
|
||||
shipping-phase: promote
|
||||
worker-type: b-linux-gcp
|
||||
worker:
|
||||
|
|
|
@ -20,7 +20,6 @@ transforms:
|
|||
task-defaults:
|
||||
name: update-verify
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
run-on-releases: [beta, esr128] # Remove after shipping first comm-release
|
||||
shipping-phase: promote
|
||||
worker-type: b-linux-gcp
|
||||
worker:
|
||||
|
|
|
@ -26,14 +26,14 @@ task-defaults:
|
|||
comm-esr.*: false
|
||||
default: true
|
||||
bump-files:
|
||||
by-project:
|
||||
by-release-type:
|
||||
default: ["mail/config/version_display.txt"]
|
||||
comm-beta:
|
||||
release|esr.*:
|
||||
- "mail/config/version.txt"
|
||||
- "mail/config/version_display.txt"
|
||||
push:
|
||||
by-project:
|
||||
comm-(beta|esr.*): true
|
||||
comm-(beta|release|esr.*): true
|
||||
default: false
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -36,7 +36,7 @@ tasks:
|
|||
debug: shippable-l10n-mac-signing
|
||||
default:
|
||||
by-project:
|
||||
comm-(central|beta|esr.*): shippable-l10n-mac-notarization
|
||||
comm-(central|beta|release|esr.*): shippable-l10n-mac-notarization
|
||||
default: shippable-l10n-mac-signing
|
||||
worker-type: 'b-linux-gcp'
|
||||
mozharness:
|
||||
|
|
Загрузка…
Ссылка в новой задаче