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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Builder.json

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "-u", 110 "-u",
111 "[BUILD]/scripts/slave/cleanup_temp.py" 111 "[BUILD]/scripts/slave/cleanup_temp.py"
112 ], 112 ],
113 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
114 "name": "cleanup_temp" 114 "name": "cleanup_temp"
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[SLAVE_BUILD]/src/tools/mb/mb.py", 120 "import sys; sys.exit(1)"
121 "gen",
122 "-m",
123 "chromium.perf",
124 "-b",
125 "Android Builder",
126 "--config-file",
127 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
128 "--goma-dir",
129 "[BUILD]/goma",
130 "//out/Release"
131 ], 121 ],
132 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
133 "name": "generate_build_files"
134 },
135 {
136 "cmd": [
137 "python",
138 "-u",
139 "[BUILD]/scripts/slave/compile.py",
140 "--target",
141 "Release",
142 "--src-dir",
143 "[SLAVE_BUILD]/src",
144 "--build-tool",
145 "ninja",
146 "--compiler",
147 "goma",
148 "--goma-jsonstatus",
149 "/path/to/tmp/json",
150 "--mode",
151 "official",
152 "--goma-dir",
153 "[BUILD]/goma",
154 "--goma-hermetic",
155 "fallback",
156 "--"
157 ],
158 "cwd": "[SLAVE_BUILD]",
159 "env": {
160 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
161 },
162 "name": "compile", 123 "name": "compile",
163 "~followup_annotations": [ 124 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 125 "step returned non-zero exit code: 1",
165 "@@@STEP_LOG_END@json.output (invalid)@@@" 126 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
166 ] 127 "@@@STEP_FAILURE@@@"
167 },
168 {
169 "allow_subannotations": true,
170 "cmd": [
171 "python",
172 "-u",
173 "[BUILD]/scripts/slave/zip_build.py",
174 "--target",
175 "Release",
176 "--build-url",
177 "gs://chrome-perf/Android Builder",
178 "--build_revision",
179 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
180 "--factory-properties",
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
182 "--build-properties",
183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
184 ],
185 "cwd": "[SLAVE_BUILD]",
186 "name": "package build"
187 },
188 {
189 "cmd": [],
190 "cwd": "[SLAVE_BUILD]",
191 "name": "trigger",
192 "trigger_specs": [
193 {
194 "builder_name": "Android Galaxy S5 Perf (1)"
195 }
196 ],
197 "~followup_annotations": [
198 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@"
199 ]
200 },
201 {
202 "cmd": [],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "trigger (2)",
205 "trigger_specs": [
206 {
207 "builder_name": "Android Galaxy S5 Perf (2)"
208 }
209 ],
210 "~followup_annotations": [
211 "@@@STEP_TEXT@Android Galaxy S5 Perf (2)@@@"
212 ]
213 },
214 {
215 "cmd": [],
216 "cwd": "[SLAVE_BUILD]",
217 "name": "trigger (3)",
218 "trigger_specs": [
219 {
220 "builder_name": "Android Galaxy S5 Perf (3)"
221 }
222 ],
223 "~followup_annotations": [
224 "@@@STEP_TEXT@Android Galaxy S5 Perf (3)@@@"
225 ]
226 },
227 {
228 "cmd": [],
229 "cwd": "[SLAVE_BUILD]",
230 "name": "trigger (4)",
231 "trigger_specs": [
232 {
233 "builder_name": "Android Nexus5 Perf (1)"
234 }
235 ],
236 "~followup_annotations": [
237 "@@@STEP_TEXT@Android Nexus5 Perf (1)@@@"
238 ]
239 },
240 {
241 "cmd": [],
242 "cwd": "[SLAVE_BUILD]",
243 "name": "trigger (5)",
244 "trigger_specs": [
245 {
246 "builder_name": "Android Nexus5 Perf (2)"
247 }
248 ],
249 "~followup_annotations": [
250 "@@@STEP_TEXT@Android Nexus5 Perf (2)@@@"
251 ]
252 },
253 {
254 "cmd": [],
255 "cwd": "[SLAVE_BUILD]",
256 "name": "trigger (6)",
257 "trigger_specs": [
258 {
259 "builder_name": "Android Nexus6 Perf (1)"
260 }
261 ],
262 "~followup_annotations": [
263 "@@@STEP_TEXT@Android Nexus6 Perf (1)@@@"
264 ]
265 },
266 {
267 "cmd": [],
268 "cwd": "[SLAVE_BUILD]",
269 "name": "trigger (7)",
270 "trigger_specs": [
271 {
272 "builder_name": "Android Nexus6 Perf (2)"
273 }
274 ],
275 "~followup_annotations": [
276 "@@@STEP_TEXT@Android Nexus6 Perf (2)@@@"
277 ]
278 },
279 {
280 "cmd": [],
281 "cwd": "[SLAVE_BUILD]",
282 "name": "trigger (8)",
283 "trigger_specs": [
284 {
285 "builder_name": "Android Nexus7v2 Perf (1)"
286 }
287 ],
288 "~followup_annotations": [
289 "@@@STEP_TEXT@Android Nexus7v2 Perf (1)@@@"
290 ]
291 },
292 {
293 "cmd": [],
294 "cwd": "[SLAVE_BUILD]",
295 "name": "trigger (9)",
296 "trigger_specs": [
297 {
298 "builder_name": "Android Nexus7v2 Perf (2)"
299 }
300 ],
301 "~followup_annotations": [
302 "@@@STEP_TEXT@Android Nexus7v2 Perf (2)@@@"
303 ]
304 },
305 {
306 "cmd": [],
307 "cwd": "[SLAVE_BUILD]",
308 "name": "trigger (10)",
309 "trigger_specs": [
310 {
311 "builder_name": "Android One Perf (1)"
312 }
313 ],
314 "~followup_annotations": [
315 "@@@STEP_TEXT@Android One Perf (1)@@@"
316 ]
317 },
318 {
319 "cmd": [],
320 "cwd": "[SLAVE_BUILD]",
321 "name": "trigger (11)",
322 "trigger_specs": [
323 {
324 "builder_name": "Android One Perf (2)"
325 }
326 ],
327 "~followup_annotations": [
328 "@@@STEP_TEXT@Android One Perf (2)@@@"
329 ] 128 ]
330 }, 129 },
331 { 130 {
332 "name": "$result", 131 "name": "$result",
333 "recipe_result": null, 132 "reason": "Step('compile') failed with return_code 1",
334 "status_code": 0 133 "status_code": 1
335 } 134 }
336 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698