| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "@@@STEP_LOG_END@json.output@@@", | 261 "@@@STEP_LOG_END@json.output@@@", |
| 246 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" | 262 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" |
| 247 ] | 263 ] |
| 248 }, | 264 }, |
| 249 { | 265 { |
| 250 "name": "$result", | 266 "name": "$result", |
| 251 "reason": "Error, following targets were not found: invalid target, another
one", | 267 "reason": "Error, following targets were not found: invalid target, another
one", |
| 252 "status_code": 1 | 268 "status_code": 1 |
| 253 } | 269 } |
| 254 ] | 270 ] |
| OLD | NEW |