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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 "@@@STEP_LOG_LINE@json.output@}@@@", 686 "@@@STEP_LOG_LINE@json.output@}@@@",
687 "@@@STEP_LOG_END@json.output@@@", 687 "@@@STEP_LOG_END@json.output@@@",
688 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 688 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
689 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 689 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
690 ] 690 ]
691 }, 691 },
692 { 692 {
693 "cmd": [ 693 "cmd": [
694 "python", 694 "python",
695 "-u", 695 "-u",
696 "\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",
697 "[SLAVE_BUILD]/tmp",
698 "511"
699 ],
700 "name": "makedirs tmp_dir",
701 "~followup_annotations": [
702 "@@@STEP_LOG_LINE@python.inline@@@@",
703 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
704 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
705 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
706 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
707 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
708 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
709 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
710 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
711 "@@@STEP_LOG_END@python.inline@@@"
712 ]
713 },
714 {
715 "cmd": [
716 "python",
717 "-u",
718 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 696 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
719 "[SLAVE_BUILD]/tmp/SKP_VERSION", 697 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
720 "/path/to/tmp/" 698 "/path/to/tmp/"
721 ], 699 ],
722 "name": "Get downloaded SKP_VERSION" 700 "name": "read skp VERSION"
723 }, 701 },
724 { 702 {
725 "cmd": [ 703 "cmd": [
726 "python",
727 "-u",
728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
729 "[SLAVE_BUILD]/skia/SKP_VERSION",
730 "/path/to/tmp/"
731 ],
732 "name": "Get expected SKP_VERSION"
733 },
734 {
735 "cmd": [
736 "python", 704 "python",
737 "-u", 705 "-u",
738 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 706 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
739 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 707 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
740 "/path/to/tmp/" 708 "/path/to/tmp/"
741 ], 709 ],
742 "name": "read skimage VERSION" 710 "name": "read skimage VERSION"
743 }, 711 },
744 { 712 {
745 "cmd": [ 713 "cmd": [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 "master:client.skia", 847 "master:client.skia",
880 "--tag", 848 "--tag",
881 "name:test_skia", 849 "name:test_skia",
882 "--tag", 850 "--tag",
883 "os:Android", 851 "os:Android",
884 "--tag", 852 "--tag",
885 "slavename:skiabot-linux-swarm-000", 853 "slavename:skiabot-linux-swarm-000",
886 "--tag", 854 "--tag",
887 "stepname:test_skia on Android", 855 "stepname:test_skia on Android",
888 "--cipd-package", 856 "--cipd-package",
857 "skp:skia/bots/skp:version:0",
858 "--cipd-package",
889 "skimage:skia/bots/skimage:version:0", 859 "skimage:skia/bots/skimage:version:0",
890 "def456", 860 "def456",
891 "--", 861 "--",
892 "--workdir", 862 "--workdir",
893 "../../..", 863 "../../..",
894 "skia/swarm_test", 864 "skia/swarm_test",
895 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ", 865 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ",
896 "mastername=client.skia", 866 "mastername=client.skia",
897 "buildnumber=5", 867 "buildnumber=5",
898 "slavename=skiabot-linux-swarm-000", 868 "slavename=skiabot-linux-swarm-000",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 "master:client.skia", 1025 "master:client.skia",
1056 "--tag", 1026 "--tag",
1057 "name:perf_skia", 1027 "name:perf_skia",
1058 "--tag", 1028 "--tag",
1059 "os:Android", 1029 "os:Android",
1060 "--tag", 1030 "--tag",
1061 "slavename:skiabot-linux-swarm-000", 1031 "slavename:skiabot-linux-swarm-000",
1062 "--tag", 1032 "--tag",
1063 "stepname:perf_skia on Android", 1033 "stepname:perf_skia on Android",
1064 "--cipd-package", 1034 "--cipd-package",
1035 "skp:skia/bots/skp:version:0",
1036 "--cipd-package",
1065 "skimage:skia/bots/skimage:version:0", 1037 "skimage:skia/bots/skimage:version:0",
1066 "def456", 1038 "def456",
1067 "--", 1039 "--",
1068 "--workdir", 1040 "--workdir",
1069 "../../..", 1041 "../../..",
1070 "skia/swarm_perf", 1042 "skia/swarm_perf",
1071 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ", 1043 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ",
1072 "mastername=client.skia", 1044 "mastername=client.skia",
1073 "buildnumber=5", 1045 "buildnumber=5",
1074 "slavename=skiabot-linux-swarm-000", 1046 "slavename=skiabot-linux-swarm-000",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1275 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1304 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1276 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1305 ] 1277 ]
1306 }, 1278 },
1307 { 1279 {
1308 "name": "$result", 1280 "name": "$result",
1309 "recipe_result": null, 1281 "recipe_result": null,
1310 "status_code": 0 1282 "status_code": 0
1311 } 1283 }
1312 ] 1284 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698