kind.yml (1485B)
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 - taskgraph.transforms.from_deps 9 - gecko_taskgraph.transforms.name_sanity 10 - gecko_taskgraph.transforms.beetmover_integration 11 - gecko_taskgraph.transforms.task 12 13 kind-dependencies: 14 # Primary dependencies 15 - build 16 17 task-defaults: 18 run-on-repo-type: [hg] 19 20 only-for-build-platforms: 21 - linux64/opt 22 - macosx64/opt 23 - win32/opt 24 - win64/opt 25 26 tasks: 27 beetmover-integration: 28 description: Beetmover integration submission - {build_platform}/{build_type} 29 from-deps: 30 group-by: platform 31 attributes: 32 artifact_map: taskcluster/gecko_taskgraph/manifests/firefox_integration.yml 33 if-dependencies: 34 - build 35 run-on-projects: [autoland-only] 36 treeherder: 37 tier: 2 38 kind: build 39 symbol: BM-int 40 worker-type: beetmover 41 scopes: 42 by-project: 43 autoland: 44 - project:releng:beetmover:bucket:integration 45 - project:releng:beetmover:action:direct-push-to-bucket 46 default: 47 - project:releng:beetmover:bucket:dep 48 - project:releng:beetmover:action:direct-push-to-bucket