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

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

Issue 1175353003: Increase Blink CQ experiment 10% -> 25% (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cq-sync
Patch Set: rebase 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 builders { 154 builders {
155 name: "mac_chromium_rel_ng" 155 name: "mac_chromium_rel_ng"
156 experiment_percentage: 0.1 156 experiment_percentage: 0.1
157 } 157 }
158 } 158 }
159 159
160 buckets { 160 buckets {
161 name: "tryserver.chromium.win" 161 name: "tryserver.chromium.win"
162 builders { 162 builders {
163 name: "win8_chromium_ng" 163 name: "win8_chromium_ng"
164 experiment_percentage: 0.1 164 experiment_percentage: 0.25
165 } 165 }
166 builders { 166 builders {
167 name: "win_chromium_compile_dbg_ng" 167 name: "win_chromium_compile_dbg_ng"
168 experiment_percentage: 0.1 168 experiment_percentage: 0.25
169 } 169 }
170 builders { 170 builders {
171 name: "win_chromium_rel_ng" 171 name: "win_chromium_rel_ng"
172 experiment_percentage: 0.1 172 experiment_percentage: 0.25
173 } 173 }
174 builders { 174 builders {
175 name: "win_chromium_x64_rel_ng" 175 name: "win_chromium_x64_rel_ng"
176 experiment_percentage: 0.1 176 experiment_percentage: 0.25
177 } 177 }
178 } 178 }
179 } 179 }
180 180
181 sign_cla {} 181 sign_cla {}
182 } 182 }
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