tor-browser

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

kind.yml (3588B)


      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:run_on_releases
      9    - gecko_taskgraph.transforms.update_verify_config:transforms
     10    - gecko_taskgraph.transforms.job:transforms
     11    - gecko_taskgraph.transforms.task:transforms
     12 
     13 task-defaults:
     14    run-on-repo-type: [hg]
     15    name: update-verify-config-next
     16    run-on-projects: []  # to make sure this never runs as part of CI
     17    run-on-releases: [esr140]
     18    shipping-phase: promote
     19    worker-type: b-linux
     20    worker:
     21        docker-image:
     22            in-tree: "update-verify"
     23        max-run-time: 3600
     24        artifacts:
     25            - name: public/build/update-verify.cfg
     26              path: /builds/worker/checkouts/gecko/update-verify.cfg
     27              type: file
     28    run:
     29        sparse-profile: mozharness
     30    treeherder:
     31        symbol: UVCnext
     32        kind: test
     33        tier: 1
     34    extra:
     35        app-name: browser
     36        branch-prefix: mozilla
     37        last-linux-bz2-version: "134.99.0"  # Bug 1710599: Last version to use bz2 compression on Linux builds
     38        archive-prefix:
     39            by-release-level:
     40                staging: "http://ftp.stage.mozaws.net/pub"
     41                production: "https://archive.mozilla.org/pub"
     42        previous-archive-prefix:
     43            by-release-level:
     44                staging: "https://archive.mozilla.org/pub"
     45                production: null
     46        aus-server:
     47            by-release-level:
     48                staging: "https://stage.balrog.nonprod.cloudops.mozgcp.net"
     49                production: "https://aus5.mozilla.org"
     50        override-certs:
     51            by-release-level:
     52                staging: dep
     53                production: null
     54        updater-platform: linux-x86_64
     55        product: firefox
     56        channel: "esr-localtest-next"
     57        include-version: esr140-next
     58        last-watershed: "68.0esr"
     59 
     60 tasks:
     61    firefox-next-linux64-aarch64:
     62        shipping-product: firefox
     63        treeherder:
     64            platform: linux64-aarch64-shippable/opt
     65        attributes:
     66            build_platform: linux64-aarch64-shippable
     67        extra:
     68            platform: linux-aarch64
     69            last-watershed: "140.0esr"
     70 
     71    firefox-next-linux64:
     72        shipping-product: firefox
     73        treeherder:
     74            platform: linux64-shippable/opt
     75        attributes:
     76            build_platform: linux64-shippable
     77        extra:
     78            platform: linux-x86_64
     79    firefox-next-macosx64:
     80        shipping-product: firefox
     81        treeherder:
     82            platform: osx-shippable/opt
     83        attributes:
     84            build_platform: macosx64-shippable
     85        extra:
     86            platform: mac
     87    firefox-next-win32:
     88        shipping-product: firefox
     89        treeherder:
     90            platform: windows2012-32-shippable/opt
     91        attributes:
     92            build_platform: win32-shippable
     93        extra:
     94            platform: win32
     95    firefox-next-win64:
     96        shipping-product: firefox
     97        treeherder:
     98            platform: windows2012-64-shippable/opt
     99        attributes:
    100            build_platform: win64-shippable
    101        extra:
    102            platform: win64
    103    firefox-next-win64-aarch64:
    104        shipping-product: firefox
    105        treeherder:
    106            platform: windows2012-aarch64-shippable/opt
    107        attributes:
    108            build_platform: win64-aarch64-shippable
    109        extra:
    110            platform: win64-aarch64