34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
# 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:
|
|
- gecko_taskgraph.transforms.release_deps:transforms
|
|
- gecko_taskgraph.transforms.release_started:transforms
|
|
- gecko_taskgraph.transforms.job:transforms
|
|
- gecko_taskgraph.transforms.task:transforms
|
|
|
|
task-defaults:
|
|
name: notify-release-drivers-started
|
|
description: Sends email to release-drivers telling release was started.
|
|
run-on-projects: []
|
|
shipping-phase: promote
|
|
worker-type: b-linux-gcp
|
|
worker:
|
|
docker-image: {in-tree: "debian12-base"}
|
|
max-run-time: 600
|
|
emails:
|
|
by-project:
|
|
mozilla-(beta|release|esr.*): ["release-signoff@mozilla.org"]
|
|
try: ["{config[params][owner]}"]
|
|
default: []
|
|
|
|
tasks:
|
|
icecat:
|
|
shipping-product: icecat
|
|
devedition:
|
|
shipping-product: devedition
|
|
icecat-android:
|
|
shipping-product: icecat-android
|