Bug 1876318 - migrate firefox-android release promotion. r=bhearsum,releng-reviewers
[gecko.git] / mobile / android / taskcluster / ci / release-notify-push / kind.yml
blob0d0697705442dbbc8714ae5aefab30eeabcfcf5e
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 loader: taskgraph.loader.transform:loader
7 transforms:
8     - android_taskgraph.transforms.release_deps:transforms
9     - android_taskgraph.transforms.notify:transforms
10     - taskgraph.transforms.notify:transforms
11     - taskgraph.transforms.task:transforms
13 kind-dependencies:
14     - push-bundle
16 task-defaults:
17     name: notify-release-drivers-push
18     description: Sends email to release-drivers telling release was pushed.
19     shipping-phase: push
20     worker-type: succeed
21     worker:
22         implementation: succeed
23     notifications:
24         subject: "Focus/Fenix {config[params][version]}-build{config[params][build_number]} has been pushed to the closed testing track on Google Play"
25         message:
26             by-level:
27                 '3':
28                     Focus/Fenix {config[params][version]}-build{config[params][build_number]} has been pushed to the closed testing track on Google Play
29                     and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven.mozilla.org/
30                 default:
31                     Focus/Fenix {config[params][version]}-build{config[params][build_number]} has not been pushed to the closed testing track on Google Play
32                     and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven-default.stage.mozaws.net/"
33         emails:
34             by-level:
35                 '3': ["release-signoff@mozilla.org"]
36                 default: ["{config[params][owner]}"]
38 tasks:
39     beta:
40         attributes:
41             release-type: beta
42     release:
43         attributes:
44             release-type: release