| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 242 "--build-data-dir", |
| 243 "[ROOT]/build_data_dir", | 243 "[ROOT]/build_data_dir", |
| 244 "--compiler", | 244 "--compiler", |
| 245 "goma", | 245 "goma", |
| 246 "--goma-jsonstatus", | 246 "--goma-jsonstatus", |
| 247 "/path/to/tmp/json", | 247 "/path/to/tmp/json", |
| 248 "--goma-service-account-json-file", |
| 249 "/creds/service_accounts/service-account-goma-client.json", |
| 248 "--goma-dir", | 250 "--goma-dir", |
| 249 "[CACHE]/cipd/goma", | 251 "[CACHE]/cipd/goma", |
| 250 "--", | 252 "--", |
| 251 "All", | 253 "All", |
| 252 "chromium_builder_tests" | 254 "chromium_builder_tests" |
| 253 ], | 255 ], |
| 254 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 255 "name": "compile", | 257 "name": "compile", |
| 256 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 274 ], | 276 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "archive_build" | 278 "name": "archive_build" |
| 277 }, | 279 }, |
| 278 { | 280 { |
| 279 "name": "$result", | 281 "name": "$result", |
| 280 "recipe_result": null, | 282 "recipe_result": null, |
| 281 "status_code": 0 | 283 "status_code": 0 |
| 282 } | 284 } |
| 283 ] | 285 ] |
| OLD | NEW |