gecko-dev/taskcluster/ci/build/kind.yml
Johan Lorenzo d470201871 Bug 1573751 - Fix geckoview nightly signing on try r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D45037

--HG--
extra : moz-landing-system : lando
2019-09-10 13:38:47 +00:00

77 lines
2.8 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:
- toolchain
- fetch
- generate-profile
transforms:
- taskgraph.transforms.build:transforms
- taskgraph.transforms.build_attrs:transforms
- taskgraph.transforms.build_lints:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
jobs-from:
- android.yml
- android-stuff.yml
- linux.yml
- macosx.yml
- windows.yml
- windows-mingw.yml
job-defaults:
run:
mozconfig-variant:
by-release-type:
beta: beta
release.*: release
# We keep using the release configs as the beta and release configs are
# identical except for
# https://searchfox.org/mozilla-central/rev/ce9ff94ffed34dc17ec0bfa406156d489eaa8ee1/browser/config/mozconfigs/linux32/release#1 # noqa
esr.*: release
default: nightly
# Note: These settings are only honored by nightly (i.e. shipping) builds
update-channel:
by-release-type:
nightly: nightly
nightly-oak: nightly-oak
beta:
by-shipping-product:
devedition: aurora
default: beta
release.*: release
esr.*: esr
default:
by-project:
try: nightly-try
default: null
# ACCEPTED_MAR_CHANNEL_IDS should usually be the same as the value MAR_CHANNEL_ID.
# If more than one ID is needed, then you should use a comma separated list
# of values.
# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
mar-channel-id:
by-release-type:
nightly.*: firefox-mozilla-central
beta:
by-shipping-product:
devedition: firefox-mozilla-aurora
default: firefox-mozilla-beta
release.*: firefox-mozilla-release
esr.*: firefox-mozilla-esr
default: firefox-mozilla-central
accepted-mar-channel-ids:
by-release-type:
nightly.*: firefox-mozilla-central
beta:
by-shipping-product:
devedition: firefox-mozilla-aurora
default: firefox-mozilla-beta,firefox-mozilla-release
release.*: firefox-mozilla-release
esr.*: firefox-mozilla-esr
default: firefox-mozilla-central