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