| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "--src-dir", | 238 "--src-dir", |
| 239 "[SLAVE_BUILD]/src", | 239 "[SLAVE_BUILD]/src", |
| 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 "--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", | |
| 250 "--goma-dir", | 248 "--goma-dir", |
| 251 "[CACHE]/cipd/goma", | 249 "[CACHE]/cipd/goma", |
| 252 "--", | 250 "--", |
| 253 "All", | 251 "All", |
| 254 "chromium_builder_tests" | 252 "chromium_builder_tests" |
| 255 ], | 253 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "compile", | 255 "name": "compile", |
| 258 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 274 ], | 272 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "archive build" | 274 "name": "archive build" |
| 277 }, | 275 }, |
| 278 { | 276 { |
| 279 "name": "$result", | 277 "name": "$result", |
| 280 "recipe_result": null, | 278 "recipe_result": null, |
| 281 "status_code": 0 | 279 "status_code": 0 |
| 282 } | 280 } |
| 283 ] | 281 ] |
| OLD | NEW |