diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/ci/release-notify-ship | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/release-notify-ship')
-rw-r--r-- | taskcluster/ci/release-notify-ship/kind.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/taskcluster/ci/release-notify-ship/kind.yml b/taskcluster/ci/release-notify-ship/kind.yml index 6f0c0f7627..fe3eced6e7 100644 --- a/taskcluster/ci/release-notify-ship/kind.yml +++ b/taskcluster/ci/release-notify-ship/kind.yml @@ -14,6 +14,8 @@ kind-dependencies: - release-bouncer-aliases - release-version-bump - release-mark-as-shipped + - push-bundle + - post-beetmover-components-dummy job-defaults: name: notify-release-drivers-ship @@ -39,3 +41,8 @@ jobs: notifications: subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} updates are ready for signoff in Balrog!" message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} updates are ready for signoff in Balrog!" + firefox-android: + shipping-product: firefox-android + notifications: + subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} is shipped!" + message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} is shipped!" |