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 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "env": { | 12 "env": { |
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
13 }, | 14 }, |
14 "name": "gclient setup" | 15 "name": "gclient setup" |
15 }, | 16 }, |
16 { | 17 { |
17 "cmd": [ | 18 "cmd": [ |
18 "python", | 19 "python", |
19 "-u", | 20 "-u", |
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
21 "sync", | 22 "sync", |
22 "--nohooks", | 23 "--nohooks", |
23 "--force", | 24 "--force", |
24 "--verbose", | 25 "--verbose", |
25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
26 "--revision", | 27 "--revision", |
27 "skia@origin/master", | 28 "skia@origin/master", |
28 "--output-json", | 29 "--output-json", |
29 "/path/to/tmp/json" | 30 "/path/to/tmp/json" |
30 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
31 "env": { | 33 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 35 }, |
34 "name": "gclient sync", | 36 "name": "gclient sync", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }@@@", | 42 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 364 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
363 }, | 365 }, |
364 "name": "nanobench" | 366 "name": "nanobench" |
365 }, | 367 }, |
366 { | 368 { |
367 "name": "$result", | 369 "name": "$result", |
368 "reason": "Failed build steps: dm", | 370 "reason": "Failed build steps: dm", |
369 "status_code": 1 | 371 "status_code": 1 |
370 } | 372 } |
371 ] | 373 ] |
OLD | NEW |