| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 "@@@STEP_LOG_END@report@@@", | 591 "@@@STEP_LOG_END@report@@@", |
| 589 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" | 592 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali
d\": true}}}}@@@" |
| 590 ] | 593 ] |
| 591 }, | 594 }, |
| 592 { | 595 { |
| 593 "name": "$result", | 596 "name": "$result", |
| 594 "recipe_result": null, | 597 "recipe_result": null, |
| 595 "status_code": 0 | 598 "status_code": 0 |
| 596 } | 599 } |
| 597 ] | 600 ] |
| OLD | NEW |