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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/legacy_skimage_version.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace Created 4 years, 5 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
« no previous file with comments | « scripts/slave/recipes/skia/swarm_trigger.expected/Wrong_downloaded_SKP_VERSION.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "buildnumber:5", 569 "buildnumber:5",
570 "--tag", 570 "--tag",
571 "data:def456", 571 "data:def456",
572 "--tag", 572 "--tag",
573 "master:client.skia", 573 "master:client.skia",
574 "--tag", 574 "--tag",
575 "name:compile_skia", 575 "name:compile_skia",
576 "--tag", 576 "--tag",
577 "os:Ubuntu", 577 "os:Ubuntu",
578 "--tag", 578 "--tag",
579 "slavename:skiabot-linux-test-000", 579 "slavename:skiabot-linux-compile-000",
580 "--tag", 580 "--tag",
581 "stepname:compile_skia on Ubuntu", 581 "stepname:compile_skia on Ubuntu",
582 "--idempotent", 582 "--idempotent",
583 "def456", 583 "def456",
584 "--", 584 "--",
585 "--workdir", 585 "--workdir",
586 "../../..", 586 "../../..",
587 "skia/swarm_compile", 587 "skia/swarm_compile",
588 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 588 "buildername=Build-Ubuntu-GCC-x86_64-Debug",
589 "mastername=client.skia.compile", 589 "mastername=client.skia.compile",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ] 691 ]
692 }, 692 },
693 { 693 {
694 "cmd": [ 694 "cmd": [
695 "python", 695 "python",
696 "-u", 696 "-u",
697 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 697 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
698 "[SLAVE_BUILD]/tmp/SKP_VERSION", 698 "[SLAVE_BUILD]/tmp/SKP_VERSION",
699 "/path/to/tmp/" 699 "/path/to/tmp/"
700 ], 700 ],
701 "name": "Get downloaded SKP_VERSION", 701 "name": "Get downloaded SKP_VERSION"
702 },
703 {
704 "cmd": [
705 "python",
706 "-u",
707 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
708 "[SLAVE_BUILD]/skia/SKP_VERSION",
709 "/path/to/tmp/"
710 ],
711 "name": "Get expected SKP_VERSION"
712 },
713 {
714 "cmd": [
715 "python",
716 "-u",
717 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
718 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
719 "/path/to/tmp/"
720 ],
721 "name": "Get downloaded SK_IMAGE_VERSION",
702 "~followup_annotations": [ 722 "~followup_annotations": [
703 "step returned non-zero exit code: 1", 723 "step returned non-zero exit code: 1",
704 "@@@STEP_EXCEPTION@@@" 724 "@@@STEP_EXCEPTION@@@"
705 ] 725 ]
706 }, 726 },
707 { 727 {
708 "cmd": [ 728 "cmd": [
709 "python", 729 "python",
710 "-u", 730 "-u",
711 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 731 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
712 "[SLAVE_BUILD]/skia/SKP_VERSION", 732 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
713 "/path/to/tmp/" 733 "/path/to/tmp/"
714 ], 734 ],
715 "name": "Get expected SKP_VERSION" 735 "name": "Get expected SK_IMAGE_VERSION"
716 }, 736 },
717 { 737 {
718 "cmd": [ 738 "cmd": [
719 "python", 739 "python",
720 "-u", 740 "-u",
721 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 741 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
722 "[SLAVE_BUILD]/skps" 742 "[SLAVE_BUILD]/images"
723 ], 743 ],
724 "name": "rmtree skps", 744 "name": "rmtree images",
725 "~followup_annotations": [ 745 "~followup_annotations": [
726 "@@@STEP_LOG_LINE@python.inline@@@@", 746 "@@@STEP_LOG_LINE@python.inline@@@@",
727 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 747 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
728 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 748 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
729 "@@@STEP_LOG_LINE@python.inline@@@@", 749 "@@@STEP_LOG_LINE@python.inline@@@@",
730 "@@@STEP_LOG_LINE@python.inline@@@@", 750 "@@@STEP_LOG_LINE@python.inline@@@@",
731 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 751 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
732 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 752 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
733 "@@@STEP_LOG_END@python.inline@@@" 753 "@@@STEP_LOG_END@python.inline@@@"
734 ] 754 ]
735 }, 755 },
736 { 756 {
737 "cmd": [ 757 "cmd": [
738 "python", 758 "python",
739 "-u", 759 "-u",
740 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 760 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
741 "[SLAVE_BUILD]/skps", 761 "[SLAVE_BUILD]/images",
742 "511" 762 "511"
743 ], 763 ],
744 "name": "makedirs skps", 764 "name": "makedirs images",
745 "~followup_annotations": [ 765 "~followup_annotations": [
746 "@@@STEP_LOG_LINE@python.inline@@@@", 766 "@@@STEP_LOG_LINE@python.inline@@@@",
747 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 767 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
748 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 768 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
749 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 769 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
750 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 770 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
751 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 771 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
752 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 772 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
753 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 773 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
754 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 774 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
755 "@@@STEP_LOG_END@python.inline@@@" 775 "@@@STEP_LOG_END@python.inline@@@"
756 ] 776 ]
757 }, 777 },
758 { 778 {
759 "cmd": [ 779 "cmd": [
760 "python", 780 "python",
761 "-u", 781 "-u",
762 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 782 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
763 "--", 783 "--",
764 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 784 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
765 "----", 785 "----",
766 "cp", 786 "cp",
767 "-R", 787 "-R",
768 "gs://chromium-skia-gm/playback_42/skps/*", 788 "gs://chromium-skia-gm/skimage/v42/*",
769 "[SLAVE_BUILD]/skps" 789 "[SLAVE_BUILD]/images"
770 ], 790 ],
771 "env": { 791 "env": {
772 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 792 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
773 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 793 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
774 }, 794 },
775 "name": "gsutil download skps" 795 "name": "gsutil download images"
776 }, 796 },
777 { 797 {
778 "cmd": [ 798 "cmd": [
779 "python", 799 "python",
780 "-u", 800 "-u",
781 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 801 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
782 "42", 802 "42",
783 "[SLAVE_BUILD]/tmp/SKP_VERSION" 803 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
784 ], 804 ],
785 "name": "write SKP_VERSION" 805 "name": "write SK_IMAGE_VERSION"
786 }, 806 },
787 { 807 {
788 "cmd": [ 808 "cmd": [
789 "python",
790 "-u",
791 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
792 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
793 "/path/to/tmp/"
794 ],
795 "name": "Get downloaded SK_IMAGE_VERSION"
796 },
797 {
798 "cmd": [
799 "python",
800 "-u",
801 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
802 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
803 "/path/to/tmp/"
804 ],
805 "name": "Get expected SK_IMAGE_VERSION"
806 },
807 {
808 "cmd": [
809 "python", 809 "python",
810 "-u", 810 "-u",
811 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 811 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
812 "[SLAVE_BUILD]/swarming_temp_dir", 812 "[SLAVE_BUILD]/swarming_temp_dir",
813 "511" 813 "511"
814 ], 814 ],
815 "name": "makedirs swarming tmp dir (3)", 815 "name": "makedirs swarming tmp dir (3)",
816 "~followup_annotations": [ 816 "~followup_annotations": [
817 "@@@STEP_LOG_LINE@python.inline@@@@", 817 "@@@STEP_LOG_LINE@python.inline@@@@",
818 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 818 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "buildnumber:5", 939 "buildnumber:5",
940 "--tag", 940 "--tag",
941 "data:def456", 941 "data:def456",
942 "--tag", 942 "--tag",
943 "master:client.skia", 943 "master:client.skia",
944 "--tag", 944 "--tag",
945 "name:test_skia", 945 "name:test_skia",
946 "--tag", 946 "--tag",
947 "os:Ubuntu", 947 "os:Ubuntu",
948 "--tag", 948 "--tag",
949 "slavename:skiabot-linux-test-000", 949 "slavename:skiabot-linux-compile-000",
950 "--tag", 950 "--tag",
951 "stepname:test_skia on Ubuntu", 951 "stepname:test_skia on Ubuntu",
952 "def456", 952 "def456",
953 "--", 953 "--",
954 "--workdir", 954 "--workdir",
955 "../../..", 955 "../../..",
956 "skia/swarm_test", 956 "skia/swarm_test",
957 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 957 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
958 "mastername=client.skia", 958 "mastername=client.skia",
959 "buildnumber=5", 959 "buildnumber=5",
960 "slavename=skiabot-linux-test-000", 960 "slavename=skiabot-linux-compile-000",
961 "reason=Triggered by Skia swarm_trigger Recipe", 961 "reason=Triggered by Skia swarm_trigger Recipe",
962 "swarm_out_dir=${ISOLATED_OUTDIR}", 962 "swarm_out_dir=${ISOLATED_OUTDIR}",
963 "revision=164710" 963 "revision=164710"
964 ], 964 ],
965 "name": "[trigger] test_skia on Ubuntu", 965 "name": "[trigger] test_skia on Ubuntu",
966 "~followup_annotations": [ 966 "~followup_annotations": [
967 "@@@STEP_LOG_LINE@json.output@{@@@", 967 "@@@STEP_LOG_LINE@json.output@{@@@",
968 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 968 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@",
969 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 969 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
970 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 970 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 "buildnumber:5", 1113 "buildnumber:5",
1114 "--tag", 1114 "--tag",
1115 "data:def456", 1115 "data:def456",
1116 "--tag", 1116 "--tag",
1117 "master:client.skia", 1117 "master:client.skia",
1118 "--tag", 1118 "--tag",
1119 "name:perf_skia", 1119 "name:perf_skia",
1120 "--tag", 1120 "--tag",
1121 "os:Ubuntu", 1121 "os:Ubuntu",
1122 "--tag", 1122 "--tag",
1123 "slavename:skiabot-linux-test-000", 1123 "slavename:skiabot-linux-compile-000",
1124 "--tag", 1124 "--tag",
1125 "stepname:perf_skia on Ubuntu", 1125 "stepname:perf_skia on Ubuntu",
1126 "def456", 1126 "def456",
1127 "--", 1127 "--",
1128 "--workdir", 1128 "--workdir",
1129 "../../..", 1129 "../../..",
1130 "skia/swarm_perf", 1130 "skia/swarm_perf",
1131 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1131 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1132 "mastername=client.skia", 1132 "mastername=client.skia",
1133 "buildnumber=5", 1133 "buildnumber=5",
1134 "slavename=skiabot-linux-test-000", 1134 "slavename=skiabot-linux-compile-000",
1135 "reason=Triggered by Skia swarm_trigger Recipe", 1135 "reason=Triggered by Skia swarm_trigger Recipe",
1136 "swarm_out_dir=${ISOLATED_OUTDIR}", 1136 "swarm_out_dir=${ISOLATED_OUTDIR}",
1137 "revision=164710" 1137 "revision=164710"
1138 ], 1138 ],
1139 "name": "[trigger] perf_skia on Ubuntu", 1139 "name": "[trigger] perf_skia on Ubuntu",
1140 "~followup_annotations": [ 1140 "~followup_annotations": [
1141 "@@@STEP_LOG_LINE@json.output@{@@@", 1141 "@@@STEP_LOG_LINE@json.output@{@@@",
1142 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 1142 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@",
1143 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1143 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1144 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 1144 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "@@@STEP_LOG_END@json.output@@@", 1360 "@@@STEP_LOG_END@json.output@@@",
1361 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1361 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1362 ] 1362 ]
1363 }, 1363 },
1364 { 1364 {
1365 "name": "$result", 1365 "name": "$result",
1366 "recipe_result": null, 1366 "recipe_result": null,
1367 "status_code": 0 1367 "status_code": 0
1368 } 1368 }
1369 ] 1369 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_trigger.expected/Wrong_downloaded_SKP_VERSION.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698