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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "master", | 196 "master", |
197 "client.skia", | 197 "client.skia", |
198 "builder", | 198 "builder", |
199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", | 199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", |
200 "build_number", | 200 "build_number", |
201 "5", | 201 "5", |
202 "issue", | 202 "issue", |
203 "500", | 203 "500", |
204 "patchset", | 204 "patchset", |
205 "1", | 205 "1", |
| 206 "--colorImages", |
| 207 "[SLAVE_BUILD]\\images\\colorspace", |
206 "--key", | 208 "--key", |
207 "arch", | 209 "arch", |
208 "x86_64", | 210 "x86_64", |
209 "compiler", | 211 "compiler", |
210 "MSVC", | 212 "MSVC", |
211 "configuration", | 213 "configuration", |
212 "Release", | 214 "Release", |
213 "cpu_or_gpu", | 215 "cpu_or_gpu", |
214 "CPU", | 216 "CPU", |
215 "cpu_or_gpu_value", | 217 "cpu_or_gpu_value", |
(...skipping 17 matching lines...) Expand all Loading... |
233 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 235 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
234 }, | 236 }, |
235 "name": "dm" | 237 "name": "dm" |
236 }, | 238 }, |
237 { | 239 { |
238 "name": "$result", | 240 "name": "$result", |
239 "recipe_result": null, | 241 "recipe_result": null, |
240 "status_code": 0 | 242 "status_code": 0 |
241 } | 243 } |
242 ] | 244 ] |
OLD | NEW |