OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "which", | 4 "which", |
5 "adb" | 5 "adb" |
6 ], | 6 ], |
7 "name": "which adb", | 7 "name": "which adb", |
8 "stdout": "/path/to/tmp/", | 8 "stdout": "/path/to/tmp/", |
9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
10 "step returned non-zero exit code: 1", | 10 "step returned non-zero exit code: 1", |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 "/storage/emulated/legacy/skiabot/skia_images/dm", | 463 "/storage/emulated/legacy/skiabot/skia_images/dm", |
464 "--colorImages", | 464 "--colorImages", |
465 "/storage/emulated/legacy/skiabot/skia_images/colorspace", | 465 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
466 "--nameByHash", | 466 "--nameByHash", |
467 "--properties", | 467 "--properties", |
468 "gitHash", | 468 "gitHash", |
469 "abc123", | 469 "abc123", |
470 "master", | 470 "master", |
471 "client.skia", | 471 "client.skia", |
472 "builder", | 472 "builder", |
473 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", | 473 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug", |
474 "build_number", | 474 "build_number", |
475 "5", | 475 "5", |
476 "--key", | 476 "--key", |
477 "arch", | 477 "arch", |
478 "Arm7", | 478 "Arm7", |
479 "compiler", | 479 "compiler", |
480 "GCC", | 480 "GCC", |
481 "configuration", | 481 "configuration", |
482 "Debug", | 482 "Debug", |
483 "cpu_or_gpu", | 483 "cpu_or_gpu", |
484 "GPU", | 484 "GPU", |
485 "cpu_or_gpu_value", | 485 "cpu_or_gpu_value", |
486 "Tegra3", | 486 "Adreno420", |
487 "model", | 487 "model", |
488 "Nexus7", | 488 "Nexus6", |
489 "os", | 489 "os", |
490 "Android", | 490 "Android", |
491 "--uninterestingHashesFile", | 491 "--uninterestingHashesFile", |
492 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt", | 492 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt", |
493 "--writePath", | 493 "--writePath", |
494 "/storage/emulated/legacy/skiabot/skia_dm", | 494 "/storage/emulated/legacy/skiabot/skia_dm", |
495 "--nocpu", | 495 "--nocpu", |
496 "--config", | 496 "--config", |
497 "565", | 497 "565", |
498 "8888", | 498 "8888", |
499 "gpu", | 499 "gpu", |
500 "gpusrgb", | 500 "gpusrgb", |
| 501 "msaa4", |
501 "serialize-8888", | 502 "serialize-8888", |
502 "tiles_rt-8888", | 503 "tiles_rt-8888", |
503 "pic-8888", | 504 "pic-8888", |
| 505 "esinst", |
504 "--src", | 506 "--src", |
505 "tests", | 507 "tests", |
506 "gm", | 508 "gm", |
507 "image", | 509 "image", |
508 "colorImage", | 510 "colorImage", |
509 "--blacklist", | 511 "--blacklist", |
510 "f16", | 512 "f16", |
511 "_", | 513 "_", |
512 "_", | 514 "_", |
513 "dstreadshuffle", | 515 "dstreadshuffle", |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 "SKIA_OUT": "[SLAVE_BUILD]/out" | 898 "SKIA_OUT": "[SLAVE_BUILD]/out" |
897 }, | 899 }, |
898 "name": "kill-server" | 900 "name": "kill-server" |
899 }, | 901 }, |
900 { | 902 { |
901 "name": "$result", | 903 "name": "$result", |
902 "recipe_result": null, | 904 "recipe_result": null, |
903 "status_code": 0 | 905 "status_code": 0 |
904 } | 906 } |
905 ] | 907 ] |
OLD | NEW |