kyrofa / owncloud-snap

ownCloud packaged as a .snap for Ubuntu Core.
GNU General Public License v3.0
11 stars 4 forks source link

Need process to generate 32bit snaps for the Pi #30

Open oparoz opened 8 years ago

oparoz commented 8 years ago

In my exprience, the Pi device is not the best thing to use to build images since compiling MySQL crashes often when only 1GB of RAM is available, so how do we generate test images from PRs that we can test?

@kyrofa @jospoortvliet

kyrofa commented 8 years ago

Great question, this will be a fun one!

First of all, let's be explicit: when you say image, what do you mean? An image that can be flashed on the rpi, or a built snap? Both are possible, but the latter is quite a bit easier than the former.

oparoz commented 8 years ago

Good catch :). I meant snap, but I wrote image. What we need right now is a way to test new version of the ownCloud snap. I see the Pi image as a delivery truck which we shouldn't have too much to worry about, except maybe for things like swap, hw config, credentials, etc.

kyrofa commented 8 years ago

Yeah, same page. And this is totally doable with the Launchpad builders using the Launchpad Python API via Travis.

oparoz commented 8 years ago

ETA?

kyrofa commented 8 years ago

ETA?

Perhaps the better question right now is: what's the priority relative to the other issues? High so we can test fixes for those issues?

oparoz commented 8 years ago

I'd say high, yes, because otherwise we'll either end up shipping untested snaps or not shipping anything at all, but having a much improved snap for amd64... cc @jospoortvliet

kyrofa commented 8 years ago

Bringing our IRC conversation to a close here: For now we're manually using the Launchpad builders, though ideally this would be done with a GitHub integration (e.g. Travis).