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