| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "cmd": [ | 245 "cmd": [ |
| 246 "git", | 246 "git", |
| 247 "diff", | 247 "diff", |
| 248 "--cached", | 248 "--cached", |
| 249 "--name-only" | 249 "--name-only" |
| 250 ], | 250 ], |
| 251 "cwd": "[SLAVE_BUILD]/src", | 251 "cwd": "[SLAVE_BUILD]/src", |
| 252 "name": "git diff to analyze patch", | 252 "name": "git diff to analyze patch", |
| 253 "stdout": "/path/to/tmp/", | 253 "stdout": "/path/to/tmp/", |
| 254 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 255 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 255 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 256 "@@@STEP_LOG_END@files@@@", | 256 "@@@STEP_LOG_END@files@@@", |
| 257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 258 ] | 258 ] |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 "~followup_annotations": [ | 571 "~followup_annotations": [ |
| 572 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 572 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
| 573 ] | 573 ] |
| 574 }, | 574 }, |
| 575 { | 575 { |
| 576 "name": "$result", | 576 "name": "$result", |
| 577 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 577 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
| 578 "status_code": 1 | 578 "status_code": 1 |
| 579 } | 579 } |
| 580 ] | 580 ] |
| OLD | NEW |