| 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'}]" | 9 "cache_dir = '[GIT_CACHE]'\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps
_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesou
rce.com/skia.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | 11 "cwd": "[SLAVE_BUILD]", |
| 12 "env": { | 12 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 14 }, |
| 15 "name": "gclient setup" | 15 "name": "gclient setup" |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "cmd": [ | 18 "cmd": [ |
| 19 "python", | 19 "python", |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 391 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
| 392 }, | 392 }, |
| 393 "name": "nanobench" | 393 "name": "nanobench" |
| 394 }, | 394 }, |
| 395 { | 395 { |
| 396 "name": "$result", | 396 "name": "$result", |
| 397 "reason": "Failed build steps: dm", | 397 "reason": "Failed build steps: dm", |
| 398 "status_code": 1 | 398 "status_code": 1 |
| 399 } | 399 } |
| 400 ] | 400 ] |
| OLD | NEW |