OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "--nameByHash", | 234 "--nameByHash", |
235 "--properties", | 235 "--properties", |
236 "gitHash", | 236 "gitHash", |
237 "164710", | 237 "164710", |
238 "master", | 238 "master", |
239 "client.skia.fyi", | 239 "client.skia.fyi", |
240 "builder", | 240 "builder", |
241 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN", | 241 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN", |
242 "build_number", | 242 "build_number", |
243 "5", | 243 "5", |
| 244 "--colorImages", |
| 245 "[SLAVE_BUILD]/images/colorspace", |
244 "--key", | 246 "--key", |
245 "arch", | 247 "arch", |
246 "x86_64", | 248 "x86_64", |
247 "compiler", | 249 "compiler", |
248 "GCC", | 250 "GCC", |
249 "configuration", | 251 "configuration", |
250 "Debug", | 252 "Debug", |
251 "cpu_or_gpu", | 253 "cpu_or_gpu", |
252 "CPU", | 254 "CPU", |
253 "cpu_or_gpu_value", | 255 "cpu_or_gpu_value", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" | 297 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" |
296 }, | 298 }, |
297 "name": "nanobench" | 299 "name": "nanobench" |
298 }, | 300 }, |
299 { | 301 { |
300 "name": "$result", | 302 "name": "$result", |
301 "recipe_result": null, | 303 "recipe_result": null, |
302 "status_code": 0 | 304 "status_code": 0 |
303 } | 305 } |
304 ] | 306 ] |
OLD | NEW |