gecko-dev/taskcluster/ci/beetmover-geckoview/kind.yml
Johan Lorenzo f8c8bfa321 Bug 1557269 - part 2: GPG-sign geckoview artifacts r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D34866

--HG--
extra : moz-landing-system : lando
2019-07-05 15:19:00 +00:00

65 lines
2.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.single_dep:loader
transforms:
- taskgraph.transforms.name_sanity:transforms
- taskgraph.transforms.beetmover_geckoview:transforms
- taskgraph.transforms.task:transforms
kind-dependencies:
- build-signing
only-for-attributes:
- nightly
not-for-build-platforms:
- linux-nightly/opt
- linux-shippable/opt
- linux64-nightly/opt
- linux64-shippable/opt
- macosx64-nightly/opt
- macosx64-shippable/opt
- win32-nightly/opt
- win32-shippable/opt
- win64-nightly/opt
- win64-shippable/opt
- win64-aarch64-nightly/opt
- win64-aarch64-shippable/opt
- linux-devedition-nightly/opt
- linux64-devedition-nightly/opt
- macosx64-devedition-nightly/opt
- win32-devedition-nightly/opt
- win64-devedition-nightly/opt
- win64-aarch64-devedition-nightly/opt
- linux64-asan-reporter-nightly/opt
- win64-asan-reporter-nightly/opt
job-template:
attributes:
artifact_map: taskcluster/taskgraph/manifests/fennec_geckoview.yml
run-on-projects: ['mozilla-central', 'mozilla-release']
run-on-hg-branches:
by-project:
mozilla-release:
- '^GECKOVIEW_\d+_RELBRANCH$'
default:
- '.*'
shipping-phase:
by-project:
# Beetmoving geckoview makes it available to the official maven repo.
# So we want beetmover to act only when the release is greenlit. That
# is to say:
# - right after nightly builds on mozilla-central
# - when Fennec beta was greenlit by QA on mozilla-beta (hence the ship phase)
# - at every patch uplifted on the GECKOVIEW_XX_RELBRANC on mozilla-release
# Reminder: There is no Android/geckoview build on ESR.
mozilla-release: build
default: ship
bucket-scope:
by-release-level:
production: 'project:releng:beetmover:bucket:maven-production'
staging: 'project:releng:beetmover:bucket:maven-staging'