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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "/path/to/tmp/json", | 231 "/path/to/tmp/json", |
232 "--goma-dir", | 232 "--goma-dir", |
233 "[BUILD]\\goma", | 233 "[BUILD]\\goma", |
234 "--goma-hermetic", | 234 "--goma-hermetic", |
235 "error", | 235 "error", |
236 "--goma-enable-compiler-info-cache", | 236 "--goma-enable-compiler-info-cache", |
237 "--clobber", | 237 "--clobber", |
238 "--", | 238 "--", |
239 "base_unittests", | 239 "base_unittests", |
240 "chromium_builder_tests", | 240 "chromium_builder_tests", |
241 "content_unittests" | 241 "content_unittests", |
| 242 "crash_service" |
242 ], | 243 ], |
243 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
244 "name": "compile", | 245 "name": "compile", |
245 "~followup_annotations": [ | 246 "~followup_annotations": [ |
246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
247 "@@@STEP_LOG_END@json.output (invalid)@@@" | 248 "@@@STEP_LOG_END@json.output (invalid)@@@" |
248 ] | 249 ] |
249 }, | 250 }, |
250 { | 251 { |
251 "cmd": [ | 252 "cmd": [ |
252 "python", | 253 "python", |
253 "-u", | 254 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 256 "--target", |
| 257 "Release" |
| 258 ], |
| 259 "cwd": "[SLAVE_BUILD]", |
| 260 "name": "start_crash_service" |
| 261 }, |
| 262 { |
| 263 "cmd": [ |
| 264 "python", |
| 265 "-u", |
254 "[BUILD]\\goma\\diagnose_goma_log.py" | 266 "[BUILD]\\goma\\diagnose_goma_log.py" |
255 ], | 267 ], |
256 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
257 "name": "diagnose_goma" | 269 "name": "diagnose_goma" |
258 }, | 270 }, |
259 { | 271 { |
260 "allow_subannotations": true, | 272 "allow_subannotations": true, |
261 "cmd": [ | 273 "cmd": [ |
262 "python", | 274 "python", |
263 "-u", | 275 "-u", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 ], | 328 ], |
317 "cwd": "[SLAVE_BUILD]", | 329 "cwd": "[SLAVE_BUILD]", |
318 "name": "process_dumps" | 330 "name": "process_dumps" |
319 }, | 331 }, |
320 { | 332 { |
321 "name": "$result", | 333 "name": "$result", |
322 "recipe_result": null, | 334 "recipe_result": null, |
323 "status_code": 0 | 335 "status_code": 0 |
324 } | 336 } |
325 ] | 337 ] |
OLD | NEW |