tor-browser

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

kind.yml (2211B)


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