gecko-dev/taskcluster/ci/repackage-l10n/kind.yml
Tom Prince e60f19d241 Bug 1481121: [release] Build bz2 mar's on mozilla-esr60; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D3811

--HG--
extra : rebase_source : 549ac804da6fbd01359bd15aaf928fd06ff22cab
extra : histedit_source : 3b3ef722261d4a7bce33d9215b288ba366f38dee
2018-08-17 12:23:42 -06:00

67 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.repackage_l10n:transforms
- taskgraph.transforms.name_sanity:transforms
- taskgraph.transforms.repackage:transforms
- taskgraph.transforms.use_toolchains:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
kind-dependencies:
- nightly-l10n-signing
- toolchain
only-for-build-platforms:
- linux-nightly/opt
- linux64-nightly/opt
- macosx64-nightly/opt
- win32-nightly/opt
- win64-nightly/opt
- linux-devedition-nightly/opt
- linux64-devedition-nightly/opt
- macosx64-devedition-nightly/opt
- win32-devedition-nightly/opt
- win64-devedition-nightly/opt
job-template:
mozharness:
config:
by-build-platform:
linux-.*:
- repackage/base.py
- repackage/linux32_signed.py
linux64-.*:
- repackage/base.py
- repackage/linux64_signed.py
macosx64-.*:
- repackage/base.py
- repackage/osx_signed.py
win32-.*:
- repackage/base.py
- repackage/win32_signed.py
win64-.*:
- repackage/base.py
- repackage/win64_signed.py
package-formats:
by-project:
# Build bz2 mar's on try to excerise the code
(mozilla-esr60|try):
by-build-platform:
linux.*: [mar, mar-bz2]
linux4\b.*: [mar, mar-bz2]
macosx64\b.*: [mar, mar-bz2, dmg]
win32\b.*: [mar, mar-bz2, installer]
win64\b.*: [mar, mar-bz2, installer]
default:
by-build-platform:
linux.*: [mar]
linux4\b.*: [mar]
macosx64\b.*: [mar, dmg]
win32\b.*: [mar, installer]
win64\b.*: [mar, installer]