kind.yml (1381B)
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 - taskgraph.transforms.chunking 9 - taskgraph.transforms.matrix 10 - gecko_taskgraph.transforms.try_job:transforms 11 - gecko_taskgraph.transforms.source_test:transforms 12 - taskgraph.transforms.task_context 13 - gecko_taskgraph.transforms.release_notifications:transforms 14 - gecko_taskgraph.transforms.job:transforms 15 - gecko_taskgraph.transforms.task:transforms 16 17 kind-dependencies: 18 - fetch 19 - toolchain 20 - build 21 - build-fat-aar 22 23 tasks-from: 24 - android-l10n-lint.yml 25 - android-detekt.yml 26 - android-lint.yml 27 - buildconfig.yml 28 - clang.yml 29 - doc.yml 30 - file-metadata.yml 31 - jsshell.yml 32 - ktlint.yml 33 - mozlint.yml 34 - mozlint-android.yml 35 - node.yml 36 - puppeteer.yml 37 - python.yml 38 - python-android.yml 39 - shadow-scheduler.yml 40 - taskgraph.yml 41 - vendor.yml 42 - webidl.yml 43 - webcompat.yml 44 - wpt-manifest.yml 45 - wpt-metadata.yml 46 - wpt-unittest.yml 47 48 task-defaults: 49 use-python: default 50 use-uv: true 51 attributes: 52 retrigger: true 53 task-context: 54 from-object: {} 55 substitution-fields: []