| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_chromium_gn_rel", | 10 "v8_linux_chromium_gn_rel", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "git", | 220 "git", |
| 221 "diff", | 221 "diff", |
| 222 "--cached", | 222 "--cached", |
| 223 "--name-only" | 223 "--name-only" |
| 224 ], | 224 ], |
| 225 "cwd": "[SLAVE_BUILD]/src", | 225 "cwd": "[SLAVE_BUILD]/src", |
| 226 "name": "git diff to analyze patch", | 226 "name": "git diff to analyze patch", |
| 227 "stdout": "/path/to/tmp/", | 227 "stdout": "/path/to/tmp/", |
| 228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 229 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 229 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
| 230 "@@@STEP_LOG_END@files@@@", | 230 "@@@STEP_LOG_END@files@@@", |
| 231 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 231 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 232 ] | 232 ] |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "cmd": [ | 235 "cmd": [ |
| 236 "python", | 236 "python", |
| 237 "-u", | 237 "-u", |
| 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 239 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 239 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 "~followup_annotations": [ | 576 "~followup_annotations": [ |
| 577 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 577 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 578 ] | 578 ] |
| 579 }, | 579 }, |
| 580 { | 580 { |
| 581 "name": "$result", | 581 "name": "$result", |
| 582 "reason": "Step('compile (with patch)') failed with return_code 1", | 582 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 583 "status_code": 1 | 583 "status_code": 1 |
| 584 } | 584 } |
| 585 ] | 585 ] |
| OLD | NEW |