зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1387862 - Add yaml lint to the taskgraph. r=ahal,dustin
We should have CI Lint YAML files in the tree. MozReview-Commit-ID: GN5pOJCXvnz --HG-- extra : rebase_source : 15509426d82ccbe647172274f9d6d80aa913bdf6
This commit is contained in:
Родитель
9eadced082
Коммит
c363646e59
|
@ -57,6 +57,28 @@ mozlint-flake8:
|
|||
- 'python/mozlint/**'
|
||||
- 'tools/lint/**'
|
||||
|
||||
mozlint-yaml:
|
||||
description: yamllint run over the gecko codebase
|
||||
platform: lint/opt
|
||||
treeherder:
|
||||
symbol: yaml
|
||||
kind: test
|
||||
tier: 1
|
||||
worker-type: aws-provisioner-v1/gecko-t-linux-xlarge
|
||||
worker:
|
||||
docker-image: {in-tree: "lint"}
|
||||
max-run-time: 1800
|
||||
run:
|
||||
using: mach
|
||||
mach: lint -l yamllint -f treeherder
|
||||
when:
|
||||
files-changed:
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
- '**/.ymllint'
|
||||
- 'python/mozlint/**'
|
||||
- 'tools/lint/**'
|
||||
|
||||
wptlint-gecko:
|
||||
description: web-platform-tests linter
|
||||
platform: lint/opt
|
||||
|
|
Загрузка…
Ссылка в новой задаче