| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "get compile targets for scripts", | 158 "name": "get compile targets for scripts", |
| 159 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 160 "@@@STEP_LOG_LINE@json.output@{}@@@", | 160 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 162 ] |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", |
| 167 "-u", |
| 168 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 169 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 170 "/path/to/tmp/json" |
| 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "read test spec (chromium.gpu)", |
| 174 "~followup_annotations": [ |
| 175 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 176 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 177 "@@@STEP_LOG_END@json.output@@@" |
| 178 ] |
| 179 }, |
| 180 { |
| 181 "cmd": [ |
| 166 "killall", | 182 "killall", |
| 167 "-9", | 183 "-9", |
| 168 "gnome-keyring-daemon" | 184 "gnome-keyring-daemon" |
| 169 ], | 185 ], |
| 170 "cwd": "[SLAVE_BUILD]", | 186 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "killall gnome-keyring-daemon" | 187 "name": "killall gnome-keyring-daemon" |
| 172 }, | 188 }, |
| 173 { | 189 { |
| 174 "cmd": [ | 190 "cmd": [ |
| 175 "git", | 191 "git", |
| (...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2180 "@@@STEP_FAILURE@@@", | 2196 "@@@STEP_FAILURE@@@", |
| 2181 "@@@SET_BUILD_PROPERTY@failure_hash@\"0e008d12c556af3dc006fa5cce0589149209
6976\"@@@" | 2197 "@@@SET_BUILD_PROPERTY@failure_hash@\"0e008d12c556af3dc006fa5cce0589149209
6976\"@@@" |
| 2182 ] | 2198 ] |
| 2183 }, | 2199 }, |
| 2184 { | 2200 { |
| 2185 "name": "$result", | 2201 "name": "$result", |
| 2186 "reason": "1 out of 1 aggregated steps failed. Failures: Step('maps_pixel_te
st on NVIDIA GPU on Linux') failed with return_code 1", | 2202 "reason": "1 out of 1 aggregated steps failed. Failures: Step('maps_pixel_te
st on NVIDIA GPU on Linux') failed with return_code 1", |
| 2187 "status_code": 1 | 2203 "status_code": 1 |
| 2188 } | 2204 } |
| 2189 ] | 2205 ] |
| OLD | NEW |