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