android-asan.yml (2976B)
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 task-defaults: 6 attributes: 7 artifact_map: taskcluster/gecko_taskgraph/manifests/fennec_geckoview.yml 8 maven_packages: 9 - geckoview 10 index: 11 product: mobile 12 worker: 13 docker-image: {in-tree: android-build} 14 max-run-time: 7200 15 env: 16 GRADLE_USER_HOME: "/builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-offline" 17 artifacts: 18 - name: public/build/maven 19 path: /builds/worker/workspace/obj-build/gradle/maven/ 20 type: directory 21 - name: public/build/geckoview-androidTest.apk 22 path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview/outputs/apk/androidTest/debug/geckoview-debug-androidTest.apk 23 type: file 24 - name: public/build/geckoview-test_runner.apk 25 path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/test_runner/outputs/apk/debug/test_runner-debug.apk 26 type: file 27 - name: public/build/geckoview_example.apk 28 path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/geckoview_example/outputs/apk/debug/geckoview_example-debug.apk 29 type: file 30 - name: public/build 31 path: /builds/worker/artifacts/ 32 type: directory 33 run-on-repo-type: [hg] 34 run: 35 using: mozharness 36 script: "mozharness/scripts/fx_desktop_build.py" 37 secrets: true 38 mozconfig-variant: null 39 tooltool-downloads: internal 40 fetches: 41 toolchain: 42 - android-ndk-linux 43 - android-sdk-linux 44 - linux64-embedded-uniffi-bindgen 45 - linux64-nimbus-fml 46 - linux64-jdk 47 - linux64-rust-android 48 - linux64-rust-size 49 - linux64-cbindgen 50 - linux64-dump_syms 51 - linux64-nasm 52 - linux64-node 53 - sysroot-x86_64-linux-gnu 54 - sysroot-wasm32-wasi 55 56 android-x86_64-asan-fuzzing/opt: 57 description: "Android 5.0 x86-64 Fuzzing Opt ASAN" 58 index: 59 job-name: android-x86_64-fuzzing-asan 60 treeherder: 61 platform: android-5-0-x86_64/asan 62 symbol: Bof 63 worker-type: b-linux-docker-large-amd 64 worker: 65 env: 66 TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest" 67 run: 68 actions: [get-secrets, build] 69 config: ["builds/releng_base_android_64_builds.py"] 70 custom-build-variant-cfg: fuzzing-asan-tc 71 use-sccache: true 72 fetches: 73 toolchain: 74 - linux64-clang 75 - linux64-sccache 76 - android-gradle-dependencies 77 optimization: 78 skip-unless-expanded: null