OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "--build-tool", | 274 "--build-tool", |
275 "ninja", | 275 "ninja", |
276 "--compiler", | 276 "--compiler", |
277 "goma", | 277 "goma", |
278 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
279 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
280 "--goma-dir", | 280 "--goma-dir", |
281 "[BUILD]\\goma", | 281 "[BUILD]\\goma", |
282 "--", | 282 "--", |
283 "browser_tests", | 283 "browser_tests", |
284 "browser_tests_run" | 284 "browser_tests_run", |
| 285 "crash_service" |
285 ], | 286 ], |
286 "cwd": "[SLAVE_BUILD]", | 287 "cwd": "[SLAVE_BUILD]", |
287 "name": "compile", | 288 "name": "compile", |
288 "~followup_annotations": [ | 289 "~followup_annotations": [ |
289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 290 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
290 "@@@STEP_LOG_END@json.output (invalid)@@@" | 291 "@@@STEP_LOG_END@json.output (invalid)@@@" |
291 ] | 292 ] |
292 }, | 293 }, |
293 { | 294 { |
294 "cmd": [ | 295 "cmd": [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
345 "@@@STEP_LOG_LINE@json.output@}@@@", | 346 "@@@STEP_LOG_LINE@json.output@}@@@", |
346 "@@@STEP_LOG_END@json.output@@@", | 347 "@@@STEP_LOG_END@json.output@@@", |
347 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 348 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
348 ] | 349 ] |
349 }, | 350 }, |
350 { | 351 { |
351 "cmd": [ | 352 "cmd": [ |
352 "python", | 353 "python", |
353 "-u", | 354 "-u", |
| 355 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 356 "--target", |
| 357 "Release_x64" |
| 358 ], |
| 359 "cwd": "[SLAVE_BUILD]", |
| 360 "name": "start_crash_service" |
| 361 }, |
| 362 { |
| 363 "cmd": [ |
| 364 "python", |
| 365 "-u", |
354 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 366 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
355 "browser_tests" | 367 "browser_tests" |
356 ], | 368 ], |
357 "cwd": "[SLAVE_BUILD]", | 369 "cwd": "[SLAVE_BUILD]", |
358 "name": "[error] browser_tests", | 370 "name": "[error] browser_tests", |
359 "~followup_annotations": [ | 371 "~followup_annotations": [ |
360 "@@@STEP_LOG_LINE@python.inline@@@@", | 372 "@@@STEP_LOG_LINE@python.inline@@@@", |
361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 373 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
362 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 374 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
363 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 375 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
(...skipping 27 matching lines...) Expand all Loading... |
391 ], | 403 ], |
392 "cwd": "[SLAVE_BUILD]", | 404 "cwd": "[SLAVE_BUILD]", |
393 "name": "process_dumps" | 405 "name": "process_dumps" |
394 }, | 406 }, |
395 { | 407 { |
396 "name": "$result", | 408 "name": "$result", |
397 "recipe_result": null, | 409 "recipe_result": null, |
398 "status_code": 0 | 410 "status_code": 0 |
399 } | 411 } |
400 ] | 412 ] |
OLD | NEW |