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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/download_and_push_skimage.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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "--nameByHash", 599 "--nameByHash",
600 "--properties", 600 "--properties",
601 "gitHash", 601 "gitHash",
602 "abc123", 602 "abc123",
603 "master", 603 "master",
604 "client.skia", 604 "client.skia",
605 "builder", 605 "builder",
606 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 606 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
607 "build_number", 607 "build_number",
608 "6", 608 "6",
609 "--svgs",
610 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
609 "--key", 611 "--key",
610 "arch", 612 "arch",
611 "Arm7", 613 "Arm7",
612 "compiler", 614 "compiler",
613 "GCC", 615 "GCC",
614 "configuration", 616 "configuration",
615 "Debug", 617 "Debug",
616 "cpu_or_gpu", 618 "cpu_or_gpu",
617 "GPU", 619 "GPU",
618 "cpu_or_gpu_value", 620 "cpu_or_gpu_value",
(...skipping 13 matching lines...) Expand all
632 "gpu", 634 "gpu",
633 "gpusrgb", 635 "gpusrgb",
634 "serialize-8888", 636 "serialize-8888",
635 "tiles_rt-8888", 637 "tiles_rt-8888",
636 "pic-8888", 638 "pic-8888",
637 "--src", 639 "--src",
638 "tests", 640 "tests",
639 "gm", 641 "gm",
640 "image", 642 "image",
641 "colorImage", 643 "colorImage",
644 "svg",
642 "--blacklist", 645 "--blacklist",
643 "f16", 646 "f16",
644 "_", 647 "_",
645 "_", 648 "_",
646 "dstreadshuffle", 649 "dstreadshuffle",
647 "f16", 650 "f16",
648 "image", 651 "image",
649 "_", 652 "_",
650 "_", 653 "_",
651 "srgb", 654 "srgb",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "SKIA_OUT": "[SLAVE_BUILD]/out" 1036 "SKIA_OUT": "[SLAVE_BUILD]/out"
1034 }, 1037 },
1035 "name": "kill-server" 1038 "name": "kill-server"
1036 }, 1039 },
1037 { 1040 {
1038 "name": "$result", 1041 "name": "$result",
1039 "recipe_result": null, 1042 "recipe_result": null,
1040 "status_code": 0 1043 "status_code": 0
1041 } 1044 }
1042 ] 1045 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698