OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
10 ], | 10 ], |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "cmd": [ | 274 "cmd": [ |
275 "catchsegv", | 275 "catchsegv", |
276 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", | 276 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", |
277 "--undefok", | 277 "--undefok", |
278 "--resourcePath", | 278 "--resourcePath", |
279 "[SLAVE_BUILD]/skia/resources", | 279 "[SLAVE_BUILD]/skia/resources", |
280 "--skps", | 280 "--skps", |
281 "[SLAVE_BUILD]/playback/skps", | 281 "[SLAVE_BUILD]/playback/skps", |
282 "--images", | 282 "--images", |
283 "[SLAVE_BUILD]/images/dm", | 283 "[SLAVE_BUILD]/images/dm", |
| 284 "--colorImages", |
| 285 "[SLAVE_BUILD]/images/colorspace", |
284 "--nameByHash", | 286 "--nameByHash", |
285 "--properties", | 287 "--properties", |
286 "gitHash", | 288 "gitHash", |
287 "164710", | 289 "164710", |
288 "master", | 290 "master", |
289 "client.skia", | 291 "client.skia", |
290 "builder", | 292 "builder", |
291 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 293 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
292 "build_number", | 294 "build_number", |
293 "6", | 295 "6", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 366 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
365 }, | 367 }, |
366 "name": "nanobench" | 368 "name": "nanobench" |
367 }, | 369 }, |
368 { | 370 { |
369 "name": "$result", | 371 "name": "$result", |
370 "reason": "Failed build steps: dm", | 372 "reason": "Failed build steps: dm", |
371 "status_code": 1 | 373 "status_code": 1 |
372 } | 374 } |
373 ] | 375 ] |
OLD | NEW |