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