| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\bot_update.py", | 6 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.win", | 8 "tryserver.chromium.win", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_chromium_rel", | 10 "win_chromium_rel", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "Release", | 129 "Release", |
| 130 "--src-dir", | 130 "--src-dir", |
| 131 "[SLAVE_BUILD]\\src", | 131 "[SLAVE_BUILD]\\src", |
| 132 "--build-tool", | 132 "--build-tool", |
| 133 "ninja", | 133 "ninja", |
| 134 "--compiler", | 134 "--compiler", |
| 135 "goma", | 135 "goma", |
| 136 "--goma-dir", | 136 "--goma-dir", |
| 137 "[BUILD]\\goma", | 137 "[BUILD]\\goma", |
| 138 "--", | 138 "--", |
| 139 "chrome", | |
| 140 "chrome", | |
| 141 "base_unittests", | 139 "base_unittests", |
| 142 "browser_tests", | 140 "browser_tests" |
| 143 "chrome" | |
| 144 ], | 141 ], |
| 145 "name": "compile (with patch)", | 142 "name": "compile (with patch)", |
| 146 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 147 "step returned non-zero exit code: 1", | 144 "step returned non-zero exit code: 1", |
| 148 "@@@STEP_FAILURE@@@" | 145 "@@@STEP_FAILURE@@@" |
| 149 ] | 146 ] |
| 150 }, | 147 }, |
| 151 { | 148 { |
| 152 "name": "$final_result", | 149 "name": "$final_result", |
| 153 "reason": "Step('compile (with patch)') failed with return_code 1", | 150 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 154 "status_code": 1 | 151 "status_code": 1 |
| 155 } | 152 } |
| 156 ] | 153 ] |
| OLD | NEW |