On Mon, 2011-01-24 at 18:26 -0700, Alexey Verkhovsky wrote:
> On Mon, Jan 24, 2011 at 4:17 PM, Daniel Berger <[email protected]>
> wrote:
>         So, it looks like 2 processes there, 9330 and 9331. The latter
>         has the
>         former as its parent pid.
> 
> Looks exactly how it should. One is shell, the other one is ruby that
> it invoked.
> 
> 
>         > On Mon, 2011-01-24 at 15:03 -0700, Daniel Berger wrote:
>         > > Not that I can see. We do have multiple watchers setup
>         that are pointing
>         > > at the same project but different branches.
>         
> 
> Accessing the same database and/or some other resource(s), I presume?
> I'd bet that's the problem. To fix it, you want to configure CC.rb to
> serialize builds (i.e., make it so that only one build is running at
> any given time). There is a commented out setting for this in the
> site_config.rb, you just need to find and uncomment it.

I tried that but it didn't solve my problem unfortunately. This is tied
to Passenger somehow I think, because when I run the build using WEBrick
it only runs the tests once, and they pass.

I'll play with our :cruise task some more and see if I can narrow it
down.

Regards,

Dan

_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to