# 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: gecko_taskgraph.loader.multi_dep:loader group-by: platform transforms: - gecko_taskgraph.transforms.upload_symbols:transforms - gecko_taskgraph.transforms.job:transforms - gecko_taskgraph.transforms.task:transforms kind-dependencies: - build - toolchain primary-dependency: build not-for-build-platforms: # Address Sanitizer builds don't have symbols to upload. - linux64-asan-reporter-shippable/opt - win64-asan-reporter-shippable/opt - linux-geckodriver/opt - linux64-geckodriver/opt - linux64-aarch64-geckodriver/opt - macosx64-geckodriver/opt - macosx64-aarch64-geckodriver/opt - win32-geckodriver/opt - win64-geckodriver/opt - win64-aarch64-geckodriver/opt job-template: description: Upload Symbols worker-type: b-linux-gcp use-system-python: false worker: docker-image: {in-tree: "debian11-base"} max-run-time: 1800 env: # {level} gets replaced in the upload_symbols transform SYMBOL_SECRET: "project/releng/gecko/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 "} sparse-profile: upload-symbols scopes: - secrets:get:project/releng/gecko/build/level-{level}/gecko-symbol-upload fetches: toolchain: - linux64-makecab