tor-browser

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

kind.yml (1443B)


      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    - toolchain
      9    - build
     10    - build-apk
     11    - signing-apk
     12    - fetch
     13    - build-fat-aar
     14 
     15 transforms:
     16    - gecko_taskgraph.transforms.perftest:transforms
     17    - gecko_taskgraph.transforms.source_test:transforms
     18    - taskgraph.transforms.task_context
     19    - gecko_taskgraph.transforms.job:transforms
     20    - gecko_taskgraph.transforms.task:transforms
     21 
     22 tasks-from:
     23    - android.yml
     24    - linux.yml
     25    - macosx.yml
     26    - windows11-24h2.yml
     27    - windows11-24h2-ref.yml
     28 
     29 task-defaults:
     30    run-on-repo-type: [hg]
     31    attributes:
     32        retrigger: true
     33    run-on-projects: []
     34    use-python: default
     35    treeherder:
     36        kind: other
     37        tier: 3
     38    task-context:
     39        from-object: {}
     40        substitution-fields: []
     41    worker:
     42        taskcluster-proxy: true
     43        max-run-time: 2400
     44        env:
     45            USE_ARTIFACT: '1'
     46            HOSTUTILS_MANIFEST_PATH: "testing/config/tooltool-manifests/linux64/hostutils.manifest"
     47        artifacts:
     48            - type: directory
     49              name: public/build
     50              path: artifacts
     51    run:
     52        run-as-root: true
     53        using: run-task
     54        checkout: false
     55    tags:
     56        test-type: mozperftest