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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "name": "cleanup_temp" | 100 "name": "cleanup_temp" |
101 }, | 101 }, |
102 { | 102 { |
103 "cmd": [ | 103 "cmd": [ |
104 "python", | 104 "python", |
105 "-u", | 105 "-u", |
106 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
107 "--show-path", | 107 "--show-path", |
108 "python", | 108 "python", |
109 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 109 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 110 "--gsutil-py-path", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
110 "--ninja-path", | 112 "--ninja-path", |
111 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 113 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
112 "--target", | 114 "--target", |
113 "Debug", | 115 "Debug", |
114 "--src-dir", | 116 "--src-dir", |
115 "[SLAVE_BUILD]\\v8", | 117 "[SLAVE_BUILD]\\v8", |
116 "--goma-cache-dir", | 118 "--goma-cache-dir", |
117 "[GOMA_CACHE]", | 119 "[GOMA_CACHE]", |
118 "--build-tool", | 120 "--build-tool", |
119 "ninja", | 121 "ninja", |
(...skipping 13 matching lines...) Expand all Loading... |
133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
134 "@@@STEP_LOG_END@json.output (invalid)@@@" | 136 "@@@STEP_LOG_END@json.output (invalid)@@@" |
135 ] | 137 ] |
136 }, | 138 }, |
137 { | 139 { |
138 "name": "$result", | 140 "name": "$result", |
139 "recipe_result": null, | 141 "recipe_result": null, |
140 "status_code": 0 | 142 "status_code": 0 |
141 } | 143 } |
142 ] | 144 ] |
OLD | NEW |