Niall O'Higgins

Results 48 comments of Niall O'Higgins

Yep - totally. Also be nice to have a configuration pane for them with various settings. E.g. only email on failure.

Hi there. Strider comes bundled with a simple worker implementation, but runners are pluggable. Check out the new Docker runner: https://github.com/Strider-CD/strider-docker-runner. This can distributed jobs over the network.

You can always modify an existing runner to work in your super lightweight environments. Sounds like you have very custom requirements. On Tue, Sep 16, 2014 at 8:02 AM, Sten...

If it's just a Linux stack then it should be able to run docker. Docker integration is really where we've seen the interest, rather than a custom thing. On Tuesday,...

Looks like Docker already runs fine on Raspberry Pi: http://sc5.io/blog/2014/07/a-private-raspberry-pi-cloud-with-arm-docker/ On Tue, Sep 16, 2014 at 10:25 AM, Keyvan Fatehi [email protected] wrote: > Reopened #571 https://github.com/Strider-CD/strider/issues/571. > > — >...

You can do all sorts of stuff with Docker privileged mode and setting individual Linux capabilities. GPIO, cameras, USB devices etc are just UNIX device files :) That's the beauty...

As the original creator of Strider, I should chime in here. I used the ISC or MIT license (forget which). Basically the same licensing as the OpenBSD project. Either is...

Does this require Strider to poll? Might it make sense to simply do this as a "scheduled full test run every N hours", which would pull all dependencies from latest,...

Strider runners are pluggable. A gitlab runner plugin could be developed pretty easily I'm sure. On Friday, January 31, 2014, Mike [email protected] wrote: > [image: :+1:] > The gitlab CI...

Unfortunately I'm not sure it's quite that simple. Passport can let us authenticate requests, but we also need a way to integrate with the login / registration flow. For example...