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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/No_downloaded_SKP_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
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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "42", 782 "42",
783 "[SLAVE_BUILD]/tmp/SKP_VERSION" 783 "[SLAVE_BUILD]/tmp/SKP_VERSION"
784 ], 784 ],
785 "name": "write SKP_VERSION" 785 "name": "write SKP_VERSION"
786 }, 786 },
787 { 787 {
788 "cmd": [ 788 "cmd": [
789 "python", 789 "python",
790 "-u", 790 "-u",
791 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 791 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
792 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 792 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
793 "/path/to/tmp/" 793 "/path/to/tmp/"
794 ], 794 ],
795 "name": "Get downloaded SK_IMAGE_VERSION" 795 "name": "read skimage VERSION"
796 }, 796 },
797 { 797 {
798 "cmd": [ 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", 799 "python",
810 "-u", 800 "-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", 801 "\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", 802 "[SLAVE_BUILD]/swarming_temp_dir",
813 "511" 803 "511"
814 ], 804 ],
815 "name": "makedirs swarming tmp dir (3)", 805 "name": "makedirs swarming tmp dir (3)",
816 "~followup_annotations": [ 806 "~followup_annotations": [
817 "@@@STEP_LOG_LINE@python.inline@@@@", 807 "@@@STEP_LOG_LINE@python.inline@@@@",
818 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 808 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 "--tag", 932 "--tag",
943 "master:client.skia", 933 "master:client.skia",
944 "--tag", 934 "--tag",
945 "name:test_skia", 935 "name:test_skia",
946 "--tag", 936 "--tag",
947 "os:Ubuntu", 937 "os:Ubuntu",
948 "--tag", 938 "--tag",
949 "slavename:skiabot-linux-test-000", 939 "slavename:skiabot-linux-test-000",
950 "--tag", 940 "--tag",
951 "stepname:test_skia on Ubuntu", 941 "stepname:test_skia on Ubuntu",
942 "--cipd-package",
943 "skimage:skia/bots/skimage:version:0",
952 "def456", 944 "def456",
953 "--", 945 "--",
954 "--workdir", 946 "--workdir",
955 "../../..", 947 "../../..",
956 "skia/swarm_test", 948 "skia/swarm_test",
957 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 949 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
958 "mastername=client.skia", 950 "mastername=client.skia",
959 "buildnumber=5", 951 "buildnumber=5",
960 "slavename=skiabot-linux-test-000", 952 "slavename=skiabot-linux-test-000",
961 "reason=Triggered by Skia swarm_trigger Recipe", 953 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 "--tag", 1108 "--tag",
1117 "master:client.skia", 1109 "master:client.skia",
1118 "--tag", 1110 "--tag",
1119 "name:perf_skia", 1111 "name:perf_skia",
1120 "--tag", 1112 "--tag",
1121 "os:Ubuntu", 1113 "os:Ubuntu",
1122 "--tag", 1114 "--tag",
1123 "slavename:skiabot-linux-test-000", 1115 "slavename:skiabot-linux-test-000",
1124 "--tag", 1116 "--tag",
1125 "stepname:perf_skia on Ubuntu", 1117 "stepname:perf_skia on Ubuntu",
1118 "--cipd-package",
1119 "skimage:skia/bots/skimage:version:0",
1126 "def456", 1120 "def456",
1127 "--", 1121 "--",
1128 "--workdir", 1122 "--workdir",
1129 "../../..", 1123 "../../..",
1130 "skia/swarm_perf", 1124 "skia/swarm_perf",
1131 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1125 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1132 "mastername=client.skia", 1126 "mastername=client.skia",
1133 "buildnumber=5", 1127 "buildnumber=5",
1134 "slavename=skiabot-linux-test-000", 1128 "slavename=skiabot-linux-test-000",
1135 "reason=Triggered by Skia swarm_trigger Recipe", 1129 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "@@@STEP_LOG_END@json.output@@@", 1354 "@@@STEP_LOG_END@json.output@@@",
1361 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1355 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1362 ] 1356 ]
1363 }, 1357 },
1364 { 1358 {
1365 "name": "$result", 1359 "name": "$result",
1366 "recipe_result": null, 1360 "recipe_result": null,
1367 "status_code": 0 1361 "status_code": 0
1368 } 1362 }
1369 ] 1363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698