kind.yml (1384B)
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 6 7 transforms: 8 - gecko_taskgraph.transforms.release_deps:transforms 9 - gecko_taskgraph.transforms.release_notifications:transforms 10 - gecko_taskgraph.transforms.task:transforms 11 12 kind-dependencies: 13 - release-secondary-balrog-scheduling 14 15 task-defaults: 16 run-on-repo-type: [hg] 17 name: notify-release-drivers-ship 18 description: Sends email to release-drivers telling release was shipped. 19 run-on-projects: [] 20 shipping-phase: ship 21 worker-type: succeed 22 notifications: 23 emails: 24 by-project: 25 mozilla-beta: ["release-signoff@mozilla.org"] 26 mozilla-release: ["release-signoff@mozilla.org"] 27 try: ["{config[params][owner]}"] 28 default: [] 29 30 tasks: 31 firefox-rc: 32 shipping-product: firefox 33 notifications: 34 subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!" 35 message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!"