| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 "~followup_annotations": [ | 632 "~followup_annotations": [ |
| 634 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A
ndroid arm64 Builder/full-build-linux_267739.zip@@@" | 633 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A
ndroid arm64 Builder/full-build-linux_267739.zip@@@" |
| 635 ] | 634 ] |
| 636 }, | 635 }, |
| 637 { | 636 { |
| 638 "name": "$result", | 637 "name": "$result", |
| 639 "recipe_result": null, | 638 "recipe_result": null, |
| 640 "status_code": 0 | 639 "status_code": 0 |
| 641 } | 640 } |
| 642 ] | 641 ] |
| OLD | NEW |