kind.yml (3998B)
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.update_verify_config:transforms 9 - gecko_taskgraph.transforms.job:transforms 10 - gecko_taskgraph.transforms.task:transforms 11 12 task-defaults: 13 run-on-repo-type: [hg] 14 name: secondary-update-verify-config 15 run-on-projects: [] # to make sure this never runs as part of CI 16 shipping-product: firefox 17 shipping-phase: promote 18 worker-type: b-linux 19 worker: 20 docker-image: 21 in-tree: "update-verify" 22 max-run-time: 3600 23 artifacts: 24 - name: public/build/update-verify.cfg 25 path: /builds/worker/checkouts/gecko/update-verify.cfg 26 type: file 27 run: 28 sparse-profile: mozharness 29 extra: 30 app-name: browser 31 branch-prefix: mozilla 32 last-linux-bz2-version: "134.99.0" # Bug 1710599: Last version to use bz2 compression on Linux builds 33 product: firefox 34 archive-prefix: 35 by-release-level: 36 staging: "http://ftp.stage.mozaws.net/pub" 37 production: "https://archive.mozilla.org/pub" 38 previous-archive-prefix: 39 by-release-level: 40 staging: "https://archive.mozilla.org/pub" 41 production: null 42 aus-server: 43 by-release-level: 44 staging: "https://stage.balrog.nonprod.cloudops.mozgcp.net" 45 production: "https://aus5.mozilla.org" 46 override-certs: 47 by-release-level: 48 staging: dep 49 production: null 50 include-version: beta 51 last-watershed: 52 by-platform: 53 linux64-aarch64.*: "136.0" 54 default: "72.0.2" 55 mar-channel-id-override: beta 56 channel: "beta-localtest" 57 58 tasks: 59 firefox-secondary-linux64: 60 treeherder: 61 symbol: UVCS 62 platform: linux64-shippable/opt 63 kind: test 64 tier: 1 65 attributes: 66 build_platform: linux64-shippable 67 extra: 68 platform: linux-x86_64 69 updater-platform: linux-x86_64 70 71 firefox-secondary-linux64-aarch64: 72 treeherder: 73 symbol: UVCS 74 platform: linux64-aarch64-shippable/opt 75 kind: test 76 tier: 1 77 attributes: 78 build_platform: linux64-aarch64-shippable 79 extra: 80 platform: linux-aarch64 81 updater-platform: linux-x86_64 82 83 firefox-secondary-macosx64: 84 treeherder: 85 symbol: UVCS 86 platform: osx-shippable/opt 87 kind: test 88 tier: 1 89 attributes: 90 build_platform: macosx64-shippable 91 extra: 92 platform: mac 93 updater-platform: linux-x86_64 94 95 firefox-secondary-win32: 96 treeherder: 97 symbol: UVCS 98 platform: windows2012-32-shippable/opt 99 kind: test 100 tier: 1 101 attributes: 102 build_platform: win32-shippable 103 extra: 104 platform: win32 105 updater-platform: linux-x86_64 106 107 firefox-secondary-win64: 108 treeherder: 109 symbol: UVCS 110 platform: windows2012-64-shippable/opt 111 kind: test 112 tier: 1 113 attributes: 114 build_platform: win64-shippable 115 extra: 116 platform: win64 117 updater-platform: linux-x86_64 118 119 firefox-secondary-win64-aarch64: 120 treeherder: 121 symbol: UVCS 122 platform: windows2012-aarch64-shippable/opt 123 kind: test 124 tier: 1 125 attributes: 126 build_platform: win64-aarch64-shippable 127 extra: 128 platform: win64-aarch64 129 updater-platform: linux-x86_64