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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "_", | 256 "_", |
257 "image", | 257 "image", |
258 "gen_platf", | 258 "gen_platf", |
259 "24bpp-pixeldata-cropped.bmp", | 259 "24bpp-pixeldata-cropped.bmp", |
260 "_", | 260 "_", |
261 "image", | 261 "image", |
262 "gen_platf", | 262 "gen_platf", |
263 "frame_larger_than_image.gif", | 263 "frame_larger_than_image.gif", |
264 "_", | 264 "_", |
265 "image", | 265 "image", |
| 266 "gen_platf", |
| 267 "inc0.png", |
| 268 "_", |
| 269 "image", |
| 270 "gen_platf", |
| 271 "inc1.png", |
| 272 "_", |
| 273 "image", |
| 274 "gen_platf", |
| 275 "inc2.png", |
| 276 "_", |
| 277 "image", |
| 278 "gen_platf", |
| 279 "inc3.png", |
| 280 "_", |
| 281 "image", |
| 282 "gen_platf", |
| 283 "inc4.png", |
| 284 "_", |
| 285 "image", |
| 286 "gen_platf", |
| 287 "inc5.png", |
| 288 "_", |
| 289 "image", |
| 290 "gen_platf", |
| 291 "inc6.png", |
| 292 "_", |
| 293 "image", |
| 294 "gen_platf", |
| 295 "inc7.png", |
| 296 "_", |
| 297 "image", |
| 298 "gen_platf", |
| 299 "inc8.png", |
| 300 "_", |
| 301 "image", |
| 302 "gen_platf", |
| 303 "inc9.png", |
| 304 "_", |
| 305 "image", |
| 306 "gen_platf", |
| 307 "inc10.png", |
| 308 "_", |
| 309 "image", |
| 310 "gen_platf", |
| 311 "inc11.png", |
| 312 "_", |
| 313 "image", |
| 314 "gen_platf", |
| 315 "inc12.png", |
| 316 "_", |
| 317 "image", |
| 318 "gen_platf", |
| 319 "inc13.png", |
| 320 "_", |
| 321 "image", |
| 322 "gen_platf", |
| 323 "inc14.png", |
| 324 "_", |
| 325 "image", |
266 "_", | 326 "_", |
267 "interlaced1.png", | 327 "interlaced1.png", |
268 "_", | 328 "_", |
269 "image", | 329 "image", |
270 "_", | 330 "_", |
271 "interlaced2.png", | 331 "interlaced2.png", |
272 "_", | 332 "_", |
273 "image", | 333 "image", |
274 "_", | 334 "_", |
275 "interlaced3.png", | 335 "interlaced3.png", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "SKIA_OUT": "[SLAVE_BUILD]/out" | 420 "SKIA_OUT": "[SLAVE_BUILD]/out" |
361 }, | 421 }, |
362 "name": "dm" | 422 "name": "dm" |
363 }, | 423 }, |
364 { | 424 { |
365 "name": "$result", | 425 "name": "$result", |
366 "recipe_result": null, | 426 "recipe_result": null, |
367 "status_code": 0 | 427 "status_code": 0 |
368 } | 428 } |
369 ] | 429 ] |
OLD | NEW |