tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

kind.yml (1316B)


      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 kind-dependencies:
      8    - release-bouncer-check
      9    - release-update-verify-config
     10 
     11 transforms:
     12    - gecko_taskgraph.transforms.release_deps:transforms
     13    - gecko_taskgraph.transforms.final_verify:transforms
     14    - gecko_taskgraph.transforms.job:transforms
     15    - gecko_taskgraph.transforms.task:transforms
     16 
     17 task-defaults:
     18    run-on-repo-type: [hg]
     19    name: final-verify
     20    run-on-projects: []  # to make sure this never runs as part of CI
     21    worker-type: b-linux
     22    worker:
     23        docker-image:
     24            in-tree: "update-verify"
     25        max-run-time: 7200
     26 
     27 
     28 tasks:
     29    firefox:
     30        description: final verify
     31        shipping-phase: push
     32        shipping-product: firefox
     33        treeherder:
     34            platform: firefox-release/opt
     35            kind: test
     36            symbol: Rel(FV)
     37            tier: 1
     38 
     39    devedition:
     40        description: final verify
     41        shipping-phase: push
     42        shipping-product: devedition
     43        treeherder:
     44            platform: devedition-release/opt
     45            kind: test
     46            symbol: Rel(FV)
     47            tier: 1