| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.chrome", | 8 "chromium.chrome", |
| 9 "--builder", | 9 "--builder", |
| 10 "Google Chrome ChromeOS", | 10 "Google Chrome ChromeOS", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "--goma-cache-dir", | 200 "--goma-cache-dir", |
| 201 "[GOMA_CACHE]", | 201 "[GOMA_CACHE]", |
| 202 "--build-tool", | 202 "--build-tool", |
| 203 "ninja", | 203 "ninja", |
| 204 "--build-data-dir", | 204 "--build-data-dir", |
| 205 "[ROOT]/build_data_dir", | 205 "[ROOT]/build_data_dir", |
| 206 "--compiler", | 206 "--compiler", |
| 207 "goma", | 207 "goma", |
| 208 "--goma-jsonstatus", | 208 "--goma-jsonstatus", |
| 209 "/path/to/tmp/json", | 209 "/path/to/tmp/json", |
| 210 "--goma-service-account-json-file", | |
| 211 "/creds/service_accounts/service-account-goma-client.json", | |
| 212 "--mode", | 210 "--mode", |
| 213 "official", | 211 "official", |
| 214 "--goma-dir", | 212 "--goma-dir", |
| 215 "[BUILD]/goma", | 213 "[BUILD]/goma", |
| 216 "--clobber", | 214 "--clobber", |
| 217 "--", | 215 "--", |
| 218 "chrome", | 216 "chrome", |
| 219 "chrome_sandbox", | 217 "chrome_sandbox", |
| 220 "linux_symbols", | 218 "linux_symbols", |
| 221 "symupload" | 219 "symupload" |
| 222 ], | 220 ], |
| 223 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
| 224 "name": "compile", | 222 "name": "compile", |
| 225 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 227 "@@@STEP_LOG_END@json.output (invalid)@@@" | 225 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 228 ] | 226 ] |
| 229 }, | 227 }, |
| 230 { | 228 { |
| 231 "name": "$result", | 229 "name": "$result", |
| 232 "recipe_result": null, | 230 "recipe_result": null, |
| 233 "status_code": 0 | 231 "status_code": 0 |
| 234 } | 232 } |
| 235 ] | 233 ] |
| OLD | NEW |