| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 ], | 260 ], |
| 261 "name": "read test spec (chromium.json)", | 261 "name": "read test spec (chromium.json)", |
| 262 "~followup_annotations": [ | 262 "~followup_annotations": [ |
| 263 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\
chromium.json@@@", | 263 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\
chromium.json@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@{}@@@", | 264 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 265 "@@@STEP_LOG_END@json.output@@@" | 265 "@@@STEP_LOG_END@json.output@@@" |
| 266 ] | 266 ] |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "cmd": [ | 269 "cmd": [ |
| 270 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 270 "python", |
| 271 "-u", |
| 272 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 273 "--verbose" |
| 271 ], | 274 ], |
| 272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 275 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 273 "name": "ensure git tooling on windows", | 276 "name": "ensure git tooling on windows", |
| 274 "timeout": 300 | 277 "timeout": 300 |
| 275 }, | 278 }, |
| 276 { | 279 { |
| 277 "cmd": [ | 280 "cmd": [ |
| 278 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 281 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 279 "diff", | 282 "diff", |
| 280 "--cached", | 283 "--cached", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "import sys; sys.exit(0)" | 426 "import sys; sys.exit(0)" |
| 424 ], | 427 ], |
| 425 "name": "mark: before_tests" | 428 "name": "mark: before_tests" |
| 426 }, | 429 }, |
| 427 { | 430 { |
| 428 "name": "$result", | 431 "name": "$result", |
| 429 "recipe_result": null, | 432 "recipe_result": null, |
| 430 "status_code": 0 | 433 "status_code": 0 |
| 431 } | 434 } |
| 432 ] | 435 ] |
| OLD | NEW |