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

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

Powered by Google App Engine
This is Rietveld 408576698