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 : 1dd718a44d103f8c4e25736a7373a342d00e0152
This commit is contained in:
Justin Wood 2017-08-06 13:52:24 -04:00
parent 20a660940c
commit 835ae13672

View File

@ -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 yaml -f treeherder
when:
files-changed:
- '**/*.yml'
- '**/*.yaml'
- '**/.ymllint'
- 'python/mozlint/**'
- 'tools/lint/**'
wptlint-gecko:
description: web-platform-tests linter
platform: lint/opt