Bug 1302796 - Add wpt manifest lint to taskcluster, r=ahal draft
authorJames Graham <james@hoppipolla.co.uk>
Fri, 16 Sep 2016 10:24:48 +0100
changeset 414461 b46634c09efb13094fb09d41ee07b221edf8f904
parent 414460 e47c18ab9225b40245b7c13087a9d561ad44a1a4
child 531441 09c25d873cf6f3cea83f3fc7e5fbae224059fee7
push id29669
push userbmo:james@hoppipolla.co.uk
push dateFri, 16 Sep 2016 10:09:16 +0000
reviewersahal
bugs1302796
milestone51.0a1
Bug 1302796 - Add wpt manifest lint to taskcluster, r=ahal MozReview-Commit-ID: IpNUVTC35U1
taskcluster/ci/source-check/mozlint.yml
--- a/taskcluster/ci/source-check/mozlint.yml
+++ b/taskcluster/ci/source-check/mozlint.yml
@@ -77,19 +77,21 @@ wptlint-gecko/opt:
         platform: lint/opt
     worker-type: aws-provisioner-v1/b2gtest
     worker:
         implementation: docker-worker
         docker-image: {in-tree: "lint"}
         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/**'
-