Bug 1458700: [release-promotion] Check bouncer uptake; r=Fallen
Differential Revision: https://phabricator.services.mozilla.com/D1497 --HG-- extra : rebase_source : d7d6281f63d9b611e72fe0c3637b03bf1e993294 extra : source : 96ecb0a9630e0b7f0b9e459d05779c6bc9cf1a8c
This commit is contained in:
Родитель
ad7f2caffa
Коммит
d891c589e0
|
@ -0,0 +1,52 @@
|
|||
# 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
|
||||
|
||||
kind-dependencies:
|
||||
- release-beetmover-push-to-release
|
||||
|
||||
transforms:
|
||||
- taskgraph.transforms.release_deps:transforms
|
||||
- taskgraph.transforms.bouncer_check:transforms
|
||||
- taskgraph.transforms.job:transforms
|
||||
- taskgraph.transforms.task:transforms
|
||||
|
||||
job-defaults:
|
||||
name: bouncer-check
|
||||
description: bouncer check
|
||||
run-on-projects: [] # to make sure this never runs as part of CI
|
||||
shipping-phase: push
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
||||
worker:
|
||||
max-run-time: 1200
|
||||
docker-image: {in-tree: "update-verify"}
|
||||
run:
|
||||
using: run-task
|
||||
sparse-profile: mozharness
|
||||
attributes:
|
||||
build_platform: linux64
|
||||
build_type: opt
|
||||
treeherder:
|
||||
symbol: Rel(BncChk)
|
||||
kind: test
|
||||
tier: 1
|
||||
|
||||
jobs:
|
||||
thunderbird:
|
||||
shipping-product: thunderbird
|
||||
index:
|
||||
product: thunderbird
|
||||
job-name: thunderbird-bouncer-check
|
||||
run:
|
||||
config:
|
||||
- releases/bouncer_thunderbird.py
|
||||
extra-config:
|
||||
by-project:
|
||||
comm-beta: {}
|
||||
default:
|
||||
locales: ['en-US', 'fr', 'de']
|
||||
bouncer_prefix: "https://bouncer-bouncer-releng.stage.mozaws.net/"
|
||||
treeherder:
|
||||
platform: thunderbird-release/opt
|
Загрузка…
Ссылка в новой задаче