OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
9 ], | 9 ], |
10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "--track-origins=yes", | 111 "--track-origins=yes", |
112 "--error-exitcode=1", | 112 "--error-exitcode=1", |
113 "--num-callers=40", | 113 "--num-callers=40", |
114 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 114 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
115 "[SLAVE_BUILD]/out/Release/nanobench", | 115 "[SLAVE_BUILD]/out/Release/nanobench", |
116 "--undefok", | 116 "--undefok", |
117 "-i", | 117 "-i", |
118 "[SLAVE_BUILD]/skia/resources", | 118 "[SLAVE_BUILD]/skia/resources", |
119 "--skps", | 119 "--skps", |
120 "[SLAVE_BUILD]/skp", | 120 "[SLAVE_BUILD]/skp", |
| 121 "--svgs", |
| 122 "[SLAVE_BUILD]/svg", |
121 "--images", | 123 "--images", |
122 "[SLAVE_BUILD]/skimage/nanobench", | 124 "[SLAVE_BUILD]/skimage/nanobench", |
123 "--nocpu", | 125 "--nocpu", |
124 "--pre_log", | 126 "--pre_log", |
125 "--images", | 127 "--images", |
126 "--gpuStatsDump", | 128 "--gpuStatsDump", |
127 "true", | 129 "true", |
128 "--scales", | 130 "--scales", |
129 "1.0", | 131 "1.0", |
130 "1.1", | 132 "1.1", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "--track-origins=yes", | 208 "--track-origins=yes", |
207 "--error-exitcode=1", | 209 "--error-exitcode=1", |
208 "--num-callers=40", | 210 "--num-callers=40", |
209 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 211 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
210 "[SLAVE_BUILD]/out/Release/nanobench", | 212 "[SLAVE_BUILD]/out/Release/nanobench", |
211 "--undefok", | 213 "--undefok", |
212 "-i", | 214 "-i", |
213 "[SLAVE_BUILD]/skia/resources", | 215 "[SLAVE_BUILD]/skia/resources", |
214 "--skps", | 216 "--skps", |
215 "[SLAVE_BUILD]/skp", | 217 "[SLAVE_BUILD]/skp", |
| 218 "--svgs", |
| 219 "[SLAVE_BUILD]/svg", |
216 "--images", | 220 "--images", |
217 "[SLAVE_BUILD]/skimage/nanobench", | 221 "[SLAVE_BUILD]/skimage/nanobench", |
218 "--nocpu", | 222 "--nocpu", |
219 "--pre_log", | 223 "--pre_log", |
220 "--images", | 224 "--images", |
221 "--gpuStatsDump", | 225 "--gpuStatsDump", |
222 "true", | 226 "true", |
223 "--scales", | 227 "--scales", |
224 "1.0", | 228 "1.0", |
225 "1.1", | 229 "1.1", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
317 "@@@STEP_LOG_END@python.inline@@@" | 321 "@@@STEP_LOG_END@python.inline@@@" |
318 ] | 322 ] |
319 }, | 323 }, |
320 { | 324 { |
321 "name": "$result", | 325 "name": "$result", |
322 "recipe_result": null, | 326 "recipe_result": null, |
323 "status_code": 0 | 327 "status_code": 0 |
324 } | 328 } |
325 ] | 329 ] |
OLD | NEW |