| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 ], | 249 ], |
| 250 "name": "read test spec (chromium.win.json)", | 250 "name": "read test spec (chromium.win.json)", |
| 251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", | 252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@{}@@@", | 253 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 254 "@@@STEP_LOG_END@json.output@@@" | 254 "@@@STEP_LOG_END@json.output@@@" |
| 255 ] | 255 ] |
| 256 }, | 256 }, |
| 257 { | 257 { |
| 258 "cmd": [ | 258 "cmd": [ |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 259 "python", |
| 260 "-u", |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 262 "--verbose" |
| 260 ], | 263 ], |
| 261 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 264 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 262 "name": "ensure git tooling on windows", | 265 "name": "ensure git tooling on windows", |
| 263 "timeout": 300 | 266 "timeout": 300 |
| 264 }, | 267 }, |
| 265 { | 268 { |
| 266 "cmd": [ | 269 "cmd": [ |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 270 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 268 "log", | 271 "log", |
| 269 "--format=%H", | 272 "--format=%H", |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "@@@STEP_LOG_END@report@@@", | 715 "@@@STEP_LOG_END@report@@@", |
| 713 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 716 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 714 ] | 717 ] |
| 715 }, | 718 }, |
| 716 { | 719 { |
| 717 "name": "$result", | 720 "name": "$result", |
| 718 "recipe_result": null, | 721 "recipe_result": null, |
| 719 "status_code": 0 | 722 "status_code": 0 |
| 720 } | 723 } |
| 721 ] | 724 ] |
| OLD | NEW |