Revision control

Copy as Markdown

Other Tools

# 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
transforms:
- taskgraph.transforms.from_deps
- gecko_taskgraph.transforms.upload_symbols
- gecko_taskgraph.transforms.job
- gecko_taskgraph.transforms.task
kind-dependencies:
- build
- toolchain
only-for-build-platforms:
- linux64-shippable/opt
- linux-shippable/opt
- macosx64-x64-shippable/opt
- macosx64-aarch64-shippable/opt
- win32-shippable/opt
- win64-shippable/opt
tasks:
upload-symbols:
description: Upload Symbols
from-deps:
group-by: platform
worker-type: b-linux-gcp
use-python: default
worker:
docker-image: {in-tree: "debian12-base"}
max-run-time: 900
env:
# {level} gets replaced in the upload_symbols transform
SYMBOL_SECRET: "project/comm/thunderbird/releng/build/level-{level}/gecko-symbol-upload"
MAKECAB: /builds/worker/fetches/makecab/makecab
MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
run:
using: mach
mach: {artifact-reference: "python toolkit/crashreporter/tools/upload_symbols.py <build/public/cidata/target.crashreporter-symbols-full.tar.zst>"}
sparse-profile: upload-symbols
scopes:
- secrets:get:project/comm/thunderbird/releng/build/level-{level}/gecko-symbol-upload
fetches:
toolchain:
- linux64-makecab