OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
9 ], | 9 ], |
10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "gm", | 240 "gm", |
241 "_", | 241 "_", |
242 "scaled_tilemodes", | 242 "scaled_tilemodes", |
243 "serialize-8888", | 243 "serialize-8888", |
244 "gm", | 244 "gm", |
245 "_", | 245 "_", |
246 "typefacerendering_pfaMac", | 246 "typefacerendering_pfaMac", |
247 "serialize-8888", | 247 "serialize-8888", |
248 "gm", | 248 "gm", |
249 "_", | 249 "_", |
| 250 "parsedpaths", |
| 251 "serialize-8888", |
| 252 "gm", |
| 253 "_", |
250 "bleed_alpha_image", | 254 "bleed_alpha_image", |
251 "serialize-8888", | 255 "serialize-8888", |
252 "gm", | 256 "gm", |
253 "_", | 257 "_", |
254 "bleed_alpha_image_shader", | 258 "bleed_alpha_image_shader", |
255 "sp-8888", | 259 "sp-8888", |
256 "gm", | 260 "gm", |
257 "_", | 261 "_", |
258 "drawfilter", | 262 "drawfilter", |
259 "pic-8888", | 263 "pic-8888", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" | 350 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" |
347 }, | 351 }, |
348 "name": "dm" | 352 "name": "dm" |
349 }, | 353 }, |
350 { | 354 { |
351 "name": "$result", | 355 "name": "$result", |
352 "recipe_result": null, | 356 "recipe_result": null, |
353 "status_code": 0 | 357 "status_code": 0 |
354 } | 358 } |
355 ] | 359 ] |
OLD | NEW |