Re: A CI Server for Beam?

2016-10-24 Thread Stephen Sisk
Hi Sergio - as I mentioned in my email about integration testing sources[1], we'll also need a cluster hosting mechanism for that and I'm checking out some options. In addition to mesos+marathon, I'm checking out kubernetes and docker swarm. I started out excited about mesos, but so far mesos

Re: A CI Server for Beam?

2016-10-24 Thread Jean-Baptiste Onofré
Yes. I also have a mesos/marathon to bootstrap a cluster a run test pipelines on it. We are discussing with Jason to use this with our Jenkins. Regards JB ⁣​ On Oct 24, 2016, 08:33, at 08:33, "Sergio Fernández" wrote: >On Mon, Oct 24, 2016 at 8:21 AM, Jean-Baptiste Onofré

Re: A CI Server for Beam?

2016-10-24 Thread Jean-Baptiste Onofré
Yes. I also blogged about this. Basically I used one Maven profile per runner. Same code, different runners. Regards JB ⁣​ On Oct 24, 2016, 08:12, at 08:12, "Sergio Fernández" wrote: >Related, but a bit off-topic: has anybody setup a Bean Pipeline CI >against >the different

Re: A CI Server for Beam?

2016-10-23 Thread Frances Perry
Jason recently started documenting the project's testing setup. See http://beam.incubator.apache.org/contribute/testing/ On Sat, Oct 22, 2016 at 11:18 PM, Jean-Baptiste Onofré wrote: > Hi > > We use both Jenkins and Travis. > > Jenkins is on build.apache.org and you can find

Re: A CI Server for Beam?

2016-10-23 Thread Jean-Baptiste Onofré
Hi We use both Jenkins and Travis. Jenkins is on build.apache.org and you can find Travis yml in source. Regards JB ⁣​ On Oct 22, 2016, 21:56, at 21:56, Neelesh Salian wrote: >Hello, > >I wanted to check to see if there is continuous integration service >used to >build