| 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 "bot_update.always_on", | 8 "bot_update.always_on", |
| 9 "--builder", | 9 "--builder", |
| 10 "coverage_clobber", | 10 "coverage_clobber", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "--src-dir", | 236 "--src-dir", |
| 237 "[SLAVE_BUILD]/src", | 237 "[SLAVE_BUILD]/src", |
| 238 "--goma-cache-dir", | 238 "--goma-cache-dir", |
| 239 "[GOMA_CACHE]", | 239 "[GOMA_CACHE]", |
| 240 "--build-tool", | 240 "--build-tool", |
| 241 "ninja", | 241 "ninja", |
| 242 "--compiler", | 242 "--compiler", |
| 243 "goma", | 243 "goma", |
| 244 "--goma-jsonstatus", | 244 "--goma-jsonstatus", |
| 245 "/path/to/tmp/json", | 245 "/path/to/tmp/json", |
| 246 "--goma-service-account-json-file", |
| 247 "/creds/service_accounts/service-account-goma-client.json", |
| 246 "--goma-dir", | 248 "--goma-dir", |
| 247 "[BUILD]/goma", | 249 "[BUILD]/goma", |
| 248 "--", | 250 "--", |
| 249 "All", | 251 "All", |
| 250 "chromium_builder_tests" | 252 "chromium_builder_tests" |
| 251 ], | 253 ], |
| 252 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 253 "name": "compile", | 255 "name": "compile", |
| 254 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 272 ], | 274 ], |
| 273 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "archive_build" | 276 "name": "archive_build" |
| 275 }, | 277 }, |
| 276 { | 278 { |
| 277 "name": "$result", | 279 "name": "$result", |
| 278 "recipe_result": null, | 280 "recipe_result": null, |
| 279 "status_code": 0 | 281 "status_code": 0 |
| 280 } | 282 } |
| 281 ] | 283 ] |
| OLD | NEW |