Add signcla verifier for v8.
authorsheyang <sheyang@chromium.org>
Wed, 17 Jun 2015 16:36:40 +0000 (09:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 16:36:53 +0000 (16:36 +0000)
Currently this verifier will post an informative error if the author has not signed CLA, instead of rejecting the CL.

LOG=N

BUG=457428

Review URL: https://codereview.chromium.org/1185193009

Cr-Commit-Position: refs/heads/master@{#29096}

infra/config/cq.cfg

index 49996946d374c80d52294af17a0f1c1b63c7e7d7..71b1cffa08ea84dd7b1622fbf29ed860cf0e7fe6 100644 (file)
@@ -46,5 +46,7 @@ verifiers {
       builders { name: "v8_win_rel" }
     }
   }
+
+  sign_cla {}
 }