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