| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 "[SLAVE_BUILD]/skia/SKP_VERSION", | 710 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 711 "/path/to/tmp/" | 711 "/path/to/tmp/" |
| 712 ], | 712 ], |
| 713 "name": "Get expected SKP_VERSION" | 713 "name": "Get expected SKP_VERSION" |
| 714 }, | 714 }, |
| 715 { | 715 { |
| 716 "cmd": [ | 716 "cmd": [ |
| 717 "python", | 717 "python", |
| 718 "-u", | 718 "-u", |
| 719 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 719 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 720 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 720 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 721 "/path/to/tmp/" | 721 "/path/to/tmp/" |
| 722 ], | 722 ], |
| 723 "name": "Get downloaded SK_IMAGE_VERSION" | 723 "name": "read skimage VERSION" |
| 724 }, | 724 }, |
| 725 { | 725 { |
| 726 "cmd": [ | 726 "cmd": [ |
| 727 "python", | |
| 728 "-u", | |
| 729 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 730 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | |
| 731 "/path/to/tmp/" | |
| 732 ], | |
| 733 "name": "Get expected SK_IMAGE_VERSION" | |
| 734 }, | |
| 735 { | |
| 736 "cmd": [ | |
| 737 "python", | 727 "python", |
| 738 "-u", | 728 "-u", |
| 739 "\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", | 729 "\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 "[SLAVE_BUILD]/swarming_temp_dir", | 730 "[SLAVE_BUILD]/swarming_temp_dir", |
| 741 "511" | 731 "511" |
| 742 ], | 732 ], |
| 743 "name": "makedirs swarming tmp dir (3)", | 733 "name": "makedirs swarming tmp dir (3)", |
| 744 "~followup_annotations": [ | 734 "~followup_annotations": [ |
| 745 "@@@STEP_LOG_LINE@python.inline@@@@", | 735 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 746 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 736 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 "--tag", | 857 "--tag", |
| 868 "master:client.skia", | 858 "master:client.skia", |
| 869 "--tag", | 859 "--tag", |
| 870 "name:test_skia", | 860 "name:test_skia", |
| 871 "--tag", | 861 "--tag", |
| 872 "os:Ubuntu", | 862 "os:Ubuntu", |
| 873 "--tag", | 863 "--tag", |
| 874 "slavename:skiabot-linux-swarm-000", | 864 "slavename:skiabot-linux-swarm-000", |
| 875 "--tag", | 865 "--tag", |
| 876 "stepname:test_skia on Ubuntu", | 866 "stepname:test_skia on Ubuntu", |
| 867 "--cipd-package", |
| 868 "skimage:skia/bots/skimage:version:0", |
| 877 "def456", | 869 "def456", |
| 878 "--", | 870 "--", |
| 879 "--workdir", | 871 "--workdir", |
| 880 "../../..", | 872 "../../..", |
| 881 "skia/swarm_test", | 873 "skia/swarm_test", |
| 882 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 874 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
| 883 "mastername=client.skia", | 875 "mastername=client.skia", |
| 884 "buildnumber=5", | 876 "buildnumber=5", |
| 885 "slavename=skiabot-linux-swarm-000", | 877 "slavename=skiabot-linux-swarm-000", |
| 886 "reason=Triggered by Skia swarm_trigger Recipe", | 878 "reason=Triggered by Skia swarm_trigger Recipe", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 "--tag", | 1030 "--tag", |
| 1039 "master:client.skia", | 1031 "master:client.skia", |
| 1040 "--tag", | 1032 "--tag", |
| 1041 "name:perf_skia", | 1033 "name:perf_skia", |
| 1042 "--tag", | 1034 "--tag", |
| 1043 "os:Ubuntu", | 1035 "os:Ubuntu", |
| 1044 "--tag", | 1036 "--tag", |
| 1045 "slavename:skiabot-linux-swarm-000", | 1037 "slavename:skiabot-linux-swarm-000", |
| 1046 "--tag", | 1038 "--tag", |
| 1047 "stepname:perf_skia on Ubuntu", | 1039 "stepname:perf_skia on Ubuntu", |
| 1040 "--cipd-package", |
| 1041 "skimage:skia/bots/skimage:version:0", |
| 1048 "def456", | 1042 "def456", |
| 1049 "--", | 1043 "--", |
| 1050 "--workdir", | 1044 "--workdir", |
| 1051 "../../..", | 1045 "../../..", |
| 1052 "skia/swarm_perf", | 1046 "skia/swarm_perf", |
| 1053 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 1047 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
| 1054 "mastername=client.skia", | 1048 "mastername=client.skia", |
| 1055 "buildnumber=5", | 1049 "buildnumber=5", |
| 1056 "slavename=skiabot-linux-swarm-000", | 1050 "slavename=skiabot-linux-swarm-000", |
| 1057 "reason=Triggered by Skia swarm_trigger Recipe", | 1051 "reason=Triggered by Skia swarm_trigger Recipe", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1233 "@@@STEP_LOG_END@json.output@@@", | 1227 "@@@STEP_LOG_END@json.output@@@", |
| 1234 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1228 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1235 ] | 1229 ] |
| 1236 }, | 1230 }, |
| 1237 { | 1231 { |
| 1238 "name": "$result", | 1232 "name": "$result", |
| 1239 "recipe_result": null, | 1233 "recipe_result": null, |
| 1240 "status_code": 0 | 1234 "status_code": 0 |
| 1241 } | 1235 } |
| 1242 ] | 1236 ] |
| OLD | NEW |