< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] test cases failing?



On 28/02/13 04:13, Alan Partis wrote:
> On Wed, 27 Feb 2013, Daniel Pocock wrote:
> 
>> Can anyone else comment on this?  Does anybody have an automated daily
>> build of the stack on any particular platform?
> 
> I'd be happy to set this up on my fedora system.  I know it's not RedHat,
> but they're kissing cousins if that counts for anything <grin>
> 
> Can you provide a little direction?
> 

You can probably just rely on the .travis.yml for clues:

https://github.com/resiprocate/resiprocate/blob/master/.travis.yml

Specifically, it does the following:

- travis itself sets up a new VM instance for each build and then adds
all the packages defined with `before_install' - you would simply need
to yum install the rpm equivalents

- then it executes the `script' command, so you would just run the same
command

I could probably put the `script' command stuff into an actual script
that you can run rather than trying to parse the travis.yml

What level of automation do you already have?  Do you already have some
framework like Jenkins, or you'd like to just run it with a commit-hook
or cron job?