kind.yml (1278B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 loader: taskgraph.loader.transform:loader 6 7 transforms: 8 - gecko_taskgraph.transforms.sentry:transforms 9 - gecko_taskgraph.transforms.job:transforms 10 - gecko_taskgraph.transforms.task:transforms 11 12 task-defaults: 13 run-on-repo-type: [hg] 14 15 tasks: 16 mach-release: 17 description: Inform Sentry of new revisions (aka Mach releases) 18 worker-type: b-linux 19 worker: 20 taskcluster-proxy: true 21 max-run-time: 3600 22 docker-image: {in-tree: sentry} 23 env: 24 HG_PUSHLOG_URL: "{head_repository}/json-pushes?version=2&changeset={head_rev}" 25 SENTRY_SECRET: "project/engwf/gecko/{level}/tokens" 26 scopes: 27 - "secrets:get:project/engwf/gecko/{level}/tokens" 28 run: 29 using: run-task 30 checkout: false 31 command: /bin/bash /usr/bin/submit_sentry_release.sh 32 run-on-projects: ['mozilla-central'] 33 treeherder: 34 symbol: Sentry(mach-release) 35 platform: other/opt 36 tier: 2 37 kind: other