| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 ], | 247 ], |
| 248 "name": "read test spec (chromium.win.json)", | 248 "name": "read test spec (chromium.win.json)", |
| 249 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 250 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 250 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@{}@@@", | 251 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 252 "@@@STEP_LOG_END@json.output@@@" | 252 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 257 "python", |
| 258 "-u", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 260 "--verbose" |
| 258 ], | 261 ], |
| 259 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 262 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 260 "name": "ensure git tooling on windows", | 263 "name": "ensure git tooling on windows", |
| 261 "timeout": 300 | 264 "timeout": 300 |
| 262 }, | 265 }, |
| 263 { | 266 { |
| 264 "cmd": [ | 267 "cmd": [ |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 268 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 266 "diff", | 269 "diff", |
| 267 "--cached", | 270 "--cached", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 560 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 558 }, | 561 }, |
| 559 "name": "process_dumps" | 562 "name": "process_dumps" |
| 560 }, | 563 }, |
| 561 { | 564 { |
| 562 "name": "$result", | 565 "name": "$result", |
| 563 "recipe_result": null, | 566 "recipe_result": null, |
| 564 "status_code": 0 | 567 "status_code": 0 |
| 565 } | 568 } |
| 566 ] | 569 ] |
| OLD | NEW |