Bug 1885489 - Part 5: Add SnapshotIterator::readInt32(). r=iain
[gecko.git] / taskcluster / ci / release-notify-av-announce / kind.yml
blob45a0e5db53df25dc6bdc848f5b5f26fc0bcd8401
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: gecko_taskgraph.loader.transform:loader
7 transforms:
8     - gecko_taskgraph.transforms.release_deps:transforms
9     - gecko_taskgraph.transforms.release_notifications:transforms
10     - gecko_taskgraph.transforms.task:transforms
12 kind-dependencies:
13     - post-beetmover-dummy
15 job-defaults:
16     name: notify-av-announce
17     description: Sends email to antivirus vendors telling them that the release is available for scanning.
18     run-on-projects: []
19     shipping-phase: push
20     worker-type: succeed
21     notifications:
22         # !t is a custom format option that calls .title() on the string.
23         subject: "{task[shipping-product]!t} {release_config[version]} build{release_config[build_number]} release"
24         message: |
25             Company Name: Mozilla
26             Contact Department: Release Engineering
27             Contact email address: release@mozilla.com
28             Product information: {task[shipping-product]} {release_config[version]}
29             Product location: https://releases.mozilla.org/pub/{task[shipping-product]}/candidates/{release_config[version]}-candidates/build{release_config[build_number]}/
30         emails:
31             by-project:
32                 mozilla-(beta|release|esr.*): ["av-vendor-release-announce@mozilla.org"]
33                 try: ["{config[params][owner]}"]
34                 default: []
36 jobs:
37     firefox:
38         shipping-product: firefox
39     devedition:
40         shipping-product: devedition