| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Clang Debug", | 10 "Android Clang Debug", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "--gsutil-py-path", | 154 "--gsutil-py-path", |
| 155 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 155 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 156 "--ninja-path", | 156 "--ninja-path", |
| 157 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 158 "--target", | 158 "--target", |
| 159 "Debug", | 159 "Debug", |
| 160 "--src-dir", | 160 "--src-dir", |
| 161 "[SLAVE_BUILD]/src", | 161 "[SLAVE_BUILD]/src", |
| 162 "--goma-cache-dir", | 162 "--goma-cache-dir", |
| 163 "[GOMA_CACHE]", | 163 "[GOMA_CACHE]", |
| 164 "--buildbot-buildername", | |
| 165 "Android Clang Debug", | |
| 166 "--buildbot-mastername", | |
| 167 "client.libyuv", | |
| 168 "--buildbot-slavename", | |
| 169 "slavename", | |
| 170 "--compiler", | 164 "--compiler", |
| 171 "goma-clang", | 165 "goma-clang", |
| 172 "--goma-jsonstatus", | 166 "--goma-jsonstatus", |
| 173 "/path/to/tmp/json", | 167 "/path/to/tmp/json", |
| 174 "--goma-service-account-json-file", | 168 "--goma-service-account-json-file", |
| 175 "/creds/service_accounts/service-account-goma-client.json", | 169 "/creds/service_accounts/service-account-goma-client.json", |
| 176 "--goma-dir", | 170 "--goma-dir", |
| 177 "[CACHE]/cipd/goma", | 171 "[CACHE]/cipd/goma", |
| 178 "--" | 172 "--" |
| 179 ], | 173 ], |
| 180 "env": { | 174 "env": { |
| 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 182 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 183 }, | 177 }, |
| 184 "name": "compile", | 178 "name": "compile", |
| 185 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 187 "@@@STEP_LOG_END@json.output (invalid)@@@" | 181 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 188 ] | 182 ] |
| 189 }, | 183 }, |
| 190 { | 184 { |
| 191 "name": "$result", | 185 "name": "$result", |
| 192 "recipe_result": null, | 186 "recipe_result": null, |
| 193 "status_code": 0 | 187 "status_code": 0 |
| 194 } | 188 } |
| 195 ] | 189 ] |
| OLD | NEW |