| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 ], | 255 ], |
| 256 "name": "read test spec (chromium.win.json)", | 256 "name": "read test spec (chromium.win.json)", |
| 257 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch
romium.win.json@@@", | 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch
romium.win.json@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@{}@@@", | 259 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 260 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
| 261 ] | 261 ] |
| 262 }, | 262 }, |
| 263 { | 263 { |
| 264 "cmd": [ | 264 "cmd": [ |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 265 "python", |
| 266 "-u", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 268 "--verbose" |
| 266 ], | 269 ], |
| 267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 270 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 268 "name": "ensure git tooling on windows", | 271 "name": "ensure git tooling on windows", |
| 269 "timeout": 300 | 272 "timeout": 300 |
| 270 }, | 273 }, |
| 271 { | 274 { |
| 272 "cmd": [ | 275 "cmd": [ |
| 273 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 276 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 274 "diff", | 277 "diff", |
| 275 "--cached", | 278 "--cached", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "import sys; sys.exit(0)" | 450 "import sys; sys.exit(0)" |
| 448 ], | 451 ], |
| 449 "name": "mark: before_tests" | 452 "name": "mark: before_tests" |
| 450 }, | 453 }, |
| 451 { | 454 { |
| 452 "name": "$result", | 455 "name": "$result", |
| 453 "recipe_result": null, | 456 "recipe_result": null, |
| 454 "status_code": 0 | 457 "status_code": 0 |
| 455 } | 458 } |
| 456 ] | 459 ] |
| OLD | NEW |