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 "_", | |
254 "bleed_alpha_image", | 250 "bleed_alpha_image", |
255 "serialize-8888", | 251 "serialize-8888", |
256 "gm", | 252 "gm", |
257 "_", | 253 "_", |
258 "bleed_alpha_image_shader", | 254 "bleed_alpha_image_shader", |
259 "sp-8888", | 255 "sp-8888", |
260 "gm", | 256 "gm", |
261 "_", | 257 "_", |
262 "drawfilter", | 258 "drawfilter", |
263 "pic-8888", | 259 "pic-8888", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" | 346 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" |
351 }, | 347 }, |
352 "name": "dm" | 348 "name": "dm" |
353 }, | 349 }, |
354 { | 350 { |
355 "name": "$result", | 351 "name": "$result", |
356 "recipe_result": null, | 352 "recipe_result": null, |
357 "status_code": 0 | 353 "status_code": 0 |
358 } | 354 } |
359 ] | 355 ] |
OLD | NEW |