| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "--build-tool", | 253 "--build-tool", |
| 254 "ninja", | 254 "ninja", |
| 255 "--compiler", | 255 "--compiler", |
| 256 "goma", | 256 "goma", |
| 257 "--goma-jsonstatus", | 257 "--goma-jsonstatus", |
| 258 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 259 "--goma-dir", | 259 "--goma-dir", |
| 260 "[BUILD]\\goma", | 260 "[BUILD]\\goma", |
| 261 "--", | 261 "--", |
| 262 "browser_tests", | 262 "browser_tests", |
| 263 "browser_tests_run" | 263 "browser_tests_run", |
| 264 "crash_service" |
| 264 ], | 265 ], |
| 265 "cwd": "[SLAVE_BUILD]", | 266 "cwd": "[SLAVE_BUILD]", |
| 266 "name": "compile", | 267 "name": "compile", |
| 267 "~followup_annotations": [ | 268 "~followup_annotations": [ |
| 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 269 "@@@STEP_LOG_END@json.output (invalid)@@@" | 270 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 270 ] | 271 ] |
| 271 }, | 272 }, |
| 272 { | 273 { |
| 273 "cmd": [ | 274 "cmd": [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 324 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@}@@@", | 325 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 325 "@@@STEP_LOG_END@json.output@@@", | 326 "@@@STEP_LOG_END@json.output@@@", |
| 326 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 327 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 327 ] | 328 ] |
| 328 }, | 329 }, |
| 329 { | 330 { |
| 330 "cmd": [ | 331 "cmd": [ |
| 331 "python", | 332 "python", |
| 332 "-u", | 333 "-u", |
| 334 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 335 "--target", |
| 336 "Release_x64" |
| 337 ], |
| 338 "cwd": "[SLAVE_BUILD]", |
| 339 "name": "start_crash_service" |
| 340 }, |
| 341 { |
| 342 "cmd": [ |
| 343 "python", |
| 344 "-u", |
| 333 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 345 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 334 "browser_tests" | 346 "browser_tests" |
| 335 ], | 347 ], |
| 336 "cwd": "[SLAVE_BUILD]", | 348 "cwd": "[SLAVE_BUILD]", |
| 337 "name": "[error] browser_tests", | 349 "name": "[error] browser_tests", |
| 338 "~followup_annotations": [ | 350 "~followup_annotations": [ |
| 339 "@@@STEP_LOG_LINE@python.inline@@@@", | 351 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 340 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 352 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 341 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 353 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 342 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 354 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 370 ], | 382 ], |
| 371 "cwd": "[SLAVE_BUILD]", | 383 "cwd": "[SLAVE_BUILD]", |
| 372 "name": "process_dumps" | 384 "name": "process_dumps" |
| 373 }, | 385 }, |
| 374 { | 386 { |
| 375 "name": "$result", | 387 "name": "$result", |
| 376 "recipe_result": null, | 388 "recipe_result": null, |
| 377 "status_code": 0 | 389 "status_code": 0 |
| 378 } | 390 } |
| 379 ] | 391 ] |
| OLD | NEW |