kind.yml (1358B)
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 - gecko_taskgraph.transforms.code_review:transforms 9 - gecko_taskgraph.transforms.job:transforms 10 - gecko_taskgraph.transforms.task:transforms 11 12 kind-dependencies: 13 - source-test 14 - toolchain 15 16 task-defaults: 17 run-on-repo-type: [hg] 18 use-python: default 19 20 tasks: 21 issues: 22 label: code-review-issues 23 description: List all issues found in static analysis and linting tasks 24 worker-type: b-linux 25 26 # Only run by using the code-review target_tasks_method 27 run-on-projects: [] 28 29 # This option permits to run the task 30 # regardless of the soft-dependencies tasks exit status 31 # as we are interested in the task failures 32 requires: all-resolved 33 34 # Publish on pulse 35 routes: 36 - project.relman.codereview.v1.try_ending 37 38 # Dummy execution for now, we only need the pulse message 39 worker: 40 docker-image: 41 in-tree: debian12-base 42 max-run-time: 600 43 run: 44 using: run-task 45 checkout: false 46 command: /bin/true