tor-browser

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

kind.yml (1863B)


      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    - android_taskgraph.transforms.build_android_app:transforms
      9    - gecko_taskgraph.transforms.job:transforms
     10    - gecko_taskgraph.transforms.task:transforms
     11 
     12 kind-dependencies:
     13    - toolchain
     14    - build-fat-aar
     15 
     16 task-defaults:
     17    run-on-repo-type: [hg]
     18    fetches:
     19        toolchain:
     20            - linux64-android-sdk-linux-repack
     21            - linux64-embedded-uniffi-bindgen
     22            - linux64-nimbus-fml
     23            - linux64-jdk-repack
     24            - linux64-node
     25    run:
     26        using: gradlew
     27    treeherder:
     28        kind: test
     29        tier: 1
     30    run-on-projects: []
     31 
     32 tasks:
     33    fenix:
     34        description: 'Generate baseline profile apks for fenix.'
     35        attributes:
     36            shipping-product: fenix
     37        dependencies:
     38            build-fat-aar: build-fat-aar-android-geckoview-fat-aar/opt
     39        source-project-name: "fenix"
     40        run:
     41            gradle-package-command: ":benchmark:assembleBenchmark :app:assembleBenchmark"
     42        treeherder:
     43            symbol: Bpgo(instr)
     44            platform: fenix-android-all/opt
     45        worker:
     46            artifacts:
     47                - name: "public/build/target.arm64-v8a.apk"
     48                  path: "/builds/worker/workspace/obj-build/gradle/build/mobile/android/fenix/app/outputs/apk/benchmark/app-arm64-v8a-benchmark.apk"
     49                  type: "file"
     50                - name: "public/build/target.noarch.apk"
     51                  path: "/builds/worker/workspace/obj-build/gradle/build/mobile/android/fenix/benchmark/outputs/apk/benchmark/benchmark-benchmark.apk"
     52                  type: "file"
     53            chain-of-trust: true