| 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 "android_gn_dbg", | 10 "android_gn_dbg", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "--src-dir", | 146 "--src-dir", |
| 147 "[SLAVE_BUILD]/src", | 147 "[SLAVE_BUILD]/src", |
| 148 "--goma-cache-dir", | 148 "--goma-cache-dir", |
| 149 "[GOMA_CACHE]", | 149 "[GOMA_CACHE]", |
| 150 "--build-tool", | 150 "--build-tool", |
| 151 "ninja", | 151 "ninja", |
| 152 "--compiler", | 152 "--compiler", |
| 153 "goma", | 153 "goma", |
| 154 "--goma-jsonstatus", | 154 "--goma-jsonstatus", |
| 155 "/path/to/tmp/json", | 155 "/path/to/tmp/json", |
| 156 "--goma-service-account-json-file", |
| 157 "/creds/service_accounts/service-account-goma-client.json", |
| 156 "--goma-dir", | 158 "--goma-dir", |
| 157 "[BUILD]/goma", | 159 "[BUILD]/goma", |
| 158 "--goma-fail-fast", | 160 "--goma-fail-fast", |
| 159 "--goma-disable-local-fallback", | 161 "--goma-disable-local-fallback", |
| 160 "--", | 162 "--", |
| 161 "all" | 163 "all" |
| 162 ], | 164 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
| 164 "env": { | 166 "env": { |
| 165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 166 }, | 168 }, |
| 167 "name": "compile", | 169 "name": "compile", |
| 168 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 170 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 171 ] | 173 ] |
| 172 }, | 174 }, |
| 173 { | 175 { |
| 174 "name": "$result", | 176 "name": "$result", |
| 175 "recipe_result": null, | 177 "recipe_result": null, |
| 176 "status_code": 0 | 178 "status_code": 0 |
| 177 } | 179 } |
| 178 ] | 180 ] |
| OLD | NEW |