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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "cmd": [ | 241 "cmd": [ |
242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
243 "diff", | 243 "diff", |
244 "--cached", | 244 "--cached", |
245 "--name-only" | 245 "--name-only" |
246 ], | 246 ], |
247 "cwd": "[SLAVE_BUILD]\\src", | 247 "cwd": "[SLAVE_BUILD]\\src", |
248 "name": "git diff to analyze patch", | 248 "name": "git diff to analyze patch", |
249 "stdout": "/path/to/tmp/", | 249 "stdout": "/path/to/tmp/", |
250 "~followup_annotations": [ | 250 "~followup_annotations": [ |
251 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 251 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
252 "@@@STEP_LOG_END@files@@@", | 252 "@@@STEP_LOG_END@files@@@", |
253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
254 ] | 254 ] |
255 }, | 255 }, |
256 { | 256 { |
257 "cmd": [ | 257 "cmd": [ |
258 "python", | 258 "python", |
259 "-u", | 259 "-u", |
260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
261 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 261 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 "Release" | 458 "Release" |
459 ], | 459 ], |
460 "name": "process_dumps" | 460 "name": "process_dumps" |
461 }, | 461 }, |
462 { | 462 { |
463 "name": "$result", | 463 "name": "$result", |
464 "recipe_result": null, | 464 "recipe_result": null, |
465 "status_code": 0 | 465 "status_code": 0 |
466 } | 466 } |
467 ] | 467 ] |
OLD | NEW |