| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Snapshot Builder", | 10 "Linux Snapshot Builder", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "--goma-cache-dir", | 240 "--goma-cache-dir", |
| 241 "[GOMA_CACHE]", | 241 "[GOMA_CACHE]", |
| 242 "--build-tool", | 242 "--build-tool", |
| 243 "ninja", | 243 "ninja", |
| 244 "--build-data-dir", | 244 "--build-data-dir", |
| 245 "[ROOT]/build_data_dir", | 245 "[ROOT]/build_data_dir", |
| 246 "--compiler", | 246 "--compiler", |
| 247 "goma", | 247 "goma", |
| 248 "--goma-jsonstatus", | 248 "--goma-jsonstatus", |
| 249 "/path/to/tmp/json", | 249 "/path/to/tmp/json", |
| 250 "--goma-service-account-json-file", |
| 251 "/creds/service_accounts/service-account-goma-client.json", |
| 250 "--goma-dir", | 252 "--goma-dir", |
| 251 "[CACHE]/cipd/goma", | 253 "[CACHE]/cipd/goma", |
| 252 "--", | 254 "--", |
| 253 "All", | 255 "All", |
| 254 "chromium_builder_tests" | 256 "chromium_builder_tests" |
| 255 ], | 257 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 258 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "compile", | 259 "name": "compile", |
| 258 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 14 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 |