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