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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 "[SLAVE_BUILD]/skia/SKP_VERSION", | 742 "[SLAVE_BUILD]/skia/SKP_VERSION", |
743 "/path/to/tmp/" | 743 "/path/to/tmp/" |
744 ], | 744 ], |
745 "name": "Get expected SKP_VERSION" | 745 "name": "Get expected SKP_VERSION" |
746 }, | 746 }, |
747 { | 747 { |
748 "cmd": [ | 748 "cmd": [ |
749 "python", | 749 "python", |
750 "-u", | 750 "-u", |
751 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 751 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
752 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 752 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
753 "/path/to/tmp/" | 753 "/path/to/tmp/" |
754 ], | 754 ], |
755 "name": "Get downloaded SK_IMAGE_VERSION" | 755 "name": "read skimage VERSION" |
756 }, | 756 }, |
757 { | 757 { |
758 "cmd": [ | 758 "cmd": [ |
759 "python", | |
760 "-u", | |
761 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
762 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | |
763 "/path/to/tmp/" | |
764 ], | |
765 "name": "Get expected SK_IMAGE_VERSION" | |
766 }, | |
767 { | |
768 "cmd": [ | |
769 "python", | 759 "python", |
770 "-u", | 760 "-u", |
771 "\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", | 761 "\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", |
772 "[SLAVE_BUILD]/swarming_temp_dir", | 762 "[SLAVE_BUILD]/swarming_temp_dir", |
773 "511" | 763 "511" |
774 ], | 764 ], |
775 "name": "makedirs swarming tmp dir (3)", | 765 "name": "makedirs swarming tmp dir (3)", |
776 "~followup_annotations": [ | 766 "~followup_annotations": [ |
777 "@@@STEP_LOG_LINE@python.inline@@@@", | 767 "@@@STEP_LOG_LINE@python.inline@@@@", |
778 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 768 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 "--tag", | 894 "--tag", |
905 "name:perf_skia", | 895 "name:perf_skia", |
906 "--tag", | 896 "--tag", |
907 "os:Ubuntu", | 897 "os:Ubuntu", |
908 "--tag", | 898 "--tag", |
909 "rietveld:https://codereview.chromium.org/500/#ps1", | 899 "rietveld:https://codereview.chromium.org/500/#ps1", |
910 "--tag", | 900 "--tag", |
911 "slavename:skiabot-linux-swarm-000", | 901 "slavename:skiabot-linux-swarm-000", |
912 "--tag", | 902 "--tag", |
913 "stepname:perf_skia on Ubuntu", | 903 "stepname:perf_skia on Ubuntu", |
| 904 "--cipd-package", |
| 905 "skimage:skia/bots/skimage:version:0", |
914 "def456", | 906 "def456", |
915 "--", | 907 "--", |
916 "--workdir", | 908 "--workdir", |
917 "../../..", | 909 "../../..", |
918 "skia/swarm_perf", | 910 "skia/swarm_perf", |
919 "rietveld=https://codereview.chromium.org", | 911 "rietveld=https://codereview.chromium.org", |
920 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 912 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
921 "mastername=client.skia", | 913 "mastername=client.skia", |
922 "buildnumber=5", | 914 "buildnumber=5", |
923 "slavename=skiabot-linux-swarm-000", | 915 "slavename=skiabot-linux-swarm-000", |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1096 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1105 }, | 1097 }, |
1106 "name": "Upload perf results" | 1098 "name": "Upload perf results" |
1107 }, | 1099 }, |
1108 { | 1100 { |
1109 "name": "$result", | 1101 "name": "$result", |
1110 "recipe_result": null, | 1102 "recipe_result": null, |
1111 "status_code": 0 | 1103 "status_code": 0 |
1112 } | 1104 } |
1113 ] | 1105 ] |
OLD | NEW |