Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Side by Side Diff: infra/config/cq.cfg

Issue 1184423002: Add signcla verifier to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format. 2 # documentation of this file format.
3 3
4 version: 1 4 version: 1
5 cq_name: "blink" 5 cq_name: "blink"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 svn_repo_url: "svn://svn.chromium.org/blink/trunk" 7 svn_repo_url: "svn://svn.chromium.org/blink/trunk"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 builders { 146 builders {
147 name: "win_chromium_rel_ng" 147 name: "win_chromium_rel_ng"
148 experiment_percentage: 0.1 148 experiment_percentage: 0.1
149 } 149 }
150 builders { 150 builders {
151 name: "win_chromium_x64_rel_ng" 151 name: "win_chromium_x64_rel_ng"
152 experiment_percentage: 0.1 152 experiment_percentage: 0.1
153 } 153 }
154 } 154 }
155 } 155 }
156 sign_cla {}
Sergiy Byelozyorov 2015/06/16 17:34:11 nit: please add an empty line before
sheyang 2015/06/16 17:40:09 Done.
156 } 157 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698