bug 1353680, hook up l10n linter to automation draft
authorAxel Hecht <axel@pike.org>
Thu, 05 Oct 2017 19:17:26 +0200
changeset 675766 f6f3bc2cf38987f45eeeb4ea68a2063295eac6c7
parent 675765 1faaf85f18a422eedadf67b120356e4cbe832f04
child 734705 6643af0ef95f98db99aff9730a1f7c07e7f28d24
push id83236
push useraxel@mozilla.com
push dateThu, 05 Oct 2017 21:08:56 +0000
bugs1353680
milestone58.0a1
bug 1353680, hook up l10n linter to automation MozReview-Commit-ID: 3LY7Dxs4XEm
taskcluster/ci/source-test/mozlint.yml
--- a/taskcluster/ci/source-test/mozlint.yml
+++ b/taskcluster/ci/source-test/mozlint.yml
@@ -137,8 +137,27 @@ yaml:
         mach: lint -l yaml -f treeherder
     when:
         files-changed:
             - '**/*.yml'
             - '**/*.yaml'
             - '**/.ymllint'
             - 'python/mozlint/**'
             - 'tools/lint/**'
+
+l10n:
+    description: l10n tests for strings with errors and conflicts with cross-channel
+    platform: lint/opt
+    treeherder:
+        symbol: l10n
+        kind: test
+        tier: 2
+    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 l10n -f treeherder
+    when:
+        files-changed:
+            - '**/locales/en-US/**'
+            - 'tools/lint/**'