tor-browser

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

kind.yml (1475B)


      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    - toolchain
      9 
     10 transforms:
     11    - gecko_taskgraph.transforms.build:transforms
     12    - gecko_taskgraph.transforms.build_attrs:transforms
     13    - gecko_taskgraph.transforms.build_lints:transforms
     14    - gecko_taskgraph.transforms.job:transforms
     15    - gecko_taskgraph.transforms.task:transforms
     16 
     17 
     18 task-defaults:
     19    run-on-repo-type: [hg]
     20    shipping-phase: promote
     21    treeherder:
     22        symbol: Src
     23    worker-type: b-linux
     24    worker:
     25        max-run-time: 3600
     26        env:
     27            PKG_SRCPACK_BASENAME: source
     28    attributes:
     29        shippable: true
     30    run:
     31        using: mozharness
     32        actions: [package-source]
     33        script: "mozharness/scripts/fx_desktop_build.py"
     34        config:
     35            - builds/releng_sub_linux_configs/64_source.py
     36        options: []
     37        tooltool-downloads: public
     38    run-on-projects: []
     39    optimization: null
     40 
     41 tasks:
     42    firefox-source/opt:
     43        description: "Firefox source builder"
     44        treeherder:
     45            platform: firefox-release/opt
     46        shipping-product: firefox
     47 
     48    devedition-source/opt:
     49        description: "Devedition source builder"
     50        treeherder:
     51            platform: devedition-release/opt
     52        shipping-product: devedition