Bug 1305978 - Move remaining lint tasks (f8, W) to tier 1, r?jgraham draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Wed, 28 Sep 2016 08:46:10 -0400
changeset 418361 9406ea0e19990c222f4c9466d55b7d4572e028bd
parent 417914 66a77b9bfe5dcacd50eccf85de7c0e7e15ce0ffd
child 532342 4d56ce9d2b1fa628fa21f2c30191f4907ea4a5a5
push id30678
push userahalberstadt@mozilla.com
push dateWed, 28 Sep 2016 13:42:33 +0000
reviewersjgraham
bugs1305978
milestone52.0a1
Bug 1305978 - Move remaining lint tasks (f8, W) to tier 1, r?jgraham The lint jobs have been running for many weeks and have been stable and useful throughout. It is time to make them tier 1 tasks. MozReview-Commit-ID: 5i5KOPhMNKM
taskcluster/ci/source-check/mozlint.yml
--- a/taskcluster/ci/source-check/mozlint.yml
+++ b/taskcluster/ci/source-check/mozlint.yml
@@ -42,17 +42,17 @@ mozlint-eslint/opt:
             - 'tools/lint/**'
             - 'testing/docker/lint/**'
 
 mozlint-flake8/opt:
     description: flake8 run over the gecko codebase
     treeherder:
         symbol: f8
         kind: test
-        tier: 2
+        tier: 1
         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
@@ -68,17 +68,17 @@ mozlint-flake8/opt:
             - 'tools/lint/**'
             - 'testing/docker/lint/**'
 
 wptlint-gecko/opt:
     description: web-platform-tests linter
     treeherder:
         symbol: W
         kind: test
-        tier: 2
+        tier: 1
         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