Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: infra/bots/recipes/swarm_test.expected/missing_SVG_VERSION_device.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "--nameByHash", 603 "--nameByHash",
604 "--properties", 604 "--properties",
605 "gitHash", 605 "gitHash",
606 "abc123", 606 "abc123",
607 "master", 607 "master",
608 "client.skia", 608 "client.skia",
609 "builder", 609 "builder",
610 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 610 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
611 "build_number", 611 "build_number",
612 "6", 612 "6",
613 "--svgs",
614 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
613 "--key", 615 "--key",
614 "arch", 616 "arch",
615 "Arm7", 617 "Arm7",
616 "compiler", 618 "compiler",
617 "GCC", 619 "GCC",
618 "configuration", 620 "configuration",
619 "Debug", 621 "Debug",
620 "cpu_or_gpu", 622 "cpu_or_gpu",
621 "GPU", 623 "GPU",
622 "cpu_or_gpu_value", 624 "cpu_or_gpu_value",
(...skipping 13 matching lines...) Expand all
636 "gpu", 638 "gpu",
637 "gpusrgb", 639 "gpusrgb",
638 "serialize-8888", 640 "serialize-8888",
639 "tiles_rt-8888", 641 "tiles_rt-8888",
640 "pic-8888", 642 "pic-8888",
641 "--src", 643 "--src",
642 "tests", 644 "tests",
643 "gm", 645 "gm",
644 "image", 646 "image",
645 "colorImage", 647 "colorImage",
648 "svg",
646 "--blacklist", 649 "--blacklist",
647 "f16", 650 "f16",
648 "_", 651 "_",
649 "_", 652 "_",
650 "dstreadshuffle", 653 "dstreadshuffle",
651 "f16", 654 "f16",
652 "image", 655 "image",
653 "_", 656 "_",
654 "_", 657 "_",
655 "srgb", 658 "srgb",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 "SKIA_OUT": "[SLAVE_BUILD]/out" 1040 "SKIA_OUT": "[SLAVE_BUILD]/out"
1038 }, 1041 },
1039 "name": "kill-server" 1042 "name": "kill-server"
1040 }, 1043 },
1041 { 1044 {
1042 "name": "$result", 1045 "name": "$result",
1043 "recipe_result": null, 1046 "recipe_result": null,
1044 "status_code": 0 1047 "status_code": 0
1045 } 1048 }
1046 ] 1049 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/missing_SK_IMAGE_VERSION_device.json ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698