Skip to content

Instantly share code, notes, and snippets.

@MihaiTabara
Created September 18, 2018 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MihaiTabara/dfa6cecb8d9bdaec55b3d987ee6f98a8 to your computer and use it in GitHub Desktop.
Save MihaiTabara/dfa6cecb8d9bdaec55b3d987ee6f98a8 to your computer and use it in GitHub Desktop.
release-notify-start
# 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: taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.release_deps:transforms
- taskgraph.transforms.release_notifications:transforms
- taskgraph.transforms.task:transforms
job-defaults:
name: notify-release-drivers-started
description: Sends email to release-drivers telling release was started.
run-on-projects: []
shipping-phase: promote
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
worker:
implementation: docker-worker
os: linux
docker-image: "ubuntu:16.10"
max-run-time: 600
command:
- /bin/bash
- -c
- echo "Dummy task"
notifications:
subject: "Build of {task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]}"
message: "Build of {task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]}"
emails:
by-project:
mozilla-beta: ["release-signoff@mozilla.org"]
default: []
jobs:
fennec:
shipping-product: fennec
firefox:
shipping-product: firefox
devedition:
shipping-product: devedition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment