| 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 "chromium", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux x64", | 10 "Linux x64", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "ninja", | 181 "ninja", |
| 182 "--compiler", | 182 "--compiler", |
| 183 "goma", | 183 "goma", |
| 184 "--goma-jsonstatus", | 184 "--goma-jsonstatus", |
| 185 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 186 "--goma-dir", | 186 "--goma-dir", |
| 187 "[BUILD]/goma", | 187 "[BUILD]/goma", |
| 188 "--ninja-ensure-up-to-date", | 188 "--ninja-ensure-up-to-date", |
| 189 "--clobber", | 189 "--clobber", |
| 190 "--", | 190 "--", |
| 191 "all" | 191 "All", |
| 192 "chromium_builder_tests" |
| 192 ], | 193 ], |
| 193 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "compile", | 195 "name": "compile", |
| 195 "~followup_annotations": [ | 196 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 197 "@@@STEP_LOG_END@json.output (invalid)@@@" | 198 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 198 ] | 199 ] |
| 199 }, | 200 }, |
| 200 { | 201 { |
| 201 "cmd": [ | 202 "cmd": [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 213 ], | 214 ], |
| 214 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "archive_build" | 216 "name": "archive_build" |
| 216 }, | 217 }, |
| 217 { | 218 { |
| 218 "name": "$result", | 219 "name": "$result", |
| 219 "recipe_result": null, | 220 "recipe_result": null, |
| 220 "status_code": 0 | 221 "status_code": 0 |
| 221 } | 222 } |
| 222 ] | 223 ] |
| OLD | NEW |