OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" | 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 { | 183 { |
184 "cmd": [ | 184 "cmd": [ |
185 "[SLAVE_BUILD]\\out\\Release_x64\\dm", | 185 "[SLAVE_BUILD]\\out\\Release_x64\\dm", |
186 "--undefok", | 186 "--undefok", |
187 "--resourcePath", | 187 "--resourcePath", |
188 "[SLAVE_BUILD]\\skia\\resources", | 188 "[SLAVE_BUILD]\\skia\\resources", |
189 "--skps", | 189 "--skps", |
190 "[SLAVE_BUILD]\\skps", | 190 "[SLAVE_BUILD]\\skps", |
191 "--images", | 191 "--images", |
192 "[SLAVE_BUILD]\\images\\dm", | 192 "[SLAVE_BUILD]\\images\\dm", |
| 193 "--colorImages", |
| 194 "[SLAVE_BUILD]\\images\\colorspace", |
193 "--nameByHash", | 195 "--nameByHash", |
194 "--properties", | 196 "--properties", |
195 "gitHash", | 197 "gitHash", |
196 "abc123", | 198 "abc123", |
197 "master", | 199 "master", |
198 "client.skia", | 200 "client.skia", |
199 "builder", | 201 "builder", |
200 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", | 202 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", |
201 "build_number", | 203 "build_number", |
202 "5", | 204 "5", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 237 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
236 }, | 238 }, |
237 "name": "dm" | 239 "name": "dm" |
238 }, | 240 }, |
239 { | 241 { |
240 "name": "$result", | 242 "name": "$result", |
241 "recipe_result": null, | 243 "recipe_result": null, |
242 "status_code": 0 | 244 "status_code": 0 |
243 } | 245 } |
244 ] | 246 ] |
OLD | NEW |