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