kind.yml (2483B)
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: gecko_taskgraph.loader.test:loader 6 7 kind-dependencies: 8 - build 9 - signing-apk 10 - fetch 11 - toolchain 12 13 transforms: 14 - gecko_taskgraph.transforms.test:transforms 15 - gecko_taskgraph.transforms.job:transforms 16 - gecko_taskgraph.transforms.task:transforms 17 18 # Adding a new test type or running tests on a new platform? Be sure to review 19 # https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy 20 21 task-defaults: 22 run-on-repo-type: [hg] 23 attributes: 24 retrigger: true 25 use-python: default 26 use-uv: true 27 require-signed-extensions: 28 by-release-type: 29 release|esr.*: true 30 beta: 31 by-test-platform: 32 .*-devedition/.*: false 33 default: true 34 default: false 35 mozharness: 36 requires-signed-builds: 37 by-test-platform: 38 windows1.*: 39 by-variant: 40 msix: true 41 default: false 42 default: false 43 docker-image: 44 by-test-platform: 45 linux1804.*: 46 in-tree: ubuntu1804-test 47 default: 48 in-tree: ubuntu2404-test 49 fetches: 50 toolchain: 51 by-test-platform: 52 win.*: 53 - win32-minidump-stackwalk 54 - win32-fix-stacks 55 macosx.*-64.*: 56 - macosx64-minidump-stackwalk 57 - macosx64-fix-stacks 58 macosx.*-aarch64.*: 59 - macosx64-aarch64-minidump-stackwalk 60 - macosx64-aarch64-fix-stacks 61 android-em-14.*: 62 - android34-system-image-x86_64-linux 63 - android34-avd-x86_64-linux 64 - android-emulator-linux 65 - linux64-minidump-stackwalk 66 - linux64-fix-stacks 67 - linux64-hostutils 68 android-hw.*: 69 - linux64-minidump-stackwalk 70 - linux64-fix-stacks 71 - linux64-hostutils 72 default: 73 - linux64-minidump-stackwalk 74 - linux64-fix-stacks 75 76 tasks-from: 77 - desktop.yml 78 - mobile.yml