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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "--src-dir", | 264 "--src-dir", |
265 "[SLAVE_BUILD]/src", | 265 "[SLAVE_BUILD]/src", |
266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
268 "--buildbot-buildername", | 268 "--buildbot-buildername", |
269 "Android Builder (dbg)", | 269 "Android Builder (dbg)", |
270 "--buildbot-mastername", | 270 "--buildbot-mastername", |
271 "chromium.linux", | 271 "chromium.linux", |
272 "--buildbot-slavename", | 272 "--buildbot-slavename", |
273 "build1-a1", | 273 "build1-a1", |
| 274 "--goma-deps-cache-file", |
| 275 "Android_Builder__dbg_.gomadeps", |
274 "--compiler", | 276 "--compiler", |
275 "goma", | 277 "goma", |
276 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
277 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
278 "--goma-service-account-json-file", | 280 "--goma-service-account-json-file", |
279 "/creds/service_accounts/service-account-goma-client.json", | 281 "/creds/service_accounts/service-account-goma-client.json", |
280 "--out-dir", | 282 "--out-dir", |
281 "/tmp", | 283 "/tmp", |
282 "--goma-dir", | 284 "--goma-dir", |
283 "[CACHE]/cipd/goma", | 285 "[CACHE]/cipd/goma", |
284 "--", | 286 "--", |
285 "All" | 287 "All" |
286 ], | 288 ], |
287 "env": { | 289 "env": { |
288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
289 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 291 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
290 }, | 292 }, |
291 "name": "compile", | 293 "name": "compile", |
292 "~followup_annotations": [ | 294 "~followup_annotations": [ |
293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 295 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
294 "@@@STEP_LOG_END@json.output (invalid)@@@" | 296 "@@@STEP_LOG_END@json.output (invalid)@@@" |
295 ] | 297 ] |
296 }, | 298 }, |
297 { | 299 { |
298 "name": "$result", | 300 "name": "$result", |
299 "recipe_result": null, | 301 "recipe_result": null, |
300 "status_code": 0 | 302 "status_code": 0 |
301 } | 303 } |
302 ] | 304 ] |
OLD | NEW |