Bug 1595153 - Port bug 1492664: Use {artifact-reference: ..} for symbol uploads. r=darktrojan,tomprince

This is a port of D14198 for Thunderbird. Using the hardcoded taskcluster.net
hostname is not supported on Firefox-CI.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2019-11-08 19:46:42 +00:00
Родитель 736a68819d
Коммит 208ce03920
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -26,12 +26,11 @@ job-template:
docker-image: {in-tree: "lint"}
max-run-time: 900
env:
ARTIFACT_TASKID: {"task-reference": "<build>"}
# {level} gets replaced in the upload_symbols transform
SYMBOL_SECRET: "project/comm/thunderbird/releng/build/level-{level}/gecko-symbol-upload"
run:
using: mach
mach: python toolkit/crashreporter/tools/upload_symbols.py https://queue.taskcluster.net/v1/task/${ARTIFACT_TASKID}/artifacts/public/build/target.crashreporter-symbols-full.zip
mach: {artifact-reference: "python toolkit/crashreporter/tools/upload_symbols.py <build/public/build/target.crashreporter-symbols-full.zip>"}
sparse-profile: upload-symbols
scopes:
- secrets:get:project/comm/thunderbird/releng/build/level-{level}/gecko-symbol-upload