| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "name": "ensure_goma" | 3 "name": "ensure_goma" |
| 4 }, | 4 }, |
| 5 { | 5 { |
| 6 "cmd": [ | 6 "cmd": [ |
| 7 "python", | 7 "python", |
| 8 "-u", | 8 "-u", |
| 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 10 "--platform", | 10 "--platform", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "--buildbot-slavename", | 249 "--buildbot-slavename", |
| 250 "TestSlavename", | 250 "TestSlavename", |
| 251 "--compiler", | 251 "--compiler", |
| 252 "goma", | 252 "goma", |
| 253 "--goma-jsonstatus", | 253 "--goma-jsonstatus", |
| 254 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
| 255 "--goma-service-account-json-file", | 255 "--goma-service-account-json-file", |
| 256 "/creds/service_accounts/service-account-goma-client.json", | 256 "/creds/service_accounts/service-account-goma-client.json", |
| 257 "--goma-dir", | 257 "--goma-dir", |
| 258 "[CACHE]/cipd/goma", | 258 "[CACHE]/cipd/goma", |
| 259 "--ninja-ensure-up-to-date", | |
| 260 "--", | 259 "--", |
| 261 "android_tools", | 260 "android_tools", |
| 262 "cc_perftests", | 261 "cc_perftests", |
| 263 "chrome_public_apk", | 262 "chrome_public_apk", |
| 264 "gpu_perftests", | 263 "gpu_perftests", |
| 265 "push_apps_to_background_apk", | 264 "push_apps_to_background_apk", |
| 266 "system_webview_apk", | 265 "system_webview_apk", |
| 267 "system_webview_shell_apk" | 266 "system_webview_shell_apk" |
| 268 ], | 267 ], |
| 269 "env": { | 268 "env": { |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 "~followup_annotations": [ | 656 "~followup_annotations": [ |
| 658 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" | 657 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" |
| 659 ] | 658 ] |
| 660 }, | 659 }, |
| 661 { | 660 { |
| 662 "name": "$result", | 661 "name": "$result", |
| 663 "recipe_result": null, | 662 "recipe_result": null, |
| 664 "status_code": 0 | 663 "status_code": 0 |
| 665 } | 664 } |
| 666 ] | 665 ] |
| OLD | NEW |