tor-browser

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

kind.yml (2327B)


      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:run_on_releases
      9    - gecko_taskgraph.transforms.bouncer_submission:transforms
     10    - gecko_taskgraph.transforms.task:transforms
     11 
     12 task-defaults:
     13    run-on-repo-type: [hg]
     14    description: release bouncer submission job
     15    worker-type: bouncer
     16    worker:
     17        implementation: bouncer-submission
     18    scopes:
     19        by-release-level:
     20            production:
     21                - project:releng:bouncer:action:submission
     22                - project:releng:bouncer:server:production
     23            staging:
     24                - project:releng:bouncer:action:submission
     25                - project:releng:bouncer:server:staging
     26    run-on-projects: []
     27    shipping-phase: promote
     28    locales-file: browser/locales/shipped-locales
     29    treeherder:
     30        symbol: Rel(BncSub)
     31        kind: test
     32        tier: 1
     33 
     34 tasks:
     35    devedition:
     36        bouncer-platforms: ['linux64', 'linux64-aarch64', 'osx', 'win', 'win64', 'win64-aarch64']
     37        bouncer-products: ['complete-mar', 'installer', 'installer-ssl', 'partial-mar', 'stub-installer', 'msi', 'msix']
     38        shipping-product: devedition
     39        treeherder:
     40            platform: devedition-release/opt
     41 
     42    firefox:
     43        bouncer-platforms: ['linux64', 'linux64-aarch64', 'osx', 'win', 'win64', 'win64-aarch64']
     44        bouncer-products:
     45            by-release-type:
     46                default: ['complete-mar', 'installer', 'installer-ssl', 'partial-mar', 'stub-installer', 'msi', 'msix', 'pkg', 'langpack']
     47                esr.*: ['complete-mar', 'installer', 'installer-ssl', 'partial-mar', 'msi', 'msix', 'pkg', 'langpack']
     48        shipping-product: firefox
     49        treeherder:
     50            platform: firefox-release/opt
     51 
     52    firefox-rc:
     53        bouncer-platforms: ['linux64', 'linux64-aarch64', 'osx', 'win', 'win64', 'win64-aarch64']
     54        bouncer-products: ['complete-mar-candidates', 'partial-mar-candidates']
     55        shipping-product: firefox
     56        run-on-releases: ['release-rc']
     57        treeherder:
     58            symbol: Rel(BncSub-RC)
     59            platform: firefox-release/opt