tor-browser

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

kind.yml (2873B)


      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.resolve_landoscript_keyed_by:transforms
     10    - gecko_taskgraph.transforms.task:transforms
     11 
     12 task-defaults:
     13    run-on-repo-type: [hg]
     14    description: Release Promotion version tag for buildN
     15    run-on-projects: []
     16    shipping-phase: promote
     17    worker-type: lando
     18    worker:
     19        implementation: scriptworker-lando
     20        lando-repo:
     21            by-project:
     22                mozilla-beta: firefox-beta
     23                mozilla-release: firefox-release
     24                mozilla-esr115: firefox-esr115
     25                mozilla-esr128: firefox-esr128
     26                mozilla-esr140: firefox-esr140
     27                try:
     28                    by-release-type:
     29                        beta: staging-firefox-beta
     30                        release: staging-firefox-release
     31                        release-rc: staging-firefox-release
     32                        esr115: staging-firefox-esr115
     33                        esr128: staging-firefox-esr128
     34                        esr140: staging-firefox-esr140
     35                        default: ""
     36                default: ""
     37        actions:
     38            - tag:
     39                  types: ["buildN"]
     40                  # used to map hg revisions to the git revisions that landoscript needs
     41                  hg-repo-url:
     42                      by-project:
     43                          mozilla-beta: https://hg.mozilla.org/releases/mozilla-beta
     44                          mozilla-release: https://hg.mozilla.org/releases/mozilla-release
     45                          mozilla-esr115: https://hg.mozilla.org/releases/mozilla-esr115
     46                          mozilla-esr128: https://hg.mozilla.org/releases/mozilla-esr128
     47                          mozilla-esr140: https://hg.mozilla.org/releases/mozilla-esr140
     48                          try: https://hg.mozilla.org/try
     49                          default: ""
     50 
     51 tasks:
     52    firefox:
     53        name: firefox-tag-buildN
     54        shipping-product: firefox
     55        treeherder:
     56            platform: firefox-release/opt
     57            symbol: Rel(TagBuild)
     58            tier: 1
     59            kind: build
     60 
     61    devedition:
     62        name: devedition-tag-buildN
     63        shipping-product: devedition
     64        treeherder:
     65            platform: devedition-release/opt
     66            symbol: Rel(TagBuild)
     67            tier: 1
     68            kind: build
     69 
     70    firefox-android:
     71        name: firefox-android-tag-buildN
     72        shipping-product: firefox-android
     73        treeherder:
     74            platform: fenix-android-all/opt
     75            symbol: Rel(TagBuild)
     76            tier: 1
     77            kind: build