gecko-dev/taskcluster/ci/release-secondary-balrog-scheduling/kind.yml
Andrew Halberstadt 95449daa6d Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher
For a long time two copies of the 'taskgraph' module have existed in parallel.
We've attempted to keep them in sync, but over time they have diverged and the
maintenance burden has increased.

In order to reduce this burden, we'd like to re-join the two code bases. The
canonical repo will be the one that lives outside of mozilla-central, and this
module will depend on it. Since they both have the same module name (taskgraph)
we need to rename the version in mozilla-central to avoid collisions.

Other consumers of 'taskgraph' (like mobile repos) have standardized on
'<project>_taskgraph' as their module names. So replicating that here as well.

Differential Revision: https://phabricator.services.mozilla.com/D127118
2021-09-30 09:50:08 -04:00

41 lines
1.3 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: gecko_taskgraph.loader.transform:loader
transforms:
- gecko_taskgraph.transforms.release_deps:transforms
- gecko_taskgraph.transforms.scriptworker:add_balrog_scopes
- gecko_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-type: balrog
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