| 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 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 333 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" | 339 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" |
| 334 ] | 340 ] |
| 335 }, | 341 }, |
| 336 { | 342 { |
| 337 "name": "$result", | 343 "name": "$result", |
| 338 "recipe_result": null, | 344 "recipe_result": null, |
| 339 "status_code": 0 | 345 "status_code": 0 |
| 340 } | 346 } |
| 341 ] | 347 ] |
| OLD | NEW |