tor-browser

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

kind.yml (1790B)


      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    - gecko_taskgraph.transforms.name_sanity
     10    - gecko_taskgraph.transforms.repackage
     11    - gecko_taskgraph.transforms.job
     12    - gecko_taskgraph.transforms.task
     13 
     14 kind-dependencies:
     15    # We're going to generate tasks based on this.  We `depend` on and fetch the package from this.
     16    - build-signing
     17    # We're not going to generate tasks based on these.  But we are going to `depend` on and fetch
     18    # langpacks from these.
     19    - l10n
     20    - shippable-l10n-signing
     21 
     22 task-defaults:
     23    run-on-repo-type: [hg]
     24 
     25 only-for-build-platforms:
     26    - linux64/opt
     27    - linux64-shippable/opt
     28    - linux64-aarch64/opt
     29    - linux64-aarch64-shippable/opt
     30 
     31 tasks:
     32    repackage-flatpak:
     33        from-deps:
     34            group-by: platform
     35            unique-kinds: false
     36        worker-type: b-linux
     37        worker:
     38            max-run-time: 2700
     39            docker-image: {in-tree: debian12-flatpak}
     40        run-on-projects: []
     41        shipping-phase: promote
     42        package-formats: [flatpak]
     43        mozharness:
     44            config:
     45                by-build-platform:
     46                    linux64\b.*:
     47                        - repackage/base.py
     48                        - repackage/linux64_signed.py
     49        treeherder:
     50            symbol: Rpk-flatpak
     51        flatpak:
     52            name: org.mozilla.firefox
     53            branch:
     54                by-release-type:
     55                    release.*: stable
     56                    beta: beta
     57                    nightly: nightly
     58                    default: default