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