OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
10 ], | 10 ], |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "env": { | 117 "env": { |
118 "BUILDTYPE": "Release", | 118 "BUILDTYPE": "Release", |
119 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 119 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
120 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" | 120 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" |
121 }, | 121 }, |
122 "name": "android platform self-tests" | 122 "name": "android platform self-tests" |
123 }, | 123 }, |
124 { | 124 { |
125 "cmd": [ | 125 "cmd": [ |
126 "python", | 126 "python", |
127 "RECIPE_MODULE[skia]/resources/generate_and_upload_doxygen.py", | 127 "RECIPE_MODULE[build.skia]/resources/generate_and_upload_doxygen.py", |
128 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 128 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
129 ], | 129 ], |
130 "cwd": "[SLAVE_BUILD]/skia", | 130 "cwd": "[SLAVE_BUILD]/skia", |
131 "env": { | 131 "env": { |
132 "BUILDTYPE": "Release", | 132 "BUILDTYPE": "Release", |
133 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 133 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
134 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" | 134 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" |
135 }, | 135 }, |
136 "name": "generate and upload doxygen" | 136 "name": "generate and upload doxygen" |
137 }, | 137 }, |
138 { | 138 { |
139 "cmd": [ | 139 "cmd": [ |
140 "git", | 140 "git", |
141 "show", | 141 "show", |
142 "HEAD", | 142 "HEAD", |
143 "--format=%at", | 143 "--format=%at", |
144 "-s" | 144 "-s" |
145 ], | 145 ], |
146 "cwd": "[SLAVE_BUILD]/skia", | 146 "cwd": "[SLAVE_BUILD]/skia", |
147 "name": "git show", | 147 "name": "git show", |
148 "stdout": "/path/to/tmp/" | 148 "stdout": "/path/to/tmp/" |
149 }, | 149 }, |
150 { | 150 { |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py", | 153 "RECIPE_MODULE[build.skia]/resources/run_binary_size_analysis.py", |
154 "--library", | 154 "--library", |
155 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so", | 155 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so", |
156 "--githash", | 156 "--githash", |
157 "164710", | 157 "164710", |
158 "--commit_ts", | 158 "--commit_ts", |
159 "1408633190", | 159 "1408633190", |
160 "--gsutil_path", | 160 "--gsutil_path", |
161 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 161 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
162 ], | 162 ], |
163 "cwd": "[SLAVE_BUILD]/skia", | 163 "cwd": "[SLAVE_BUILD]/skia", |
164 "env": { | 164 "env": { |
165 "BUILDTYPE": "Release", | 165 "BUILDTYPE": "Release", |
166 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 166 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
167 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" | 167 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" |
168 }, | 168 }, |
169 "name": "generate and upload binary size data" | 169 "name": "generate and upload binary size data" |
170 }, | 170 }, |
171 { | 171 { |
172 "name": "$result", | 172 "name": "$result", |
173 "recipe_result": null, | 173 "recipe_result": null, |
174 "status_code": 0 | 174 "status_code": 0 |
175 } | 175 } |
176 ] | 176 ] |
OLD | NEW |