tor-browser

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

kind.yml (1287B)


      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    - taskgraph.transforms.from_deps
      9    - android_taskgraph.transforms.upstream_artifacts
     10    - android_taskgraph.transforms.signing
     11    - android_taskgraph.transforms.treeherder
     12    - gecko_taskgraph.transforms.task
     13 
     14 kind-dependencies:
     15    - build-components
     16 
     17 task-defaults:
     18    run-on-repo-type: [hg]
     19 
     20 tasks:
     21    sign-build:
     22        description: Sign component
     23        from-deps:
     24            with-attributes:
     25                build-type:
     26                    - release
     27                    - beta
     28                    - nightly
     29            group-by: component
     30            copy-attributes: true
     31        run-on-projects: []
     32        treeherder:
     33            symbol:
     34                by-build-type:
     35                    release: BRs
     36                    beta: BBs
     37                    nightly: BNs
     38                    default: Bs
     39            kind: build
     40        worker-type:
     41            by-level:
     42                '3': linux-signing
     43                default: linux-depsigning
     44        worker:
     45            implementation: scriptworker-signing