kind.yml (9566B)
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: update-verify-config 15 run-on-projects: [] # to make sure this never runs as part of CI 16 shipping-phase: promote 17 index: 18 product: firefox 19 worker-type: b-linux 20 worker: 21 docker-image: 22 in-tree: "update-verify" 23 max-run-time: 3600 24 artifacts: 25 - name: public/build/update-verify.cfg 26 path: /builds/worker/checkouts/gecko/update-verify.cfg 27 type: file 28 run: 29 sparse-profile: mozharness 30 extra: 31 app-name: browser 32 branch-prefix: mozilla 33 last-linux-bz2-version: "134.99.0" # Bug 1710599: Last version to use bz2 compression on Linux builds 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: 51 by-release-type: 52 beta: beta 53 release(-rc)?: nonbeta 54 esr.*: esr 55 default: beta 56 last-watershed: 57 by-release-type: 58 beta: 59 by-platform: 60 linux64-aarch64.*: "136.0b6" 61 default: "72.0" 62 release(-rc)?: 63 by-platform: 64 linux64-aarch64.*: "136.0" 65 default: "72.0.2" 66 esr140: 67 by-platform: 68 linux64-aarch64.*: "140.0esr" 69 default: "68.0esr" 70 default: "default" 71 72 tasks: 73 firefox-linux64: 74 shipping-product: firefox 75 treeherder: 76 symbol: UVC 77 platform: linux64-shippable/opt 78 kind: test 79 tier: 1 80 attributes: 81 build_platform: linux64-shippable 82 extra: 83 product: firefox 84 platform: linux-x86_64 85 updater-platform: linux-x86_64 86 channel: 87 by-release-type: 88 beta: "beta-localtest" 89 release(-rc)?: "release-localtest" 90 esr.*: "esr-localtest" 91 default: "default" 92 mar-channel-id-override: 93 by-release-type: 94 beta: beta 95 default: null 96 97 firefox-linux64-aarch64: 98 shipping-product: firefox 99 treeherder: 100 symbol: UVC 101 platform: linux64-aarch64-shippable/opt 102 kind: test 103 tier: 1 104 attributes: 105 build_platform: linux64-aarch64-shippable 106 extra: 107 product: firefox 108 platform: linux-aarch64 109 updater-platform: linux-x86_64 110 channel: 111 by-release-type: 112 beta: "beta-localtest" 113 release(-rc)?: "release-localtest" 114 esr.*: "esr-localtest" 115 default: "default" 116 mar-channel-id-override: 117 by-release-type: 118 beta: beta 119 default: null 120 121 firefox-macosx64: 122 shipping-product: firefox 123 treeherder: 124 symbol: UVC 125 platform: osx-shippable/opt 126 kind: test 127 tier: 1 128 attributes: 129 build_platform: macosx64-shippable 130 extra: 131 product: firefox 132 platform: mac 133 updater-platform: linux-x86_64 134 channel: 135 by-release-type: 136 beta: "beta-localtest" 137 release(-rc)?: "release-localtest" 138 esr.*: "esr-localtest" 139 default: "default" 140 mar-channel-id-override: 141 by-release-type: 142 beta: beta 143 default: null 144 145 firefox-win32: 146 shipping-product: firefox 147 treeherder: 148 symbol: UVC 149 platform: windows2012-32-shippable/opt 150 kind: test 151 tier: 1 152 attributes: 153 build_platform: win32-shippable 154 extra: 155 product: firefox 156 platform: win32 157 updater-platform: linux-x86_64 158 channel: 159 by-release-type: 160 beta: "beta-localtest" 161 release(-rc)?: "release-localtest" 162 esr.*: "esr-localtest" 163 default: "default" 164 mar-channel-id-override: 165 by-release-type: 166 beta: beta 167 default: null 168 169 firefox-win64: 170 shipping-product: firefox 171 treeherder: 172 symbol: UVC 173 platform: windows2012-64-shippable/opt 174 kind: test 175 tier: 1 176 attributes: 177 build_platform: win64-shippable 178 extra: 179 product: firefox 180 platform: win64 181 updater-platform: linux-x86_64 182 channel: 183 by-release-type: 184 beta: "beta-localtest" 185 release(-rc)?: "release-localtest" 186 esr.*: "esr-localtest" 187 default: "default" 188 mar-channel-id-override: 189 by-release-type: 190 beta: beta 191 default: null 192 193 firefox-win64-aarch64: 194 shipping-product: firefox 195 treeherder: 196 symbol: UVC 197 platform: windows2012-aarch64-shippable/opt 198 kind: test 199 tier: 1 200 attributes: 201 build_platform: win64-aarch64-shippable 202 extra: 203 product: firefox 204 platform: win64-aarch64 205 updater-platform: linux-x86_64 206 channel: 207 by-release-type: 208 beta: "beta-localtest" 209 release(-rc)?: "release-localtest" 210 esr.*: "esr-localtest" 211 default: "default" 212 mar-channel-id-override: 213 by-release-type: 214 beta: beta 215 default: null 216 217 devedition-linux64: 218 shipping-product: devedition 219 treeherder: 220 symbol: UVC 221 platform: linux64-devedition/opt 222 kind: test 223 tier: 1 224 attributes: 225 build_platform: linux64-devedition 226 extra: 227 product: firefox 228 platform: linux-x86_64 229 updater-platform: linux-x86_64 230 channel: "aurora-localtest" 231 232 devedition-linux64-aarch64: 233 shipping-product: devedition 234 treeherder: 235 symbol: UVC 236 platform: linux64-aarch64-devedition/opt 237 kind: test 238 tier: 1 239 attributes: 240 build_platform: linux64-aarch64-devedition 241 extra: 242 product: firefox 243 platform: linux-aarch64 244 updater-platform: linux-x86_64 245 channel: "aurora-localtest" 246 247 devedition-macosx64: 248 shipping-product: devedition 249 treeherder: 250 symbol: UVC 251 platform: osx-cross-devedition/opt 252 kind: test 253 tier: 1 254 attributes: 255 build_platform: macosx64-devedition 256 extra: 257 product: firefox 258 platform: mac 259 updater-platform: linux-x86_64 260 channel: "aurora-localtest" 261 262 devedition-win32: 263 shipping-product: devedition 264 treeherder: 265 symbol: UVC 266 platform: windows2012-32-devedition/opt 267 kind: test 268 tier: 1 269 attributes: 270 build_platform: win32-devedition 271 extra: 272 product: firefox 273 platform: win32 274 updater-platform: linux-x86_64 275 channel: "aurora-localtest" 276 277 devedition-win64: 278 shipping-product: devedition 279 treeherder: 280 symbol: UVC 281 platform: windows2012-64-devedition/opt 282 kind: test 283 tier: 1 284 attributes: 285 build_platform: win64-devedition 286 extra: 287 product: firefox 288 platform: win64 289 updater-platform: linux-x86_64 290 channel: "aurora-localtest" 291 292 devedition-win64-aarch64: 293 shipping-product: devedition 294 treeherder: 295 symbol: UVC 296 platform: windows2012-aarch64-devedition/opt 297 kind: test 298 tier: 1 299 attributes: 300 build_platform: win64-aarch64-devedition 301 extra: 302 product: firefox 303 platform: win64-aarch64 304 updater-platform: linux-x86_64 305 channel: "aurora-localtest"