OLD | NEW |
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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 "[SLAVE_BUILD]/skia/SKP_VERSION", | 725 "[SLAVE_BUILD]/skia/SKP_VERSION", |
726 "/path/to/tmp/" | 726 "/path/to/tmp/" |
727 ], | 727 ], |
728 "name": "Get expected SKP_VERSION" | 728 "name": "Get expected SKP_VERSION" |
729 }, | 729 }, |
730 { | 730 { |
731 "cmd": [ | 731 "cmd": [ |
732 "python", | 732 "python", |
733 "-u", | 733 "-u", |
734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
735 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 735 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
736 "/path/to/tmp/" | 736 "/path/to/tmp/" |
737 ], | 737 ], |
738 "name": "read skimage VERSION" | 738 "name": "Get downloaded SK_IMAGE_VERSION" |
739 }, | 739 }, |
740 { | 740 { |
741 "cmd": [ | 741 "cmd": [ |
| 742 "python", |
| 743 "-u", |
| 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 745 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 746 "/path/to/tmp/" |
| 747 ], |
| 748 "name": "Get expected SK_IMAGE_VERSION" |
| 749 }, |
| 750 { |
| 751 "cmd": [ |
742 "python", | 752 "python", |
743 "-u", | 753 "-u", |
744 "\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", | 754 "\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", |
745 "[SLAVE_BUILD]/swarming_temp_dir", | 755 "[SLAVE_BUILD]/swarming_temp_dir", |
746 "511" | 756 "511" |
747 ], | 757 ], |
748 "name": "makedirs swarming tmp dir (3)", | 758 "name": "makedirs swarming tmp dir (3)", |
749 "~followup_annotations": [ | 759 "~followup_annotations": [ |
750 "@@@STEP_LOG_LINE@python.inline@@@@", | 760 "@@@STEP_LOG_LINE@python.inline@@@@", |
751 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 761 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 "--tag", | 882 "--tag", |
873 "master:client.skia", | 883 "master:client.skia", |
874 "--tag", | 884 "--tag", |
875 "name:test_skia", | 885 "name:test_skia", |
876 "--tag", | 886 "--tag", |
877 "os:Android", | 887 "os:Android", |
878 "--tag", | 888 "--tag", |
879 "slavename:skiabot-linux-swarm-000", | 889 "slavename:skiabot-linux-swarm-000", |
880 "--tag", | 890 "--tag", |
881 "stepname:test_skia on Android", | 891 "stepname:test_skia on Android", |
882 "--cipd-package", | |
883 "skimage:skia/bots/skimage:version:0", | |
884 "def456", | 892 "def456", |
885 "--", | 893 "--", |
886 "--workdir", | 894 "--workdir", |
887 "../../..", | 895 "../../..", |
888 "skia/swarm_test", | 896 "skia/swarm_test", |
889 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan
", | 897 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan
", |
890 "mastername=client.skia", | 898 "mastername=client.skia", |
891 "buildnumber=5", | 899 "buildnumber=5", |
892 "slavename=skiabot-linux-swarm-000", | 900 "slavename=skiabot-linux-swarm-000", |
893 "reason=Triggered by Skia swarm_trigger Recipe", | 901 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 "--tag", | 1053 "--tag", |
1046 "master:client.skia", | 1054 "master:client.skia", |
1047 "--tag", | 1055 "--tag", |
1048 "name:perf_skia", | 1056 "name:perf_skia", |
1049 "--tag", | 1057 "--tag", |
1050 "os:Android", | 1058 "os:Android", |
1051 "--tag", | 1059 "--tag", |
1052 "slavename:skiabot-linux-swarm-000", | 1060 "slavename:skiabot-linux-swarm-000", |
1053 "--tag", | 1061 "--tag", |
1054 "stepname:perf_skia on Android", | 1062 "stepname:perf_skia on Android", |
1055 "--cipd-package", | |
1056 "skimage:skia/bots/skimage:version:0", | |
1057 "def456", | 1063 "def456", |
1058 "--", | 1064 "--", |
1059 "--workdir", | 1065 "--workdir", |
1060 "../../..", | 1066 "../../..", |
1061 "skia/swarm_perf", | 1067 "skia/swarm_perf", |
1062 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan
", | 1068 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan
", |
1063 "mastername=client.skia", | 1069 "mastername=client.skia", |
1064 "buildnumber=5", | 1070 "buildnumber=5", |
1065 "slavename=skiabot-linux-swarm-000", | 1071 "slavename=skiabot-linux-swarm-000", |
1066 "reason=Triggered by Skia swarm_trigger Recipe", | 1072 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1291 "@@@STEP_LOG_END@json.output@@@", | 1297 "@@@STEP_LOG_END@json.output@@@", |
1292 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1298 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1293 ] | 1299 ] |
1294 }, | 1300 }, |
1295 { | 1301 { |
1296 "name": "$result", | 1302 "name": "$result", |
1297 "recipe_result": null, | 1303 "recipe_result": null, |
1298 "status_code": 0 | 1304 "status_code": 0 |
1299 } | 1305 } |
1300 ] | 1306 ] |
OLD | NEW |