tor-browser

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

kind.yml (2554B)


      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    - post-balrog-dummy
      9    - post-beetmover-dummy
     10    - release-secondary-balrog-submit-toplevel
     11    - release-secondary-update-verify-config
     12    - toolchain
     13 
     14 transforms:
     15    - gecko_taskgraph.transforms.release_deps:transforms
     16    - gecko_taskgraph.transforms.update_verify:transforms
     17    - gecko_taskgraph.transforms.job:transforms
     18    - gecko_taskgraph.transforms.task:transforms
     19 
     20 task-defaults:
     21    run-on-repo-type: [hg]
     22    name: secondary-update-verify
     23    run-on-projects: []  # to make sure this never runs as part of CI
     24    shipping-phase: promote
     25    worker-type: b-linux
     26    worker:
     27        artifacts:
     28            - name: 'public/build/diff-summary.log'
     29              path: '/builds/worker/tools/release/updates/diff-summary.log'
     30              type: file
     31        docker-image:
     32            in-tree: "update-verify"
     33        max-run-time: 7200
     34        retry-exit-status:
     35            - 255
     36    treeherder:
     37        symbol: UV(UVS)
     38        kind: test
     39    extra:
     40        chunks: 16
     41 
     42 tasks:
     43    firefox-secondary-linux64:
     44        description: linux64 secondary channel update verify
     45        shipping-product: firefox
     46        attributes:
     47            build_platform: linux64-shippable
     48 
     49    firefox-secondary-linux64-aarch64:
     50        description: linux64-aarch64 secondary channel update verify
     51        shipping-product: firefox
     52        attributes:
     53            build_platform: linux64-aarch64-shippable
     54 
     55    firefox-secondary-win64:
     56        description: win64 secondary channel update verify
     57        shipping-product: firefox
     58        attributes:
     59            build_platform: win64-shippable
     60 
     61    firefox-secondary-win64-aarch64:
     62        description: win64 secondary channel update verify
     63        shipping-product: firefox
     64        attributes:
     65            build_platform: win64-aarch64-shippable
     66 
     67    firefox-secondary-win32:
     68        description: win32 secondary channel update verify
     69        shipping-product: firefox
     70        attributes:
     71            build_platform: win32-shippable
     72 
     73    firefox-secondary-macosx64:
     74        description: macosx64 secondary channel update verify
     75        shipping-product: firefox
     76        attributes:
     77            build_platform: macosx64-shippable
     78        extra:
     79            chunks: 30
     80        fetches:
     81            toolchain:
     82                - linux64-libdmg