| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 "@@@STEP_LOG_END@report@@@", | 721 "@@@STEP_LOG_END@report@@@", |
| 719 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" | 722 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" |
| 720 ] | 723 ] |
| 721 }, | 724 }, |
| 722 { | 725 { |
| 723 "name": "$result", | 726 "name": "$result", |
| 724 "recipe_result": null, | 727 "recipe_result": null, |
| 725 "status_code": 0 | 728 "status_code": 0 |
| 726 } | 729 } |
| 727 ] | 730 ] |
| OLD | NEW |