зеркало из https://github.com/mozilla/gecko-dev.git
54 строки
1.7 KiB
YAML
54 строки
1.7 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
|
|
|
|
kind-dependencies:
|
|
- post-beetmover-dummy
|
|
|
|
transforms:
|
|
- taskgraph.transforms.bouncer_locations:transforms
|
|
- taskgraph.transforms.release:run_on_releases
|
|
- taskgraph.transforms.release_deps:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
job-defaults:
|
|
description: nightly bouncer locations job
|
|
attributes:
|
|
nightly: true
|
|
worker-type:
|
|
by-project:
|
|
mozilla-central: scriptworker-k8s/gecko-3-bouncer
|
|
default: scriptworker-k8s/gecko-1-bouncer
|
|
worker:
|
|
implementation: bouncer-locations
|
|
scopes:
|
|
by-project:
|
|
mozilla-central:
|
|
- project:releng:bouncer:action:locations
|
|
- project:releng:bouncer:server:production
|
|
default:
|
|
- project:releng:bouncer:action:locations
|
|
- project:releng:bouncer:server:staging
|
|
shipping-phase: ship
|
|
treeherder:
|
|
symbol: BncLoc
|
|
kind: other
|
|
tier: 2
|
|
|
|
jobs:
|
|
firefox:
|
|
run-on-releases: ['nightly']
|
|
run-on-projects: ['mozilla-central']
|
|
shipping-product: firefox
|
|
bouncer-products:
|
|
- firefox-nightly-latest
|
|
- firefox-nightly-latest-ssl
|
|
- firefox-nightly-latest-l10n
|
|
- firefox-nightly-latest-l10n-ssl
|
|
- firefox-nightly-msi-latest-ssl
|
|
- firefox-nightly-msi-latest-l10n-ssl
|
|
treeherder:
|
|
platform: firefox-release/opt
|