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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "--target", | 145 "--target", |
146 "Release", | 146 "Release", |
147 "--src-dir", | 147 "--src-dir", |
148 "[SLAVE_BUILD]\\src", | 148 "[SLAVE_BUILD]\\src", |
149 "--goma-cache-dir", | 149 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 150 "[GOMA_CACHE]", |
151 "--build-tool", | 151 "--build-tool", |
152 "ninja", | 152 "ninja", |
153 "--clobber", | 153 "--clobber", |
154 "--", | 154 "--", |
155 "chromium_builder_asan", | 155 "chromium_builder_asan" |
156 "crash_service" | |
157 ], | 156 ], |
158 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
159 "name": "compile" | 158 "name": "compile" |
160 }, | 159 }, |
161 { | 160 { |
162 "cmd": [ | 161 "cmd": [ |
163 "python", | 162 "python", |
164 "-u", | 163 "-u", |
165 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 164 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
166 "[SLAVE_BUILD]\\src\\out\\Release", | 165 "[SLAVE_BUILD]\\src\\out\\Release", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 234 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
236 "@@@STEP_LOG_END@python.inline@@@" | 235 "@@@STEP_LOG_END@python.inline@@@" |
237 ] | 236 ] |
238 }, | 237 }, |
239 { | 238 { |
240 "name": "$result", | 239 "name": "$result", |
241 "recipe_result": null, | 240 "recipe_result": null, |
242 "status_code": 0 | 241 "status_code": 0 |
243 } | 242 } |
244 ] | 243 ] |
OLD | NEW |