| 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", | |
| 163 "--compiler", | 157 "--compiler", |
| 164 "goma", | 158 "goma", |
| 165 "--goma-jsonstatus", | 159 "--goma-jsonstatus", |
| 166 "/path/to/tmp/json", | 160 "/path/to/tmp/json", |
| 167 "--goma-service-account-json-file", | 161 "--goma-service-account-json-file", |
| 168 "/creds/service_accounts/service-account-goma-client.json", | 162 "/creds/service_accounts/service-account-goma-client.json", |
| 169 "--goma-dir", | 163 "--goma-dir", |
| 170 "[CACHE]/cipd/goma", | 164 "[CACHE]/cipd/goma", |
| 171 "--goma-fail-fast", | 165 "--goma-fail-fast", |
| 172 "--goma-disable-local-fallback", | 166 "--goma-disable-local-fallback", |
| 173 "--", | 167 "--", |
| 174 "all" | 168 "all" |
| 175 ], | 169 ], |
| 176 "env": { | 170 "env": { |
| 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 178 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 179 }, | 173 }, |
| 180 "name": "compile", | 174 "name": "compile", |
| 181 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 177 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 178 ] |
| 185 }, | 179 }, |
| 186 { | 180 { |
| 187 "name": "$result", | 181 "name": "$result", |
| 188 "recipe_result": null, | 182 "recipe_result": null, |
| 189 "status_code": 0 | 183 "status_code": 0 |
| 190 } | 184 } |
| 191 ] | 185 ] |
| OLD | NEW |