diff options
Diffstat (limited to 'taskcluster/ci/release-secondary-notify-ship/kind.yml')
-rw-r--r-- | taskcluster/ci/release-secondary-notify-ship/kind.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/taskcluster/ci/release-secondary-notify-ship/kind.yml b/taskcluster/ci/release-secondary-notify-ship/kind.yml deleted file mode 100644 index ab9b20ed62..0000000000 --- a/taskcluster/ci/release-secondary-notify-ship/kind.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. ---- -loader: gecko_taskgraph.loader.transform:loader - -transforms: - - gecko_taskgraph.transforms.release_deps:transforms - - gecko_taskgraph.transforms.release_notifications:transforms - - gecko_taskgraph.transforms.task:transforms - -kind-dependencies: - - release-secondary-balrog-scheduling - -job-defaults: - name: notify-release-drivers-ship - description: Sends email to release-drivers telling release was shipped. - run-on-projects: [] - shipping-phase: ship - worker-type: succeed - notifications: - emails: - by-project: - mozilla-beta: ["release-signoff@mozilla.org"] - mozilla-release: ["release-signoff@mozilla.org"] - try: ["{config[params][owner]}"] - default: [] - -jobs: - firefox-rc: - shipping-product: firefox - notifications: - subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!" - message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!" |