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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" | 145 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
144 }, | 146 }, |
145 "name": "generate and upload binary size data" | 147 "name": "generate and upload binary size data" |
146 }, | 148 }, |
147 { | 149 { |
148 "name": "$result", | 150 "name": "$result", |
149 "recipe_result": null, | 151 "recipe_result": null, |
150 "status_code": 0 | 152 "status_code": 0 |
151 } | 153 } |
152 ] | 154 ] |
OLD | NEW |