OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [], | 3 "cmd": [], |
4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
5 }, | 5 }, |
6 { | 6 { |
7 "cmd": [ | 7 "cmd": [ |
8 "python", | 8 "python", |
9 "-u", | 9 "-u", |
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 "--src-dir", | 245 "--src-dir", |
246 "[SLAVE_BUILD]/src", | 246 "[SLAVE_BUILD]/src", |
247 "--goma-cache-dir", | 247 "--goma-cache-dir", |
248 "[GOMA_CACHE]", | 248 "[GOMA_CACHE]", |
249 "--buildbot-buildername", | 249 "--buildbot-buildername", |
250 "Android Builder", | 250 "Android Builder", |
251 "--buildbot-mastername", | 251 "--buildbot-mastername", |
252 "client.v8.fyi", | 252 "client.v8.fyi", |
253 "--buildbot-slavename", | 253 "--buildbot-slavename", |
254 "TestSlavename", | 254 "TestSlavename", |
| 255 "--goma-deps-cache-file", |
| 256 "Android_Builder.gomadeps", |
255 "--compiler", | 257 "--compiler", |
256 "goma", | 258 "goma", |
257 "--goma-jsonstatus", | 259 "--goma-jsonstatus", |
258 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
259 "--goma-service-account-json-file", | 261 "--goma-service-account-json-file", |
260 "/creds/service_accounts/service-account-goma-client.json", | 262 "/creds/service_accounts/service-account-goma-client.json", |
261 "--goma-dir", | 263 "--goma-dir", |
262 "[CACHE]/cipd/goma", | 264 "[CACHE]/cipd/goma", |
263 "--", | 265 "--", |
264 "android_tools", | 266 "android_tools", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "~followup_annotations": [ | 312 "~followup_annotations": [ |
311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" | 313 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" |
312 ] | 314 ] |
313 }, | 315 }, |
314 { | 316 { |
315 "name": "$result", | 317 "name": "$result", |
316 "recipe_result": null, | 318 "recipe_result": null, |
317 "status_code": 0 | 319 "status_code": 0 |
318 } | 320 } |
319 ] | 321 ] |
OLD | NEW |