summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/upload-symbols/job-template.yml
blob: 43d6736a07eda85bc5a86350dafc6931c79a34c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
label: # see transforms
description: Upload Symbols
dependencies: # see transforms
expires-after: 7 days
deadline-after: 24 hours
run-on-projects:
    - try
worker-type: aws-provisioner-v1/symbol-upload
worker:
    implementation: docker-worker
    max-run-time: 600
    command: ["/bin/bash", "bin/upload.sh"]
    docker-image: taskclusterprivate/upload_symbols:0.0.4
    env:
        GECKO_HEAD_REPOSITORY: # see transforms
        GECKO_HEAD_REV: # see transforms
        ARTIFACT_TASKID: {"task-reference": "<build>"}
scopes:
    - docker-worker:image:taskclusterprivate/upload_symbols:0.0.4