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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 "@@@STEP_FAILURE@@@", | 625 "@@@STEP_FAILURE@@@", |
626 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 626 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
627 ] | 627 ] |
628 }, | 628 }, |
629 { | 629 { |
630 "name": "$result", | 630 "name": "$result", |
631 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 631 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
632 "status_code": 1 | 632 "status_code": 1 |
633 } | 633 } |
634 ] | 634 ] |
OLD | NEW |