зеркало из https://github.com/mozilla/gecko-dev.git
40 строки
1.2 KiB
YAML
40 строки
1.2 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:
|
|
- taskgraph.transforms.release_deps:transforms
|
|
- taskgraph.transforms.scriptworker:add_balrog_scopes
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- post-balrog-dummy
|
|
- post-beetmover-dummy
|
|
- release-secondary-balrog-submit-toplevel
|
|
|
|
job-defaults:
|
|
run-on-projects: []
|
|
shipping-phase: ship
|
|
worker:
|
|
implementation: balrog
|
|
balrog-action: schedule
|
|
|
|
jobs:
|
|
firefox-secondary-rc:
|
|
description: Schedule Beta Firefox publishing in balrog
|
|
name: release-firefox_schedule_publishing_in_balrog
|
|
shipping-product: firefox
|
|
worker:
|
|
product: firefox
|
|
release-eta: ''
|
|
channel-names: ["beta", "beta-localtest", "beta-cdntest"]
|
|
publish-rules: [32]
|
|
rules-to-update: ["firefox-beta-cdntest", "firefox-beta-localtest"]
|
|
treeherder:
|
|
platform: firefox-release/opt
|
|
symbol: Rel(BSFxRC)
|
|
tier: 1
|
|
kind: build
|