gecko-dev/taskcluster/ci/release-source/kind.yml
Mike Hommey ace4568daa Bug 1573435 - Use toolchain fetches for all remaining toolchain uses, part 2. r=nalexander
This part removes the use_toolchains transform, and adjusts all task
definitions accordingly.

Differential Revision: https://phabricator.services.mozilla.com/D41891

MANUAL PUSH: avoid closing autoland while docker images and toolchains
are rebuilt.
2019-08-15 11:22:23 +09:00

61 lines
1.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
transforms:
- taskgraph.transforms.build:transforms
- taskgraph.transforms.build_attrs:transforms
- taskgraph.transforms.build_lints:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
job-defaults:
shipping-phase: promote
treeherder:
symbol: Src
worker-type: b-linux
worker:
max-run-time: 3600
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/linux64/releng.manifest"
PKG_SRCPACK_BASENAME: source
run:
using: mozharness
actions: [package-source]
script: "mozharness/scripts/fx_desktop_build.py"
config:
- builds/releng_sub_linux_configs/64_source.py
options: []
tooltool-downloads: public
need-xvfb: false
run-on-projects: []
# The build_attrs transform defaults to setting a `skip-unlles-schedules'
# optimization based on the task label. The tasks here don't have corresponding
# schedules defined in mozbuild.
optimization: null
jobs:
firefox-source/opt:
description: "Firefox source builder"
treeherder:
platform: firefox-release/opt
shipping-product: firefox
fennec-source/opt:
description: "Fennec source builder"
treeherder:
platform: fennec-release/opt
shipping-product: fennec
devedition-source/opt:
description: "Devedition source builder"
treeherder:
platform: devedition-release/opt
shipping-product: devedition