| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 ] | 437 ] |
| 438 }, | 438 }, |
| 439 { | 439 { |
| 440 "cmd": [ | 440 "cmd": [ |
| 441 "python", | 441 "python", |
| 442 "-u", | 442 "-u", |
| 443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 444 "--show-path", | 444 "--show-path", |
| 445 "python", | 445 "python", |
| 446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 447 "--gsutil-py-path", |
| 448 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 447 "--ninja-path", | 449 "--ninja-path", |
| 448 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 450 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 449 "--target", | 451 "--target", |
| 450 "Release", | 452 "Release", |
| 451 "--src-dir", | 453 "--src-dir", |
| 452 "[SLAVE_BUILD]\\src", | 454 "[SLAVE_BUILD]\\src", |
| 453 "--goma-cache-dir", | 455 "--goma-cache-dir", |
| 454 "[GOMA_CACHE]", | 456 "[GOMA_CACHE]", |
| 455 "--build-tool", | 457 "--build-tool", |
| 456 "ninja", | 458 "ninja", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "@@@STEP_LOG_END@report@@@", | 700 "@@@STEP_LOG_END@report@@@", |
| 699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 701 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 700 ] | 702 ] |
| 701 }, | 703 }, |
| 702 { | 704 { |
| 703 "name": "$result", | 705 "name": "$result", |
| 704 "recipe_result": null, | 706 "recipe_result": null, |
| 705 "status_code": 0 | 707 "status_code": 0 |
| 706 } | 708 } |
| 707 ] | 709 ] |
| OLD | NEW |