| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 ] | 418 ] |
| 419 }, | 419 }, |
| 420 { | 420 { |
| 421 "cmd": [ | 421 "cmd": [ |
| 422 "python", | 422 "python", |
| 423 "-u", | 423 "-u", |
| 424 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 424 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 425 "--show-path", | 425 "--show-path", |
| 426 "python", | 426 "python", |
| 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 428 "--gsutil-py-path", |
| 429 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 428 "--ninja-path", | 430 "--ninja-path", |
| 429 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 431 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 430 "--target", | 432 "--target", |
| 431 "Release", | 433 "Release", |
| 432 "--src-dir", | 434 "--src-dir", |
| 433 "[SLAVE_BUILD]\\src", | 435 "[SLAVE_BUILD]\\src", |
| 434 "--goma-cache-dir", | 436 "--goma-cache-dir", |
| 435 "[GOMA_CACHE]", | 437 "[GOMA_CACHE]", |
| 436 "--build-tool", | 438 "--build-tool", |
| 437 "ninja", | 439 "ninja", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "@@@STEP_LOG_END@report@@@", | 534 "@@@STEP_LOG_END@report@@@", |
| 533 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 535 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 534 ] | 536 ] |
| 535 }, | 537 }, |
| 536 { | 538 { |
| 537 "name": "$result", | 539 "name": "$result", |
| 538 "recipe_result": null, | 540 "recipe_result": null, |
| 539 "status_code": 0 | 541 "status_code": 0 |
| 540 } | 542 } |
| 541 ] | 543 ] |
| OLD | NEW |