OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
7 "sync", | 7 "sync", |
8 "--verbose", | 8 "--verbose", |
9 "--force", | 9 "--force", |
10 "--revision", | 10 "--revision", |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
212 "--goma-dir", | 212 "--goma-dir", |
213 "[BUILD]\\goma", | 213 "[BUILD]\\goma", |
214 "--goma-hermetic", | 214 "--goma-hermetic", |
215 "error", | 215 "error", |
216 "--goma-enable-compiler-info-cache", | 216 "--goma-enable-compiler-info-cache", |
217 "--clobber", | 217 "--clobber", |
218 "--", | 218 "--", |
219 "base_unittests", | 219 "base_unittests", |
220 "chromium_builder_tests", | 220 "chromium_builder_tests", |
221 "content_unittests", | 221 "content_unittests" |
222 "crash_service" | |
223 ], | 222 ], |
224 "cwd": "[SLAVE_BUILD]", | 223 "cwd": "[SLAVE_BUILD]", |
225 "name": "compile", | 224 "name": "compile", |
226 "~followup_annotations": [ | 225 "~followup_annotations": [ |
227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
228 "@@@STEP_LOG_END@json.output (invalid)@@@" | 227 "@@@STEP_LOG_END@json.output (invalid)@@@" |
229 ] | 228 ] |
230 }, | 229 }, |
231 { | 230 { |
232 "cmd": [ | 231 "cmd": [ |
233 "python", | 232 "python", |
234 "-u", | 233 "-u", |
235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
236 "--target", | |
237 "Release" | |
238 ], | |
239 "cwd": "[SLAVE_BUILD]", | |
240 "name": "start_crash_service" | |
241 }, | |
242 { | |
243 "cmd": [ | |
244 "python", | |
245 "-u", | |
246 "[BUILD]\\goma\\diagnose_goma_log.py" | 234 "[BUILD]\\goma\\diagnose_goma_log.py" |
247 ], | 235 ], |
248 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
249 "name": "diagnose_goma" | 237 "name": "diagnose_goma" |
250 }, | 238 }, |
251 { | 239 { |
252 "allow_subannotations": true, | 240 "allow_subannotations": true, |
253 "cmd": [ | 241 "cmd": [ |
254 "python", | 242 "python", |
255 "-u", | 243 "-u", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 ], | 296 ], |
309 "cwd": "[SLAVE_BUILD]", | 297 "cwd": "[SLAVE_BUILD]", |
310 "name": "process_dumps" | 298 "name": "process_dumps" |
311 }, | 299 }, |
312 { | 300 { |
313 "name": "$result", | 301 "name": "$result", |
314 "recipe_result": null, | 302 "recipe_result": null, |
315 "status_code": 0 | 303 "status_code": 0 |
316 } | 304 } |
317 ] | 305 ] |
OLD | NEW |