kind.yml (2410B)
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.release_deps:transforms 9 - gecko_taskgraph.transforms.partner_repack:transforms 10 - gecko_taskgraph.transforms.job:transforms 11 - gecko_taskgraph.transforms.task:transforms 12 13 kind-dependencies: 14 - build 15 - build-signing 16 - build-mac-signing 17 - build-mac-notarization 18 - shippable-l10n-signing 19 - shippable-l10n-mac-signing 20 - shippable-l10n-mac-notarization 21 22 task-defaults: 23 run-on-repo-type: [hg] 24 name: eme-free-repack 25 description: Release Promotion eme-free repacks 26 run-on-projects: [] # to make sure this never runs as part of CI 27 shipping-product: firefox 28 shipping-phase: promote 29 worker-type: b-linux 30 worker: 31 docker-image: 32 in-tree: "partner-repack" 33 chain-of-trust: true 34 max-run-time: 7200 35 run: 36 using: mozharness 37 config: 38 - partner_repacks/release_mozilla-release_desktop.py 39 script: mozharness/scripts/desktop_partner_repacks.py 40 job-script: taskcluster/scripts/builder/repackage.sh 41 tooltool-downloads: false 42 extra: 43 limit-locales: 44 by-release-level: 45 staging: true 46 production: false 47 48 tasks: 49 macosx64-shippable: 50 treeherder: 51 symbol: EME 52 platform: macosx64/opt 53 kind: test 54 tier: 1 55 attributes: 56 build_platform: macosx64-shippable 57 build_type: opt 58 artifact_prefix: releng/partner 59 shippable: true 60 61 win32-shippable: 62 treeherder: 63 symbol: EME 64 platform: win32/opt 65 kind: test 66 tier: 1 67 attributes: 68 build_platform: win32-shippable 69 build_type: opt 70 artifact_prefix: releng/partner 71 shippable: true 72 73 win64-shippable: 74 treeherder: 75 symbol: EME 76 platform: win64/opt 77 kind: test 78 tier: 1 79 attributes: 80 build_platform: win64-shippable 81 build_type: opt 82 artifact_prefix: releng/partner 83 shippable: true