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

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

Issue 1180133004: Removed properties as its being deprecated (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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 name: "linux_chromium_clobber_rel_ng" 91 name: "linux_chromium_clobber_rel_ng"
92 experiment_percentage: 0.1 92 experiment_percentage: 0.1
93 } 93 }
94 builders { 94 builders {
95 name: "linux_chromium_compile_dbg_32_ng" 95 name: "linux_chromium_compile_dbg_32_ng"
96 experiment_percentage: 0.1 96 experiment_percentage: 0.1
97 } 97 }
98 builders { 98 builders {
99 name: "linux_chromium_gn_chromeos_rel" 99 name: "linux_chromium_gn_chromeos_rel"
100 experiment_percentage: 0.1 100 experiment_percentage: 0.1
101 properties {
102 name: "testfilter"
103 value: "compile"
104 }
105 } 101 }
106 builders { 102 builders {
107 name: "linux_chromium_gn_dbg" 103 name: "linux_chromium_gn_dbg"
108 experiment_percentage: 0.1 104 experiment_percentage: 0.1
109 } 105 }
110 builders { 106 builders {
111 name: "linux_chromium_gn_rel" 107 name: "linux_chromium_gn_rel"
112 experiment_percentage: 0.1 108 experiment_percentage: 0.1
113 } 109 }
114 builders { 110 builders {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 name: "win_chromium_rel_ng" 147 name: "win_chromium_rel_ng"
152 experiment_percentage: 0.1 148 experiment_percentage: 0.1
153 } 149 }
154 builders { 150 builders {
155 name: "win_chromium_x64_rel_ng" 151 name: "win_chromium_x64_rel_ng"
156 experiment_percentage: 0.1 152 experiment_percentage: 0.1
157 } 153 }
158 } 154 }
159 } 155 }
160 } 156 }
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