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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "--nameByHash", | 219 "--nameByHash", |
220 "--properties", | 220 "--properties", |
221 "gitHash", | 221 "gitHash", |
222 "164710", | 222 "164710", |
223 "master", | 223 "master", |
224 "client.skia", | 224 "client.skia", |
225 "builder", | 225 "builder", |
226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", | 226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", |
227 "build_number", | 227 "build_number", |
228 "5", | 228 "5", |
| 229 "--colorImages", |
| 230 "[SLAVE_BUILD]/images/colorspace", |
229 "--key", | 231 "--key", |
230 "arch", | 232 "arch", |
231 "x86_64", | 233 "x86_64", |
232 "compiler", | 234 "compiler", |
233 "GCC", | 235 "GCC", |
234 "configuration", | 236 "configuration", |
235 "Release", | 237 "Release", |
236 "cpu_or_gpu", | 238 "cpu_or_gpu", |
237 "CPU", | 239 "CPU", |
238 "cpu_or_gpu_value", | 240 "cpu_or_gpu_value", |
(...skipping 17 matching lines...) Expand all Loading... |
256 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" | 258 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" |
257 }, | 259 }, |
258 "name": "dm" | 260 "name": "dm" |
259 }, | 261 }, |
260 { | 262 { |
261 "name": "$result", | 263 "name": "$result", |
262 "recipe_result": null, | 264 "recipe_result": null, |
263 "status_code": 0 | 265 "status_code": 0 |
264 } | 266 } |
265 ] | 267 ] |
OLD | NEW |