| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 ], | 258 ], |
| 259 "name": "read test spec (chromium.gpu.fyi.json)", | 259 "name": "read test spec (chromium.gpu.fyi.json)", |
| 260 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.gpu.fyi.json@@@", | 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.gpu.fyi.json@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@{}@@@", | 262 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 263 "@@@STEP_LOG_END@json.output@@@" | 263 "@@@STEP_LOG_END@json.output@@@" |
| 264 ] | 264 ] |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 268 "python", |
| 269 "-u", |
| 270 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 271 "--verbose" |
| 269 ], | 272 ], |
| 270 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 273 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 271 "name": "ensure git tooling on windows", | 274 "name": "ensure git tooling on windows", |
| 272 "timeout": 300 | 275 "timeout": 300 |
| 273 }, | 276 }, |
| 274 { | 277 { |
| 275 "cmd": [ | 278 "cmd": [ |
| 276 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 279 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 277 "diff", | 280 "diff", |
| 278 "--cached", | 281 "--cached", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "import sys; sys.exit(0)" | 342 "import sys; sys.exit(0)" |
| 340 ], | 343 ], |
| 341 "name": "mark: before_tests" | 344 "name": "mark: before_tests" |
| 342 }, | 345 }, |
| 343 { | 346 { |
| 344 "name": "$result", | 347 "name": "$result", |
| 345 "recipe_result": null, | 348 "recipe_result": null, |
| 346 "status_code": 0 | 349 "status_code": 0 |
| 347 } | 350 } |
| 348 ] | 351 ] |
| OLD | NEW |