| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "--gsutil-py-path", | 201 "--gsutil-py-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 203 "--ninja-path", | 203 "--ninja-path", |
| 204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 205 "--target", | 205 "--target", |
| 206 "Debug", | 206 "Debug", |
| 207 "--src-dir", | 207 "--src-dir", |
| 208 "[SLAVE_BUILD]/src", | 208 "[SLAVE_BUILD]/src", |
| 209 "--goma-cache-dir", | 209 "--goma-cache-dir", |
| 210 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
| 211 "--build-tool", | |
| 212 "ninja", | |
| 213 "--compiler", | 211 "--compiler", |
| 214 "goma-clang", | 212 "goma-clang", |
| 215 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 216 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 217 "--goma-service-account-json-file", | 215 "--goma-service-account-json-file", |
| 218 "/creds/service_accounts/service-account-goma-client.json", | 216 "/creds/service_accounts/service-account-goma-client.json", |
| 219 "--goma-dir", | 217 "--goma-dir", |
| 220 "[CACHE]/cipd/goma", | 218 "[CACHE]/cipd/goma", |
| 221 "--goma-fail-fast", | 219 "--goma-fail-fast", |
| 222 "--goma-disable-local-fallback", | 220 "--goma-disable-local-fallback", |
| 223 "--" | 221 "--" |
| 224 ], | 222 ], |
| 225 "env": { | 223 "env": { |
| 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 225 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 228 }, | 226 }, |
| 229 "name": "compile", | 227 "name": "compile", |
| 230 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 232 "@@@STEP_LOG_END@json.output (invalid)@@@" | 230 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 233 ] | 231 ] |
| 234 }, | 232 }, |
| 235 { | 233 { |
| 236 "name": "$result", | 234 "name": "$result", |
| 237 "recipe_result": null, | 235 "recipe_result": null, |
| 238 "status_code": 0 | 236 "status_code": 0 |
| 239 } | 237 } |
| 240 ] | 238 ] |
| OLD | NEW |