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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "/path/to/tmp/json", | 231 "/path/to/tmp/json", |
232 "--goma-dir", | 232 "--goma-dir", |
233 "[BUILD]\\goma", | 233 "[BUILD]\\goma", |
234 "--goma-hermetic", | 234 "--goma-hermetic", |
235 "error", | 235 "error", |
236 "--goma-enable-compiler-info-cache", | 236 "--goma-enable-compiler-info-cache", |
237 "--clobber", | 237 "--clobber", |
238 "--", | 238 "--", |
239 "base_unittests", | 239 "base_unittests", |
240 "chromium_builder_tests", | 240 "chromium_builder_tests", |
241 "content_unittests", | 241 "content_unittests" |
242 "crash_service" | |
243 ], | 242 ], |
244 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
245 "name": "compile", | 244 "name": "compile", |
246 "~followup_annotations": [ | 245 "~followup_annotations": [ |
247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
248 "@@@STEP_LOG_END@json.output (invalid)@@@" | 247 "@@@STEP_LOG_END@json.output (invalid)@@@" |
249 ] | 248 ] |
250 }, | 249 }, |
251 { | 250 { |
252 "cmd": [ | 251 "cmd": [ |
253 "python", | 252 "python", |
254 "-u", | 253 "-u", |
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
256 "--target", | |
257 "Release" | |
258 ], | |
259 "cwd": "[SLAVE_BUILD]", | |
260 "name": "start_crash_service" | |
261 }, | |
262 { | |
263 "cmd": [ | |
264 "python", | |
265 "-u", | |
266 "[BUILD]\\goma\\diagnose_goma_log.py" | 254 "[BUILD]\\goma\\diagnose_goma_log.py" |
267 ], | 255 ], |
268 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
269 "name": "diagnose_goma" | 257 "name": "diagnose_goma" |
270 }, | 258 }, |
271 { | 259 { |
272 "allow_subannotations": true, | 260 "allow_subannotations": true, |
273 "cmd": [ | 261 "cmd": [ |
274 "python", | 262 "python", |
275 "-u", | 263 "-u", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 ], | 316 ], |
329 "cwd": "[SLAVE_BUILD]", | 317 "cwd": "[SLAVE_BUILD]", |
330 "name": "process_dumps" | 318 "name": "process_dumps" |
331 }, | 319 }, |
332 { | 320 { |
333 "name": "$result", | 321 "name": "$result", |
334 "recipe_result": null, | 322 "recipe_result": null, |
335 "status_code": 0 | 323 "status_code": 0 |
336 } | 324 } |
337 ] | 325 ] |
OLD | NEW |