| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "cmd": [ | 239 "cmd": [ |
| 240 "git", | 240 "git", |
| 241 "diff", | 241 "diff", |
| 242 "--cached", | 242 "--cached", |
| 243 "--name-only" | 243 "--name-only" |
| 244 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]/src", | 245 "cwd": "[SLAVE_BUILD]/src", |
| 246 "name": "git diff to analyze patch", | 246 "name": "git diff to analyze patch", |
| 247 "stdout": "/path/to/tmp/", | 247 "stdout": "/path/to/tmp/", |
| 248 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 249 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 249 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 250 "@@@STEP_LOG_END@files@@@", | 250 "@@@STEP_LOG_END@files@@@", |
| 251 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 251 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 252 ] | 252 ] |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 259 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 259 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 "~followup_annotations": [ | 562 "~followup_annotations": [ |
| 563 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 563 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 564 ] | 564 ] |
| 565 }, | 565 }, |
| 566 { | 566 { |
| 567 "name": "$result", | 567 "name": "$result", |
| 568 "reason": "Step('compile (without patch)') failed with return_code 1", | 568 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 569 "status_code": 1 | 569 "status_code": 1 |
| 570 } | 570 } |
| 571 ] | 571 ] |
| OLD | NEW |