tor-browser

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

kind.yml (2440B)


      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: partner-repack
     25    description: Release Promotion partner 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    linux64-shippable:
     50        attributes:
     51            build_platform: linux64-shippable
     52            build_type: opt
     53            artifact_prefix: releng/partner
     54            shippable: true
     55 
     56    macosx64-shippable:
     57        attributes:
     58            build_platform: macosx64-shippable
     59            build_type: opt
     60            artifact_prefix: releng/partner
     61            shippable: true
     62 
     63    win32-shippable:
     64        attributes:
     65            build_platform: win32-shippable
     66            build_type: opt
     67            artifact_prefix: releng/partner
     68            shippable: true
     69 
     70    win64-shippable:
     71        attributes:
     72            build_platform: win64-shippable
     73            build_type: opt
     74            artifact_prefix: releng/partner
     75            shippable: true
     76 
     77    win64-aarch64-shippable:
     78        attributes:
     79            build_platform: win64-aarch64-shippable
     80            build_type: opt
     81            artifact_prefix: releng/partner
     82            shippable: true