| 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "@@@STEP_LOG_LINE@json.output@}@@@", | 671 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 672 "@@@STEP_LOG_END@json.output@@@", | 672 "@@@STEP_LOG_END@json.output@@@", |
| 673 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 673 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 674 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 674 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 675 ] | 675 ] |
| 676 }, | 676 }, |
| 677 { | 677 { |
| 678 "cmd": [ | 678 "cmd": [ |
| 679 "python", | 679 "python", |
| 680 "-u", | 680 "-u", |
| 681 "\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", | |
| 682 "[SLAVE_BUILD]/tmp", | |
| 683 "511" | |
| 684 ], | |
| 685 "name": "makedirs tmp_dir", | |
| 686 "~followup_annotations": [ | |
| 687 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 688 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 689 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 690 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 691 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 692 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 693 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 694 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 695 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 696 "@@@STEP_LOG_END@python.inline@@@" | |
| 697 ] | |
| 698 }, | |
| 699 { | |
| 700 "cmd": [ | |
| 701 "python", | |
| 702 "-u", | |
| 703 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 681 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 704 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 682 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 705 "/path/to/tmp/" | 683 "/path/to/tmp/" |
| 706 ], | 684 ], |
| 707 "name": "Get downloaded SKP_VERSION" | 685 "name": "read skp VERSION" |
| 708 }, | 686 }, |
| 709 { | 687 { |
| 710 "cmd": [ | 688 "cmd": [ |
| 711 "python", | |
| 712 "-u", | |
| 713 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 714 "[SLAVE_BUILD]/skia/SKP_VERSION", | |
| 715 "/path/to/tmp/" | |
| 716 ], | |
| 717 "name": "Get expected SKP_VERSION" | |
| 718 }, | |
| 719 { | |
| 720 "cmd": [ | |
| 721 "python", | 689 "python", |
| 722 "-u", | 690 "-u", |
| 723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 691 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 724 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 692 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 725 "/path/to/tmp/" | 693 "/path/to/tmp/" |
| 726 ], | 694 ], |
| 727 "name": "read skimage VERSION" | 695 "name": "read skimage VERSION" |
| 728 }, | 696 }, |
| 729 { | 697 { |
| 730 "cmd": [ | 698 "cmd": [ |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 "master:client.skia", | 832 "master:client.skia", |
| 865 "--tag", | 833 "--tag", |
| 866 "name:test_skia", | 834 "name:test_skia", |
| 867 "--tag", | 835 "--tag", |
| 868 "os:Ubuntu", | 836 "os:Ubuntu", |
| 869 "--tag", | 837 "--tag", |
| 870 "slavename:skiabot-linux-swarm-000", | 838 "slavename:skiabot-linux-swarm-000", |
| 871 "--tag", | 839 "--tag", |
| 872 "stepname:test_skia on Ubuntu", | 840 "stepname:test_skia on Ubuntu", |
| 873 "--cipd-package", | 841 "--cipd-package", |
| 842 "skp:skia/bots/skp:version:0", |
| 843 "--cipd-package", |
| 874 "skimage:skia/bots/skimage:version:0", | 844 "skimage:skia/bots/skimage:version:0", |
| 875 "def456", | 845 "def456", |
| 876 "--", | 846 "--", |
| 877 "--workdir", | 847 "--workdir", |
| 878 "../../..", | 848 "../../..", |
| 879 "skia/swarm_test", | 849 "skia/swarm_test", |
| 880 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 850 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
| 881 "mastername=client.skia", | 851 "mastername=client.skia", |
| 882 "buildnumber=5", | 852 "buildnumber=5", |
| 883 "slavename=skiabot-linux-swarm-000", | 853 "slavename=skiabot-linux-swarm-000", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 "master:client.skia", | 1010 "master:client.skia", |
| 1041 "--tag", | 1011 "--tag", |
| 1042 "name:perf_skia", | 1012 "name:perf_skia", |
| 1043 "--tag", | 1013 "--tag", |
| 1044 "os:Ubuntu", | 1014 "os:Ubuntu", |
| 1045 "--tag", | 1015 "--tag", |
| 1046 "slavename:skiabot-linux-swarm-000", | 1016 "slavename:skiabot-linux-swarm-000", |
| 1047 "--tag", | 1017 "--tag", |
| 1048 "stepname:perf_skia on Ubuntu", | 1018 "stepname:perf_skia on Ubuntu", |
| 1049 "--cipd-package", | 1019 "--cipd-package", |
| 1020 "skp:skia/bots/skp:version:0", |
| 1021 "--cipd-package", |
| 1050 "skimage:skia/bots/skimage:version:0", | 1022 "skimage:skia/bots/skimage:version:0", |
| 1051 "def456", | 1023 "def456", |
| 1052 "--", | 1024 "--", |
| 1053 "--workdir", | 1025 "--workdir", |
| 1054 "../../..", | 1026 "../../..", |
| 1055 "skia/swarm_perf", | 1027 "skia/swarm_perf", |
| 1056 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 1028 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
| 1057 "mastername=client.skia", | 1029 "mastername=client.skia", |
| 1058 "buildnumber=5", | 1030 "buildnumber=5", |
| 1059 "slavename=skiabot-linux-swarm-000", | 1031 "slavename=skiabot-linux-swarm-000", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1211 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1240 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1212 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1241 ] | 1213 ] |
| 1242 }, | 1214 }, |
| 1243 { | 1215 { |
| 1244 "name": "$result", | 1216 "name": "$result", |
| 1245 "recipe_result": null, | 1217 "recipe_result": null, |
| 1246 "status_code": 0 | 1218 "status_code": 0 |
| 1247 } | 1219 } |
| 1248 ] | 1220 ] |
| OLD | NEW |