Bug 1302796 - Add wpt manifest lint to taskcluster, r=ahal

MozReview-Commit-ID: IpNUVTC35U1

--HG--
extra : rebase_source : a87fbb242fd62b6a4b5c9e9540e56b889403d39d
This commit is contained in:
James Graham 2016-09-16 10:24:48 +01:00
parent b20e631b19
commit bdf8391e8f

View File

@ -82,14 +82,16 @@ wptlint-gecko/opt:
max-run-time: 1800
run:
using: mach
mach: lint -l wpt -f treeherder
mach: lint -l wpt -l wpt_manifest -f treeherder
run-on-projects:
- integration
- release
when:
files-changed:
- 'testing/web-platform/tests/**'
- 'testing/web-platform/mozilla/tests/**'
- 'testing/web-platform/meta/MANIFEST.json'
- 'testing/web-platform/mozilla/meta/MANIFEST.json'
- 'python/mozlint/**'
- 'tools/lint/**'
- 'testing/docker/lint/**'