OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" | 8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", | 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", |
62 "/path/to/tmp/" | 62 "/path/to/tmp/" |
63 ], | 63 ], |
64 "name": "Get downloaded SK_IMAGE_VERSION" | 64 "name": "Get downloaded SK_IMAGE_VERSION" |
65 }, | 65 }, |
66 { | 66 { |
67 "cmd": [ | 67 "cmd": [ |
68 "python", | 68 "python", |
69 "-u", | 69 "-u", |
70 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 70 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
71 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data" | 71 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data" |
72 ], | 72 ], |
73 "env": { | 73 "env": { |
74 "PYTHONPATH": "build\\scripts" | 74 "PYTHONPATH": "build\\scripts" |
75 }, | 75 }, |
76 "name": "rmtree data", | 76 "name": "rmtree data", |
77 "~followup_annotations": [ | 77 "~followup_annotations": [ |
78 "@@@STEP_LOG_LINE@python.inline@@@@", | 78 "@@@STEP_LOG_LINE@python.inline@@@@", |
79 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 79 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
80 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 80 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
81 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
82 "@@@STEP_LOG_LINE@python.inline@@@@", | 82 "@@@STEP_LOG_LINE@python.inline@@@@", |
83 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 83 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
84 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 84 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
85 "@@@STEP_LOG_END@python.inline@@@" | 85 "@@@STEP_LOG_END@python.inline@@@" |
86 ] | 86 ] |
87 }, | 87 }, |
88 { | 88 { |
89 "cmd": [ | 89 "cmd": [ |
90 "python", | 90 "python", |
91 "-u", | 91 "-u", |
92 "\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", | 92 "\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", |
93 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data", | 93 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data", |
94 "511" | 94 "511" |
95 ], | 95 ], |
96 "name": "makedirs data", | 96 "name": "makedirs data", |
97 "~followup_annotations": [ | 97 "~followup_annotations": [ |
98 "@@@STEP_LOG_LINE@python.inline@@@@", | 98 "@@@STEP_LOG_LINE@python.inline@@@@", |
99 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 99 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
100 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 100 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
101 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 101 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
102 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 102 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
103 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 103 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
104 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 104 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
105 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 105 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
106 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 106 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
107 "@@@STEP_LOG_END@python.inline@@@" | 107 "@@@STEP_LOG_END@python.inline@@@" |
108 ] | 108 ] |
109 }, | 109 }, |
110 { | 110 { |
111 "cmd": [ | 111 "cmd": [ |
112 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", | 112 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", |
113 "--undefok", | 113 "--undefok", |
114 "-i", | 114 "-i", |
115 "[SLAVE_BUILD]\\skia\\resources", | 115 "[SLAVE_BUILD]\\skia\\resources", |
116 "--skps", | 116 "--skps", |
117 "[SLAVE_BUILD]\\skps", | 117 "[SLAVE_BUILD]\\skps", |
118 "--images", | 118 "--images", |
119 "[SLAVE_BUILD]\\images\\nanobench", | 119 "[SLAVE_BUILD]\\images\\nanobench", |
120 "--nocpu", | 120 "--nocpu", |
121 "--dummy-flags", | 121 "--dummy-flags", |
122 "--outResultsFile", | 122 "--outResultsFile", |
123 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data\\nanobench_abc123.json", | 123 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123.json", |
124 "--properties", | 124 "--properties", |
125 "gitHash", | 125 "gitHash", |
126 "abc123", | 126 "abc123", |
127 "build_number", | 127 "build_number", |
128 "5", | 128 "5", |
129 "issue", | 129 "issue", |
130 "500", | 130 "500", |
131 "patchset", | 131 "patchset", |
132 "1", | 132 "1", |
133 "--key", | 133 "--key", |
(...skipping 18 matching lines...) Expand all Loading... |
152 "PYTHONPATH": "[BUILD]\\scripts", | 152 "PYTHONPATH": "[BUILD]\\scripts", |
153 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 153 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
154 }, | 154 }, |
155 "name": "nanobench" | 155 "name": "nanobench" |
156 }, | 156 }, |
157 { | 157 { |
158 "cmd": [ | 158 "cmd": [ |
159 "python", | 159 "python", |
160 "-u", | 160 "-u", |
161 "\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", | 161 "\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", |
162 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data", | 162 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data", |
163 "511" | 163 "511" |
164 ], | 164 ], |
165 "name": "makedirs perf_dir", | 165 "name": "makedirs perf_dir", |
166 "~followup_annotations": [ | 166 "~followup_annotations": [ |
167 "@@@STEP_LOG_LINE@python.inline@@@@", | 167 "@@@STEP_LOG_LINE@python.inline@@@@", |
168 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 168 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
169 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 169 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
170 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 170 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
171 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 171 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
172 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 172 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
173 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 173 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
174 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 174 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
175 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 175 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
176 "@@@STEP_LOG_END@python.inline@@@" | 176 "@@@STEP_LOG_END@python.inline@@@" |
177 ] | 177 ] |
178 }, | 178 }, |
179 { | 179 { |
180 "name": "$result", | 180 "name": "$result", |
181 "recipe_result": null, | 181 "recipe_result": null, |
182 "status_code": 0 | 182 "status_code": 0 |
183 } | 183 } |
184 ] | 184 ] |
OLD | NEW |