OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
7 "sync", | 7 "sync", |
8 "--verbose", | 8 "--verbose", |
9 "--force", | 9 "--force", |
10 "--revision", | 10 "--revision", |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
211 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
212 "--goma-dir", | 212 "--goma-dir", |
213 "[BUILD]\\goma", | 213 "[BUILD]\\goma", |
214 "--goma-hermetic", | 214 "--goma-hermetic", |
215 "error", | 215 "error", |
216 "--goma-enable-compiler-info-cache", | 216 "--goma-enable-compiler-info-cache", |
217 "--", | 217 "--", |
218 "base_unittests", | 218 "base_unittests", |
219 "chromium_builder_tests", | 219 "chromium_builder_tests", |
220 "content_unittests" | 220 "content_unittests", |
| 221 "crash_service" |
221 ], | 222 ], |
222 "cwd": "[SLAVE_BUILD]", | 223 "cwd": "[SLAVE_BUILD]", |
223 "name": "compile", | 224 "name": "compile", |
224 "~followup_annotations": [ | 225 "~followup_annotations": [ |
225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
226 "@@@STEP_LOG_END@json.output (invalid)@@@" | 227 "@@@STEP_LOG_END@json.output (invalid)@@@" |
227 ] | 228 ] |
228 }, | 229 }, |
229 { | 230 { |
230 "cmd": [ | 231 "cmd": [ |
231 "python", | 232 "python", |
232 "-u", | 233 "-u", |
| 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 235 "--target", |
| 236 "Debug" |
| 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "start_crash_service" |
| 240 }, |
| 241 { |
| 242 "cmd": [ |
| 243 "python", |
| 244 "-u", |
233 "[BUILD]\\goma\\diagnose_goma_log.py" | 245 "[BUILD]\\goma\\diagnose_goma_log.py" |
234 ], | 246 ], |
235 "cwd": "[SLAVE_BUILD]", | 247 "cwd": "[SLAVE_BUILD]", |
236 "name": "diagnose_goma" | 248 "name": "diagnose_goma" |
237 }, | 249 }, |
238 { | 250 { |
239 "allow_subannotations": true, | 251 "allow_subannotations": true, |
240 "cmd": [ | 252 "cmd": [ |
241 "python", | 253 "python", |
242 "-u", | 254 "-u", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 ], | 307 ], |
296 "cwd": "[SLAVE_BUILD]", | 308 "cwd": "[SLAVE_BUILD]", |
297 "name": "process_dumps" | 309 "name": "process_dumps" |
298 }, | 310 }, |
299 { | 311 { |
300 "name": "$result", | 312 "name": "$result", |
301 "recipe_result": null, | 313 "recipe_result": null, |
302 "status_code": 0 | 314 "status_code": 0 |
303 } | 315 } |
304 ] | 316 ] |
OLD | NEW |