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