| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 ], | 270 ], |
| 271 "name": "read test spec (chromium.win.json)", | 271 "name": "read test spec (chromium.win.json)", |
| 272 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", | 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@{}@@@", | 274 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 275 "@@@STEP_LOG_END@json.output@@@" | 275 "@@@STEP_LOG_END@json.output@@@" |
| 276 ] | 276 ] |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "cmd": [ | 279 "cmd": [ |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 280 "python", |
| 281 "-u", |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 283 "--verbose" |
| 281 ], | 284 ], |
| 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 283 "name": "ensure git tooling on windows", | 286 "name": "ensure git tooling on windows", |
| 284 "timeout": 300 | 287 "timeout": 300 |
| 285 }, | 288 }, |
| 286 { | 289 { |
| 287 "cmd": [ | 290 "cmd": [ |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 291 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 289 "diff", | 292 "diff", |
| 290 "--cached", | 293 "--cached", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "step returned non-zero exit code: 1", | 487 "step returned non-zero exit code: 1", |
| 485 "@@@STEP_EXCEPTION@@@" | 488 "@@@STEP_EXCEPTION@@@" |
| 486 ] | 489 ] |
| 487 }, | 490 }, |
| 488 { | 491 { |
| 489 "name": "$result", | 492 "name": "$result", |
| 490 "recipe_result": null, | 493 "recipe_result": null, |
| 491 "status_code": 0 | 494 "status_code": 0 |
| 492 } | 495 } |
| 493 ] | 496 ] |
| OLD | NEW |