| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "--buildbot-slavename", | 252 "--buildbot-slavename", |
| 253 "TestSlavename", | 253 "TestSlavename", |
| 254 "--compiler", | 254 "--compiler", |
| 255 "goma", | 255 "goma", |
| 256 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
| 257 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
| 258 "--goma-service-account-json-file", | 258 "--goma-service-account-json-file", |
| 259 "/creds/service_accounts/service-account-goma-client.json", | 259 "/creds/service_accounts/service-account-goma-client.json", |
| 260 "--goma-dir", | 260 "--goma-dir", |
| 261 "[CACHE]/cipd/goma", | 261 "[CACHE]/cipd/goma", |
| 262 "--ninja-ensure-up-to-date", |
| 262 "--", | 263 "--", |
| 263 "android_tools", | 264 "android_tools", |
| 264 "cc_perftests", | 265 "cc_perftests", |
| 265 "chrome_public_apk", | 266 "chrome_public_apk", |
| 266 "gpu_perftests", | 267 "gpu_perftests", |
| 267 "push_apps_to_background_apk", | 268 "push_apps_to_background_apk", |
| 268 "system_webview_apk", | 269 "system_webview_apk", |
| 269 "system_webview_shell_apk" | 270 "system_webview_shell_apk" |
| 270 ], | 271 ], |
| 271 "env": { | 272 "env": { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 310 "@@@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@@@" |
| 311 ] | 312 ] |
| 312 }, | 313 }, |
| 313 { | 314 { |
| 314 "name": "$result", | 315 "name": "$result", |
| 315 "recipe_result": null, | 316 "recipe_result": null, |
| 316 "status_code": 0 | 317 "status_code": 0 |
| 317 } | 318 } |
| 318 ] | 319 ] |
| OLD | NEW |