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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "android_compile_x86_rel", | 10 "android_compile_x86_rel", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "--gsutil-py-path", | 178 "--gsutil-py-path", |
179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
180 "--ninja-path", | 180 "--ninja-path", |
181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
182 "--target", | 182 "--target", |
183 "Release", | 183 "Release", |
184 "--src-dir", | 184 "--src-dir", |
185 "[SLAVE_BUILD]/src", | 185 "[SLAVE_BUILD]/src", |
186 "--goma-cache-dir", | 186 "--goma-cache-dir", |
187 "[GOMA_CACHE]", | 187 "[GOMA_CACHE]", |
188 "--build-tool", | |
189 "ninja", | |
190 "--compiler", | 188 "--compiler", |
191 "goma", | 189 "goma", |
192 "--goma-jsonstatus", | 190 "--goma-jsonstatus", |
193 "/path/to/tmp/json", | 191 "/path/to/tmp/json", |
194 "--goma-service-account-json-file", | 192 "--goma-service-account-json-file", |
195 "/creds/service_accounts/service-account-goma-client.json", | 193 "/creds/service_accounts/service-account-goma-client.json", |
196 "--goma-dir", | 194 "--goma-dir", |
197 "[CACHE]/cipd/goma", | 195 "[CACHE]/cipd/goma", |
198 "--goma-fail-fast", | 196 "--goma-fail-fast", |
199 "--goma-disable-local-fallback", | 197 "--goma-disable-local-fallback", |
200 "--" | 198 "--" |
201 ], | 199 ], |
202 "env": { | 200 "env": { |
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 202 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
205 }, | 203 }, |
206 "name": "compile", | 204 "name": "compile", |
207 "~followup_annotations": [ | 205 "~followup_annotations": [ |
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 207 "@@@STEP_LOG_END@json.output (invalid)@@@" |
210 ] | 208 ] |
211 }, | 209 }, |
212 { | 210 { |
213 "name": "$result", | 211 "name": "$result", |
214 "recipe_result": null, | 212 "recipe_result": null, |
215 "status_code": 0 | 213 "status_code": 0 |
216 } | 214 } |
217 ] | 215 ] |
OLD | NEW |