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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Wrong_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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "42", 794 "42",
795 "[SLAVE_BUILD]/tmp/SKP_VERSION" 795 "[SLAVE_BUILD]/tmp/SKP_VERSION"
796 ], 796 ],
797 "name": "write SKP_VERSION" 797 "name": "write SKP_VERSION"
798 }, 798 },
799 { 799 {
800 "cmd": [ 800 "cmd": [
801 "python", 801 "python",
802 "-u", 802 "-u",
803 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 803 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
804 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 804 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
805 "/path/to/tmp/" 805 "/path/to/tmp/"
806 ], 806 ],
807 "name": "Get downloaded SK_IMAGE_VERSION" 807 "name": "read skimage VERSION"
808 }, 808 },
809 { 809 {
810 "cmd": [ 810 "cmd": [
811 "python",
812 "-u",
813 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
814 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
815 "/path/to/tmp/"
816 ],
817 "name": "Get expected SK_IMAGE_VERSION"
818 },
819 {
820 "cmd": [
821 "python", 811 "python",
822 "-u", 812 "-u",
823 "\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", 813 "\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",
824 "[SLAVE_BUILD]/swarming_temp_dir", 814 "[SLAVE_BUILD]/swarming_temp_dir",
825 "511" 815 "511"
826 ], 816 ],
827 "name": "makedirs swarming tmp dir (3)", 817 "name": "makedirs swarming tmp dir (3)",
828 "~followup_annotations": [ 818 "~followup_annotations": [
829 "@@@STEP_LOG_LINE@python.inline@@@@", 819 "@@@STEP_LOG_LINE@python.inline@@@@",
830 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 820 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 "--tag", 944 "--tag",
955 "master:client.skia", 945 "master:client.skia",
956 "--tag", 946 "--tag",
957 "name:test_skia", 947 "name:test_skia",
958 "--tag", 948 "--tag",
959 "os:Ubuntu", 949 "os:Ubuntu",
960 "--tag", 950 "--tag",
961 "slavename:skiabot-linux-test-000", 951 "slavename:skiabot-linux-test-000",
962 "--tag", 952 "--tag",
963 "stepname:test_skia on Ubuntu", 953 "stepname:test_skia on Ubuntu",
954 "--cipd-package",
955 "skimage:skia/bots/skimage:version:0",
964 "def456", 956 "def456",
965 "--", 957 "--",
966 "--workdir", 958 "--workdir",
967 "../../..", 959 "../../..",
968 "skia/swarm_test", 960 "skia/swarm_test",
969 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 961 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
970 "mastername=client.skia", 962 "mastername=client.skia",
971 "buildnumber=5", 963 "buildnumber=5",
972 "slavename=skiabot-linux-test-000", 964 "slavename=skiabot-linux-test-000",
973 "reason=Triggered by Skia swarm_trigger Recipe", 965 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 "--tag", 1120 "--tag",
1129 "master:client.skia", 1121 "master:client.skia",
1130 "--tag", 1122 "--tag",
1131 "name:perf_skia", 1123 "name:perf_skia",
1132 "--tag", 1124 "--tag",
1133 "os:Ubuntu", 1125 "os:Ubuntu",
1134 "--tag", 1126 "--tag",
1135 "slavename:skiabot-linux-test-000", 1127 "slavename:skiabot-linux-test-000",
1136 "--tag", 1128 "--tag",
1137 "stepname:perf_skia on Ubuntu", 1129 "stepname:perf_skia on Ubuntu",
1130 "--cipd-package",
1131 "skimage:skia/bots/skimage:version:0",
1138 "def456", 1132 "def456",
1139 "--", 1133 "--",
1140 "--workdir", 1134 "--workdir",
1141 "../../..", 1135 "../../..",
1142 "skia/swarm_perf", 1136 "skia/swarm_perf",
1143 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1137 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1144 "mastername=client.skia", 1138 "mastername=client.skia",
1145 "buildnumber=5", 1139 "buildnumber=5",
1146 "slavename=skiabot-linux-test-000", 1140 "slavename=skiabot-linux-test-000",
1147 "reason=Triggered by Skia swarm_trigger Recipe", 1141 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 "@@@STEP_LOG_END@json.output@@@", 1366 "@@@STEP_LOG_END@json.output@@@",
1373 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1367 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1374 ] 1368 ]
1375 }, 1369 },
1376 { 1370 {
1377 "name": "$result", 1371 "name": "$result",
1378 "recipe_result": null, 1372 "recipe_result": null,
1379 "status_code": 0 1373 "status_code": 0
1380 } 1374 }
1381 ] 1375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698