| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "get compile targets for scripts", | 164 "name": "get compile targets for scripts", |
| 165 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 166 "@@@STEP_LOG_LINE@json.output@{}@@@", | 166 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 167 "@@@STEP_LOG_END@json.output@@@" | 167 "@@@STEP_LOG_END@json.output@@@" |
| 168 ] | 168 ] |
| 169 }, | 169 }, |
| 170 { | 170 { |
| 171 "cmd": [ | 171 "cmd": [ |
| 172 "python", |
| 173 "-u", |
| 174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 175 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 176 "/path/to/tmp/json" |
| 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "read test spec (chromium.gpu)", |
| 180 "~followup_annotations": [ |
| 181 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 182 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 183 "@@@STEP_LOG_END@json.output@@@" |
| 184 ] |
| 185 }, |
| 186 { |
| 187 "cmd": [ |
| 172 "killall", | 188 "killall", |
| 173 "-9", | 189 "-9", |
| 174 "gnome-keyring-daemon" | 190 "gnome-keyring-daemon" |
| 175 ], | 191 ], |
| 176 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
| 177 "name": "killall gnome-keyring-daemon" | 193 "name": "killall gnome-keyring-daemon" |
| 178 }, | 194 }, |
| 179 { | 195 { |
| 180 "cmd": [ | 196 "cmd": [ |
| 181 "git", | 197 "git", |
| (...skipping 2295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2477 "@@@STEP_FAILURE@@@", | 2493 "@@@STEP_FAILURE@@@", |
| 2478 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 2494 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 2479 ] | 2495 ] |
| 2480 }, | 2496 }, |
| 2481 { | 2497 { |
| 2482 "name": "$result", | 2498 "name": "$result", |
| 2483 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 2499 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 2484 "status_code": 1 | 2500 "status_code": 1 |
| 2485 } | 2501 } |
| 2486 ] | 2502 ] |
| OLD | NEW |