| 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.webkit.json)", | 255 "name": "read test spec (chromium.webkit.json)", |
| 256 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c
hromium.webkit.json@@@", | 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c
hromium.webkit.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 497 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 495 }, | 498 }, |
| 496 "name": "process_dumps" | 499 "name": "process_dumps" |
| 497 }, | 500 }, |
| 498 { | 501 { |
| 499 "name": "$result", | 502 "name": "$result", |
| 500 "recipe_result": null, | 503 "recipe_result": null, |
| 501 "status_code": 0 | 504 "status_code": 0 |
| 502 } | 505 } |
| 503 ] | 506 ] |
| OLD | NEW |