| 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@foo.cc@@@", | 264 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 265 "@@@STEP_LOG_END@files@@@", | 265 "@@@STEP_LOG_END@files@@@", |
| 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "step returned non-zero exit code: 1", | 437 "step returned non-zero exit code: 1", |
| 438 "@@@STEP_EXCEPTION@@@" | 438 "@@@STEP_EXCEPTION@@@" |
| 439 ] | 439 ] |
| 440 }, | 440 }, |
| 441 { | 441 { |
| 442 "name": "$result", | 442 "name": "$result", |
| 443 "recipe_result": null, | 443 "recipe_result": null, |
| 444 "status_code": 0 | 444 "status_code": 0 |
| 445 } | 445 } |
| 446 ] | 446 ] |
| OLD | NEW |