From 99e24fccf6f765d4646c9150ea4683cdd51df346 Mon Sep 17 00:00:00 2001 From: sheyang Date: Wed, 17 Jun 2015 09:36:40 -0700 Subject: [PATCH] Add signcla verifier for v8. 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 49996946d3..71b1cffa08 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -46,5 +46,7 @@ verifiers { builders { name: "v8_win_rel" } } } + + sign_cla {} }