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