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

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

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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]/skia/infra/bots/assets/skimage/VERSION", 804 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
805 "/path/to/tmp/" 805 "/path/to/tmp/"
806 ], 806 ],
807 "name": "read skimage VERSION" 807 "name": "Get downloaded SK_IMAGE_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": [
811 "python", 821 "python",
812 "-u", 822 "-u",
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", 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",
814 "[SLAVE_BUILD]/swarming_temp_dir", 824 "[SLAVE_BUILD]/swarming_temp_dir",
815 "511" 825 "511"
816 ], 826 ],
817 "name": "makedirs swarming tmp dir (3)", 827 "name": "makedirs swarming tmp dir (3)",
818 "~followup_annotations": [ 828 "~followup_annotations": [
819 "@@@STEP_LOG_LINE@python.inline@@@@", 829 "@@@STEP_LOG_LINE@python.inline@@@@",
820 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 830 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 "--tag", 954 "--tag",
945 "master:client.skia", 955 "master:client.skia",
946 "--tag", 956 "--tag",
947 "name:test_skia", 957 "name:test_skia",
948 "--tag", 958 "--tag",
949 "os:Ubuntu", 959 "os:Ubuntu",
950 "--tag", 960 "--tag",
951 "slavename:skiabot-linux-test-000", 961 "slavename:skiabot-linux-test-000",
952 "--tag", 962 "--tag",
953 "stepname:test_skia on Ubuntu", 963 "stepname:test_skia on Ubuntu",
954 "--cipd-package",
955 "skimage:skia/bots/skimage:version:0",
956 "def456", 964 "def456",
957 "--", 965 "--",
958 "--workdir", 966 "--workdir",
959 "../../..", 967 "../../..",
960 "skia/swarm_test", 968 "skia/swarm_test",
961 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 969 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
962 "mastername=client.skia", 970 "mastername=client.skia",
963 "buildnumber=5", 971 "buildnumber=5",
964 "slavename=skiabot-linux-test-000", 972 "slavename=skiabot-linux-test-000",
965 "reason=Triggered by Skia swarm_trigger Recipe", 973 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 "--tag", 1128 "--tag",
1121 "master:client.skia", 1129 "master:client.skia",
1122 "--tag", 1130 "--tag",
1123 "name:perf_skia", 1131 "name:perf_skia",
1124 "--tag", 1132 "--tag",
1125 "os:Ubuntu", 1133 "os:Ubuntu",
1126 "--tag", 1134 "--tag",
1127 "slavename:skiabot-linux-test-000", 1135 "slavename:skiabot-linux-test-000",
1128 "--tag", 1136 "--tag",
1129 "stepname:perf_skia on Ubuntu", 1137 "stepname:perf_skia on Ubuntu",
1130 "--cipd-package",
1131 "skimage:skia/bots/skimage:version:0",
1132 "def456", 1138 "def456",
1133 "--", 1139 "--",
1134 "--workdir", 1140 "--workdir",
1135 "../../..", 1141 "../../..",
1136 "skia/swarm_perf", 1142 "skia/swarm_perf",
1137 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1143 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1138 "mastername=client.skia", 1144 "mastername=client.skia",
1139 "buildnumber=5", 1145 "buildnumber=5",
1140 "slavename=skiabot-linux-test-000", 1146 "slavename=skiabot-linux-test-000",
1141 "reason=Triggered by Skia swarm_trigger Recipe", 1147 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 "@@@STEP_LOG_END@json.output@@@", 1372 "@@@STEP_LOG_END@json.output@@@",
1367 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1373 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1368 ] 1374 ]
1369 }, 1375 },
1370 { 1376 {
1371 "name": "$result", 1377 "name": "$result",
1372 "recipe_result": null, 1378 "recipe_result": null,
1373 "status_code": 0 1379 "status_code": 0
1374 } 1380 }
1375 ] 1381 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698