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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 { | 209 { |
210 "cmd": [ | 210 "cmd": [ |
211 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R
elease/dm", | 211 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R
elease/dm", |
212 "--undefok", | 212 "--undefok", |
213 "--resourcePath", | 213 "--resourcePath", |
214 "[SLAVE_BUILD]/skia/resources", | 214 "[SLAVE_BUILD]/skia/resources", |
215 "--skps", | 215 "--skps", |
216 "[SLAVE_BUILD]/playback/skps", | 216 "[SLAVE_BUILD]/playback/skps", |
217 "--images", | 217 "--images", |
218 "[SLAVE_BUILD]/images/dm", | 218 "[SLAVE_BUILD]/images/dm", |
| 219 "--colorImages", |
| 220 "[SLAVE_BUILD]/images/colorspace", |
219 "--nameByHash", | 221 "--nameByHash", |
220 "--properties", | 222 "--properties", |
221 "gitHash", | 223 "gitHash", |
222 "164710", | 224 "164710", |
223 "master", | 225 "master", |
224 "client.skia", | 226 "client.skia", |
225 "builder", | 227 "builder", |
226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", | 228 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", |
227 "build_number", | 229 "build_number", |
228 "5", | 230 "5", |
(...skipping 27 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 |