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