| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 270 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 255 "@@@STEP_LOG_END@analyze_details@@@" | 271 "@@@STEP_LOG_END@analyze_details@@@" |
| 256 ] | 272 ] |
| 257 }, | 273 }, |
| 258 { | 274 { |
| 259 "name": "$result", | 275 "name": "$result", |
| 260 "recipe_result": null, | 276 "recipe_result": null, |
| 261 "status_code": 0 | 277 "status_code": 0 |
| 262 } | 278 } |
| 263 ] | 279 ] |
| OLD | NEW |