| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "name": "cleanup_temp" | 96 "name": "cleanup_temp" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 103 "--show-path", | 103 "--show-path", |
| 104 "python", | 104 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 105 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 106 "--gsutil-py-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 106 "--ninja-path", | 108 "--ninja-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 109 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 108 "--target", | 110 "--target", |
| 109 "Release", | 111 "Release", |
| 110 "--src-dir", | 112 "--src-dir", |
| 111 "[SLAVE_BUILD]\\v8", | 113 "[SLAVE_BUILD]\\v8", |
| 112 "--goma-cache-dir", | 114 "--goma-cache-dir", |
| 113 "[GOMA_CACHE]", | 115 "[GOMA_CACHE]", |
| 114 "--build-tool", | 116 "--build-tool", |
| 115 "ninja", | 117 "ninja", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 140 ], | 142 ], |
| 141 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
| 142 "name": "package build" | 144 "name": "package build" |
| 143 }, | 145 }, |
| 144 { | 146 { |
| 145 "name": "$result", | 147 "name": "$result", |
| 146 "recipe_result": null, | 148 "recipe_result": null, |
| 147 "status_code": 0 | 149 "status_code": 0 |
| 148 } | 150 } |
| 149 ] | 151 ] |
| OLD | NEW |