| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "ninja", | 230 "ninja", |
| 231 "--compiler", | 231 "--compiler", |
| 232 "goma", | 232 "goma", |
| 233 "--goma-jsonstatus", | 233 "--goma-jsonstatus", |
| 234 "/path/to/tmp/json", | 234 "/path/to/tmp/json", |
| 235 "--goma-dir", | 235 "--goma-dir", |
| 236 "[BUILD]\\goma", | 236 "[BUILD]\\goma", |
| 237 "--", | 237 "--", |
| 238 "blink_tests", | 238 "blink_tests", |
| 239 "browser_tests", | 239 "browser_tests", |
| 240 "browser_tests_run", | 240 "browser_tests_run" |
| 241 "crash_service" | |
| 242 ], | 241 ], |
| 243 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
| 244 "name": "compile", | 243 "name": "compile", |
| 245 "~followup_annotations": [ | 244 "~followup_annotations": [ |
| 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 247 "@@@STEP_LOG_END@json.output (invalid)@@@" | 246 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 248 ] | 247 ] |
| 249 }, | 248 }, |
| 250 { | 249 { |
| 251 "cmd": [ | 250 "cmd": [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 301 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 302 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 303 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 305 ] | 304 ] |
| 306 }, | 305 }, |
| 307 { | 306 { |
| 308 "cmd": [ | 307 "cmd": [ |
| 309 "python", | 308 "python", |
| 310 "-u", | 309 "-u", |
| 311 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 312 "--target", | |
| 313 "Release" | |
| 314 ], | |
| 315 "cwd": "[SLAVE_BUILD]", | |
| 316 "name": "start_crash_service" | |
| 317 }, | |
| 318 { | |
| 319 "cmd": [ | |
| 320 "python", | |
| 321 "-u", | |
| 322 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 310 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 323 "browser_tests" | 311 "browser_tests" |
| 324 ], | 312 ], |
| 325 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
| 326 "name": "[error] browser_tests", | 314 "name": "[error] browser_tests", |
| 327 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 328 "@@@STEP_LOG_LINE@python.inline@@@@", | 316 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 329 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 317 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 330 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 318 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 319 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 ], | 414 ], |
| 427 "cwd": "[SLAVE_BUILD]", | 415 "cwd": "[SLAVE_BUILD]", |
| 428 "name": "process_dumps" | 416 "name": "process_dumps" |
| 429 }, | 417 }, |
| 430 { | 418 { |
| 431 "name": "$result", | 419 "name": "$result", |
| 432 "recipe_result": null, | 420 "recipe_result": null, |
| 433 "status_code": 0 | 421 "status_code": 0 |
| 434 } | 422 } |
| 435 ] | 423 ] |
| OLD | NEW |