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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "[SLAVE_BUILD]/skia/SKP_VERSION", 711 "[SLAVE_BUILD]/skia/SKP_VERSION",
712 "/path/to/tmp/" 712 "/path/to/tmp/"
713 ], 713 ],
714 "name": "Get expected SKP_VERSION" 714 "name": "Get expected SKP_VERSION"
715 }, 715 },
716 { 716 {
717 "cmd": [ 717 "cmd": [
718 "python", 718 "python",
719 "-u", 719 "-u",
720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
721 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 721 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
722 "/path/to/tmp/" 722 "/path/to/tmp/"
723 ], 723 ],
724 "name": "Get downloaded SK_IMAGE_VERSION" 724 "name": "read skimage VERSION"
725 }, 725 },
726 { 726 {
727 "cmd": [ 727 "cmd": [
728 "python",
729 "-u",
730 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
731 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
732 "/path/to/tmp/"
733 ],
734 "name": "Get expected SK_IMAGE_VERSION"
735 },
736 {
737 "cmd": [
738 "python", 728 "python",
739 "-u", 729 "-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", 730 "\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]/swarming_temp_dir", 731 "[SLAVE_BUILD]/swarming_temp_dir",
742 "511" 732 "511"
743 ], 733 ],
744 "name": "makedirs swarming tmp dir (3)", 734 "name": "makedirs swarming tmp dir (3)",
745 "~followup_annotations": [ 735 "~followup_annotations": [
746 "@@@STEP_LOG_LINE@python.inline@@@@", 736 "@@@STEP_LOG_LINE@python.inline@@@@",
747 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 737 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "--tag", 861 "--tag",
872 "master:client.skia", 862 "master:client.skia",
873 "--tag", 863 "--tag",
874 "name:test_skia", 864 "name:test_skia",
875 "--tag", 865 "--tag",
876 "os:Ubuntu", 866 "os:Ubuntu",
877 "--tag", 867 "--tag",
878 "slavename:skiabot-linux-swarm-000", 868 "slavename:skiabot-linux-swarm-000",
879 "--tag", 869 "--tag",
880 "stepname:test_skia on Ubuntu", 870 "stepname:test_skia on Ubuntu",
871 "--cipd-package",
872 "skimage:skia/bots/skimage:version:0",
881 "def456", 873 "def456",
882 "--", 874 "--",
883 "--workdir", 875 "--workdir",
884 "../../..", 876 "../../..",
885 "skia/swarm_test", 877 "skia/swarm_test",
886 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 878 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN",
887 "mastername=client.skia", 879 "mastername=client.skia",
888 "buildnumber=5", 880 "buildnumber=5",
889 "slavename=skiabot-linux-swarm-000", 881 "slavename=skiabot-linux-swarm-000",
890 "reason=Triggered by Skia swarm_trigger Recipe", 882 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "--tag", 1037 "--tag",
1046 "master:client.skia", 1038 "master:client.skia",
1047 "--tag", 1039 "--tag",
1048 "name:perf_skia", 1040 "name:perf_skia",
1049 "--tag", 1041 "--tag",
1050 "os:Ubuntu", 1042 "os:Ubuntu",
1051 "--tag", 1043 "--tag",
1052 "slavename:skiabot-linux-swarm-000", 1044 "slavename:skiabot-linux-swarm-000",
1053 "--tag", 1045 "--tag",
1054 "stepname:perf_skia on Ubuntu", 1046 "stepname:perf_skia on Ubuntu",
1047 "--cipd-package",
1048 "skimage:skia/bots/skimage:version:0",
1055 "def456", 1049 "def456",
1056 "--", 1050 "--",
1057 "--workdir", 1051 "--workdir",
1058 "../../..", 1052 "../../..",
1059 "skia/swarm_perf", 1053 "skia/swarm_perf",
1060 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 1054 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN",
1061 "mastername=client.skia", 1055 "mastername=client.skia",
1062 "buildnumber=5", 1056 "buildnumber=5",
1063 "slavename=skiabot-linux-swarm-000", 1057 "slavename=skiabot-linux-swarm-000",
1064 "reason=Triggered by Skia swarm_trigger Recipe", 1058 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 "@@@STEP_LOG_END@json.output@@@", 1234 "@@@STEP_LOG_END@json.output@@@",
1241 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1235 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1242 ] 1236 ]
1243 }, 1237 },
1244 { 1238 {
1245 "name": "$result", 1239 "name": "$result",
1246 "recipe_result": null, 1240 "recipe_result": null,
1247 "status_code": 0 1241 "status_code": 0
1248 } 1242 }
1249 ] 1243 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698