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": "[CWD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}]\ntarget_os = ['llvm']" |
49 ], | 49 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 50 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 52 }, |
54 "name": "gclient setup" | 53 "name": "gclient setup" |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
61 "sync", | 60 "sync", |
62 "--nohooks", | 61 "--nohooks", |
63 "--force", | 62 "--force", |
64 "--verbose", | 63 "--verbose", |
65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
66 "--revision", | 65 "--revision", |
67 "skia@abc123", | 66 "skia@abc123", |
68 "--output-json", | 67 "--output-json", |
69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
70 ], | 69 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "env": { | 70 "env": { |
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
74 }, | 72 }, |
75 "name": "gclient sync", | 73 "name": "gclient sync", |
76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 80 "@@@STEP_LOG_LINE@json.output@ }@@@", |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
84 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 90 "[CWD]/skia/tools/buildbot_spec.py", |
93 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
94 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" | 92 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" |
95 ], | 93 ], |
96 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[CWD]/skia", |
97 "name": "exec buildbot_spec.py", | 95 "name": "exec buildbot_spec.py", |
98 "~followup_annotations": [ | 96 "~followup_annotations": [ |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 97 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"visualbench\"@@@", | 99 "@@@STEP_LOG_LINE@json.output@ \"visualbench\"@@@", |
102 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
(...skipping 21 matching lines...) Expand all Loading... |
128 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@", |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
131 ] | 129 ] |
132 }, | 130 }, |
133 { | 131 { |
134 "cmd": [ | 132 "cmd": [ |
135 "make", | 133 "make", |
136 "visualbench" | 134 "visualbench" |
137 ], | 135 ], |
138 "cwd": "[SLAVE_BUILD]/skia", | 136 "cwd": "[CWD]/skia", |
139 "env": { | 137 "env": { |
140 "BUILDTYPE": "Release", | 138 "BUILDTYPE": "Release", |
141 "CHROME_PATH": "[HOME]/src", | 139 "CHROME_PATH": "[HOME]/src", |
142 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", | 140 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", |
143 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-
x86_64-Release-VisualBench" | 141 "SKIA_OUT": "[CWD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-R
elease-VisualBench" |
144 }, | 142 }, |
145 "name": "build visualbench" | 143 "name": "build visualbench" |
146 }, | 144 }, |
147 { | 145 { |
148 "cmd": [ | 146 "cmd": [ |
149 "python", | 147 "python", |
150 "-u", | 148 "-u", |
151 "\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", | 149 "\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", |
152 "[SLAVE_BUILD]/tmp", | 150 "[CWD]/tmp", |
153 "511" | 151 "511" |
154 ], | 152 ], |
155 "cwd": "[SLAVE_BUILD]", | |
156 "name": "makedirs tmp_dir", | 153 "name": "makedirs tmp_dir", |
157 "~followup_annotations": [ | 154 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@python.inline@@@@", | 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
159 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 156 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
160 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 157 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
161 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 158 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
162 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 159 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
163 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 160 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
164 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 161 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
165 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 162 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
166 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
167 "@@@STEP_LOG_END@python.inline@@@" | 164 "@@@STEP_LOG_END@python.inline@@@" |
168 ] | 165 ] |
169 }, | 166 }, |
170 { | 167 { |
171 "cmd": [ | 168 "cmd": [ |
172 "python", | 169 "python", |
173 "-u", | 170 "-u", |
174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 171 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
175 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 172 "[CWD]/tmp/SKP_VERSION", |
176 "/path/to/tmp/" | 173 "/path/to/tmp/" |
177 ], | 174 ], |
178 "cwd": "[SLAVE_BUILD]", | |
179 "name": "Get downloaded SKP_VERSION" | 175 "name": "Get downloaded SKP_VERSION" |
180 }, | 176 }, |
181 { | 177 { |
182 "cmd": [ | 178 "cmd": [ |
183 "python", | 179 "python", |
184 "-u", | 180 "-u", |
185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 181 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
186 "[SLAVE_BUILD]/skia/SKP_VERSION", | 182 "[CWD]/skia/SKP_VERSION", |
187 "/path/to/tmp/" | 183 "/path/to/tmp/" |
188 ], | 184 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "name": "Get expected SKP_VERSION" | 185 "name": "Get expected SKP_VERSION" |
191 }, | 186 }, |
192 { | 187 { |
193 "cmd": [ | 188 "cmd": [ |
194 "python", | 189 "python", |
195 "-u", | 190 "-u", |
196 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
197 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 192 "[CWD]/tmp/SK_IMAGE_VERSION", |
198 "/path/to/tmp/" | 193 "/path/to/tmp/" |
199 ], | 194 ], |
200 "cwd": "[SLAVE_BUILD]", | |
201 "name": "Get downloaded SK_IMAGE_VERSION" | 195 "name": "Get downloaded SK_IMAGE_VERSION" |
202 }, | 196 }, |
203 { | 197 { |
204 "cmd": [ | 198 "cmd": [ |
205 "python", | 199 "python", |
206 "-u", | 200 "-u", |
207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
208 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 202 "[CWD]/skia/SK_IMAGE_VERSION", |
209 "/path/to/tmp/" | 203 "/path/to/tmp/" |
210 ], | 204 ], |
211 "cwd": "[SLAVE_BUILD]", | |
212 "name": "Get expected SK_IMAGE_VERSION" | 205 "name": "Get expected SK_IMAGE_VERSION" |
213 }, | 206 }, |
214 { | 207 { |
215 "cmd": [ | 208 "cmd": [ |
216 "python", | 209 "python", |
217 "-u", | 210 "-u", |
218 "\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", | 211 "\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", |
219 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/data" | 212 "[CWD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/data" |
220 ], | 213 ], |
221 "cwd": "[SLAVE_BUILD]", | |
222 "name": "rmtree data", | 214 "name": "rmtree data", |
223 "~followup_annotations": [ | 215 "~followup_annotations": [ |
224 "@@@STEP_LOG_LINE@python.inline@@@@", | 216 "@@@STEP_LOG_LINE@python.inline@@@@", |
225 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 217 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
226 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 218 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
227 "@@@STEP_LOG_LINE@python.inline@@@@", | 219 "@@@STEP_LOG_LINE@python.inline@@@@", |
228 "@@@STEP_LOG_LINE@python.inline@@@@", | 220 "@@@STEP_LOG_LINE@python.inline@@@@", |
229 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 221 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
230 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 222 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
231 "@@@STEP_LOG_END@python.inline@@@" | 223 "@@@STEP_LOG_END@python.inline@@@" |
232 ] | 224 ] |
233 }, | 225 }, |
234 { | 226 { |
235 "cmd": [ | 227 "cmd": [ |
236 "python", | 228 "python", |
237 "-u", | 229 "-u", |
238 "\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", | 230 "\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", |
239 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/data", | 231 "[CWD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/data", |
240 "511" | 232 "511" |
241 ], | 233 ], |
242 "cwd": "[SLAVE_BUILD]", | |
243 "name": "makedirs data", | 234 "name": "makedirs data", |
244 "~followup_annotations": [ | 235 "~followup_annotations": [ |
245 "@@@STEP_LOG_LINE@python.inline@@@@", | 236 "@@@STEP_LOG_LINE@python.inline@@@@", |
246 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 237 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
247 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 238 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
248 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 239 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
249 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 240 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
250 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 241 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
251 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 242 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
252 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 243 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
253 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 244 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
254 "@@@STEP_LOG_END@python.inline@@@" | 245 "@@@STEP_LOG_END@python.inline@@@" |
255 ] | 246 ] |
256 }, | 247 }, |
257 { | 248 { |
258 "cmd": [ | 249 "cmd": [ |
259 "git", | 250 "git", |
260 "show", | 251 "show", |
261 "HEAD", | 252 "HEAD", |
262 "--format=%at", | 253 "--format=%at", |
263 "-s" | 254 "-s" |
264 ], | 255 ], |
265 "cwd": "[SLAVE_BUILD]/skia", | 256 "cwd": "[CWD]/skia", |
266 "name": "git show", | 257 "name": "git show", |
267 "stdout": "/path/to/tmp/" | 258 "stdout": "/path/to/tmp/" |
268 }, | 259 }, |
269 { | 260 { |
270 "cmd": [ | 261 "cmd": [ |
271 "catchsegv", | 262 "catchsegv", |
272 "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/Release/visualbench", | 263 "[CWD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/Release/visualbench", |
273 "--undefok", | 264 "--undefok", |
274 "-i", | 265 "-i", |
275 "[SLAVE_BUILD]/skia/resources", | 266 "[CWD]/skia/resources", |
276 "--skps", | 267 "--skps", |
277 "[SLAVE_BUILD]/playback/skps", | 268 "[CWD]/playback/skps", |
278 "--images", | 269 "--images", |
279 "[SLAVE_BUILD]/images/dm", | 270 "[CWD]/images/dm", |
280 "--nocpu", | 271 "--nocpu", |
281 "--dummy-flags", | 272 "--dummy-flags", |
282 "--outResultsFile", | 273 "--outResultsFile", |
283 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/data/nanobench_164710_1408633190.json", | 274 "[CWD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/data/nanobench_164710_1408633190.json", |
284 "--properties", | 275 "--properties", |
285 "gitHash", | 276 "gitHash", |
286 "164710", | 277 "164710", |
287 "build_number", | 278 "build_number", |
288 "5", | 279 "5", |
289 "--key", | 280 "--key", |
290 "arch", | 281 "arch", |
291 "x86_64", | 282 "x86_64", |
292 "compiler", | 283 "compiler", |
293 "GCC", | 284 "GCC", |
294 "cpu_or_gpu", | 285 "cpu_or_gpu", |
295 "GPU", | 286 "GPU", |
296 "cpu_or_gpu_value", | 287 "cpu_or_gpu_value", |
297 "GTX550Ti", | 288 "GTX550Ti", |
298 "extra_config", | 289 "extra_config", |
299 "VisualBench", | 290 "VisualBench", |
300 "model", | 291 "model", |
301 "ShuttleA", | 292 "ShuttleA", |
302 "os", | 293 "os", |
303 "Ubuntu" | 294 "Ubuntu" |
304 ], | 295 ], |
305 "cwd": "[SLAVE_BUILD]", | |
306 "env": { | 296 "env": { |
307 "BUILDTYPE": "Release", | 297 "BUILDTYPE": "Release", |
308 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", | 298 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", |
309 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-
x86_64-Release-VisualBench" | 299 "SKIA_OUT": "[CWD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-R
elease-VisualBench" |
310 }, | 300 }, |
311 "name": "visualbench" | 301 "name": "visualbench" |
312 }, | 302 }, |
313 { | 303 { |
314 "cmd": [ | 304 "cmd": [ |
315 "python", | 305 "python", |
316 "-u", | 306 "-u", |
317 "\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", | 307 "\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", |
318 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/data", | 308 "[CWD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/data", |
319 "511" | 309 "511" |
320 ], | 310 ], |
321 "cwd": "[SLAVE_BUILD]", | |
322 "name": "makedirs perf_dir", | 311 "name": "makedirs perf_dir", |
323 "~followup_annotations": [ | 312 "~followup_annotations": [ |
324 "@@@STEP_LOG_LINE@python.inline@@@@", | 313 "@@@STEP_LOG_LINE@python.inline@@@@", |
325 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 314 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
326 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 315 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
327 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 316 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
328 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 317 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
329 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 318 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
330 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 319 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
331 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
332 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 321 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
333 "@@@STEP_LOG_END@python.inline@@@" | 322 "@@@STEP_LOG_END@python.inline@@@" |
334 ] | 323 ] |
335 }, | 324 }, |
336 { | 325 { |
337 "cmd": [ | 326 "cmd": [ |
338 "python", | 327 "python", |
339 "-u", | 328 "-u", |
340 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 329 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
341 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench", | 330 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench", |
342 "5", | 331 "5", |
343 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea
se-VisualBench/data", | 332 "[CWD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Visua
lBench/data", |
344 "164710", | 333 "164710", |
345 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 334 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil" |
346 ], | 335 ], |
347 "cwd": "[SLAVE_BUILD]/skia", | 336 "cwd": "[CWD]/skia", |
348 "env": { | 337 "env": { |
349 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 338 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
350 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", | 339 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", |
351 "BUILDTYPE": "Release", | 340 "BUILDTYPE": "Release", |
352 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", | 341 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski
a_warnings_as_errors=0", |
353 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-
x86_64-Release-VisualBench" | 342 "SKIA_OUT": "[CWD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-R
elease-VisualBench" |
354 }, | 343 }, |
355 "name": "Upload visualbench Results" | 344 "name": "Upload visualbench Results" |
356 }, | 345 }, |
357 { | 346 { |
358 "name": "$result", | 347 "name": "$result", |
359 "recipe_result": null, | 348 "recipe_result": null, |
360 "status_code": 0 | 349 "status_code": 0 |
361 } | 350 } |
362 ] | 351 ] |
OLD | NEW |