| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "cmd": [ | 257 "cmd": [ |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 259 "diff", | 259 "diff", |
| 260 "--cached", | 260 "--cached", |
| 261 "--name-only" | 261 "--name-only" |
| 262 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]\\src\\v8", | 263 "cwd": "[SLAVE_BUILD]\\src\\v8", |
| 264 "name": "git diff to analyze patch", | 264 "name": "git diff to analyze patch", |
| 265 "stdout": "/path/to/tmp/", | 265 "stdout": "/path/to/tmp/", |
| 266 "~followup_annotations": [ | 266 "~followup_annotations": [ |
| 267 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", | 267 "@@@STEP_LOG_LINE@files@src/v8/foo.cc@@@", |
| 268 "@@@STEP_LOG_END@files@@@", | 268 "@@@STEP_LOG_END@files@@@", |
| 269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" | 269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
| 270 ] | 270 ] |
| 271 }, | 271 }, |
| 272 { | 272 { |
| 273 "cmd": [ | 273 "cmd": [ |
| 274 "python", | 274 "python", |
| 275 "-u", | 275 "-u", |
| 276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 "Release" | 542 "Release" |
| 543 ], | 543 ], |
| 544 "name": "process_dumps" | 544 "name": "process_dumps" |
| 545 }, | 545 }, |
| 546 { | 546 { |
| 547 "name": "$result", | 547 "name": "$result", |
| 548 "recipe_result": null, | 548 "recipe_result": null, |
| 549 "status_code": 0 | 549 "status_code": 0 |
| 550 } | 550 } |
| 551 ] | 551 ] |
| OLD | NEW |