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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" | 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "--nameByHash", | 194 "--nameByHash", |
195 "--properties", | 195 "--properties", |
196 "gitHash", | 196 "gitHash", |
197 "abc123", | 197 "abc123", |
198 "master", | 198 "master", |
199 "client.skia", | 199 "client.skia", |
200 "builder", | 200 "builder", |
201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
202 "build_number", | 202 "build_number", |
203 "5", | 203 "5", |
| 204 "--colorImages", |
| 205 "[SLAVE_BUILD]/images/colorspace", |
204 "--key", | 206 "--key", |
205 "arch", | 207 "arch", |
206 "x86_64", | 208 "x86_64", |
207 "compiler", | 209 "compiler", |
208 "GCC", | 210 "GCC", |
209 "configuration", | 211 "configuration", |
210 "Debug", | 212 "Debug", |
211 "cpu_or_gpu", | 213 "cpu_or_gpu", |
212 "CPU", | 214 "CPU", |
213 "cpu_or_gpu_value", | 215 "cpu_or_gpu_value", |
(...skipping 17 matching lines...) Expand all Loading... |
231 "SKIA_OUT": "[SLAVE_BUILD]/out" | 233 "SKIA_OUT": "[SLAVE_BUILD]/out" |
232 }, | 234 }, |
233 "name": "dm" | 235 "name": "dm" |
234 }, | 236 }, |
235 { | 237 { |
236 "name": "$result", | 238 "name": "$result", |
237 "recipe_result": null, | 239 "recipe_result": null, |
238 "status_code": 0 | 240 "status_code": 0 |
239 } | 241 } |
240 ] | 242 ] |
OLD | NEW |