| 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 "--gsutil-py-path", | 245 "--gsutil-py-path", |
| 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 247 "--ninja-path", | 247 "--ninja-path", |
| 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 249 "--target", | 249 "--target", |
| 250 "Release", | 250 "Release", |
| 251 "--src-dir", | 251 "--src-dir", |
| 252 "[SLAVE_BUILD]/src", | 252 "[SLAVE_BUILD]/src", |
| 253 "--goma-cache-dir", | 253 "--goma-cache-dir", |
| 254 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
| 255 "--buildbot-buildername", | |
| 256 "Android Builder", | |
| 257 "--buildbot-mastername", | |
| 258 "client.v8.fyi", | |
| 259 "--buildbot-slavename", | |
| 260 "TestSlavename", | |
| 261 "--compiler", | 255 "--compiler", |
| 262 "goma", | 256 "goma", |
| 263 "--goma-jsonstatus", | 257 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | 259 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", | 260 "/creds/service_accounts/service-account-goma-client.json", |
| 267 "--goma-dir", | 261 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 262 "[CACHE]/cipd/goma", |
| 269 "--", | 263 "--", |
| 270 "android_tools", | 264 "android_tools", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 317 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" | 311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" |
| 318 ] | 312 ] |
| 319 }, | 313 }, |
| 320 { | 314 { |
| 321 "name": "$result", | 315 "name": "$result", |
| 322 "recipe_result": null, | 316 "recipe_result": null, |
| 323 "status_code": 0 | 317 "status_code": 0 |
| 324 } | 318 } |
| 325 ] | 319 ] |
| OLD | NEW |