| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "cmd": [ | 226 "cmd": [ |
| 227 "git", | 227 "git", |
| 228 "diff", | 228 "diff", |
| 229 "--cached", | 229 "--cached", |
| 230 "--name-only" | 230 "--name-only" |
| 231 ], | 231 ], |
| 232 "cwd": "[SLAVE_BUILD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
| 233 "name": "git diff to analyze patch", | 233 "name": "git diff to analyze patch", |
| 234 "stdout": "/path/to/tmp/", | 234 "stdout": "/path/to/tmp/", |
| 235 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 236 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 236 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 237 "@@@STEP_LOG_END@files@@@", | 237 "@@@STEP_LOG_END@files@@@", |
| 238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 239 ] | 239 ] |
| 240 }, | 240 }, |
| 241 { | 241 { |
| 242 "cmd": [ | 242 "cmd": [ |
| 243 "python", | 243 "python", |
| 244 "-u", | 244 "-u", |
| 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 665 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 666 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 666 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 667 ] | 667 ] |
| 668 }, | 668 }, |
| 669 { | 669 { |
| 670 "name": "$result", | 670 "name": "$result", |
| 671 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 671 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 672 "status_code": 1 | 672 "status_code": 1 |
| 673 } | 673 } |
| 674 ] | 674 ] |
| OLD | NEW |