| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_baremetal", | 10 "linux_baremetal", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "--src-dir", | 115 "--src-dir", |
| 116 "[SLAVE_BUILD]/src", | 116 "[SLAVE_BUILD]/src", |
| 117 "--goma-cache-dir", | 117 "--goma-cache-dir", |
| 118 "[GOMA_CACHE]", | 118 "[GOMA_CACHE]", |
| 119 "--build-tool", | 119 "--build-tool", |
| 120 "ninja", | 120 "ninja", |
| 121 "--compiler", | 121 "--compiler", |
| 122 "goma", | 122 "goma", |
| 123 "--goma-jsonstatus", | 123 "--goma-jsonstatus", |
| 124 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
| 125 "--goma-service-account-json-file", | |
| 126 "/creds/service_accounts/service-account-goma-client.json", | |
| 127 "--goma-dir", | 125 "--goma-dir", |
| 128 "[BUILD]/goma", | 126 "[BUILD]/goma", |
| 129 "--goma-fail-fast", | 127 "--goma-fail-fast", |
| 130 "--goma-disable-local-fallback", | 128 "--goma-disable-local-fallback", |
| 131 "--", | 129 "--", |
| 132 "All" | 130 "All" |
| 133 ], | 131 ], |
| 134 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
| 135 "name": "compile", | 133 "name": "compile", |
| 136 "~followup_annotations": [ | 134 "~followup_annotations": [ |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 ], | 280 ], |
| 283 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
| 284 "name": "webrtc_perf_tests" | 282 "name": "webrtc_perf_tests" |
| 285 }, | 283 }, |
| 286 { | 284 { |
| 287 "name": "$result", | 285 "name": "$result", |
| 288 "recipe_result": null, | 286 "recipe_result": null, |
| 289 "status_code": 0 | 287 "status_code": 0 |
| 290 } | 288 } |
| 291 ] | 289 ] |
| OLD | NEW |