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