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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 "@@@STEP_LOG_LINE@json.output@}@@@", | 703 "@@@STEP_LOG_LINE@json.output@}@@@", |
704 "@@@STEP_LOG_END@json.output@@@", | 704 "@@@STEP_LOG_END@json.output@@@", |
705 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 705 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
706 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 706 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
707 ] | 707 ] |
708 }, | 708 }, |
709 { | 709 { |
710 "cmd": [ | 710 "cmd": [ |
711 "python", | 711 "python", |
712 "-u", | 712 "-u", |
713 "\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", | |
714 "[SLAVE_BUILD]/tmp", | |
715 "511" | |
716 ], | |
717 "name": "makedirs tmp_dir", | |
718 "~followup_annotations": [ | |
719 "@@@STEP_LOG_LINE@python.inline@@@@", | |
720 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
721 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
722 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
723 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
724 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
725 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
726 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
727 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
728 "@@@STEP_LOG_END@python.inline@@@" | |
729 ] | |
730 }, | |
731 { | |
732 "cmd": [ | |
733 "python", | |
734 "-u", | |
735 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 713 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
736 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 714 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
737 "/path/to/tmp/" | 715 "/path/to/tmp/" |
738 ], | 716 ], |
739 "name": "Get downloaded SKP_VERSION" | 717 "name": "read skp VERSION" |
740 }, | 718 }, |
741 { | 719 { |
742 "cmd": [ | 720 "cmd": [ |
743 "python", | |
744 "-u", | |
745 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
746 "[SLAVE_BUILD]/skia/SKP_VERSION", | |
747 "/path/to/tmp/" | |
748 ], | |
749 "name": "Get expected SKP_VERSION" | |
750 }, | |
751 { | |
752 "cmd": [ | |
753 "python", | 721 "python", |
754 "-u", | 722 "-u", |
755 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
756 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 724 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
757 "/path/to/tmp/" | 725 "/path/to/tmp/" |
758 ], | 726 ], |
759 "name": "read skimage VERSION" | 727 "name": "read skimage VERSION" |
760 }, | 728 }, |
761 { | 729 { |
762 "cmd": [ | 730 "cmd": [ |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 "name:perf_skia", | 869 "name:perf_skia", |
902 "--tag", | 870 "--tag", |
903 "os:Ubuntu", | 871 "os:Ubuntu", |
904 "--tag", | 872 "--tag", |
905 "rietveld:https://codereview.chromium.org/500/#ps1", | 873 "rietveld:https://codereview.chromium.org/500/#ps1", |
906 "--tag", | 874 "--tag", |
907 "slavename:skiabot-linux-swarm-000", | 875 "slavename:skiabot-linux-swarm-000", |
908 "--tag", | 876 "--tag", |
909 "stepname:perf_skia on Ubuntu", | 877 "stepname:perf_skia on Ubuntu", |
910 "--cipd-package", | 878 "--cipd-package", |
| 879 "skp:skia/bots/skp:version:0", |
| 880 "--cipd-package", |
911 "skimage:skia/bots/skimage:version:0", | 881 "skimage:skia/bots/skimage:version:0", |
912 "def456", | 882 "def456", |
913 "--", | 883 "--", |
914 "--workdir", | 884 "--workdir", |
915 "../../..", | 885 "../../..", |
916 "skia/swarm_perf", | 886 "skia/swarm_perf", |
917 "rietveld=https://codereview.chromium.org", | 887 "rietveld=https://codereview.chromium.org", |
918 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 888 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
919 "mastername=client.skia", | 889 "mastername=client.skia", |
920 "buildnumber=5", | 890 "buildnumber=5", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1074 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1105 }, | 1075 }, |
1106 "name": "Upload perf results" | 1076 "name": "Upload perf results" |
1107 }, | 1077 }, |
1108 { | 1078 { |
1109 "name": "$result", | 1079 "name": "$result", |
1110 "recipe_result": null, | 1080 "recipe_result": null, |
1111 "status_code": 0 | 1081 "status_code": 0 |
1112 } | 1082 } |
1113 ] | 1083 ] |
OLD | NEW |