tor-browser

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

kind.yml (2563B)


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