|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
CI Build Ruby 1.8.7 fix, ci notifications to this list?I just checked in a couple of test disables to make the CCRB build
pass on Ruby 1.8.7, but then I noticed the box was already rolled back to 1.8.7. Anyway, it is a rails problem that will go away when we upgrade rails. On that note, do we want to point the ci notifications to this list? That would have alerted me that the build was passing again... If there are no objections, I can make the change... Thanks, -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?> On that note, do we want to point the ci notifications to this list?
I see no reason why not. --Alex _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?Go for it. Build failure notifications _should_ be annoying. :)
Brian On Jun 24, 2009, at 1:18 PM, Chad Woolley <thewoolleyman@...> wrote: > I just checked in a couple of test disables to make the CCRB build > pass on Ruby 1.8.7, but then I noticed the box was already rolled back > to 1.8.7. Anyway, it is a rails problem that will go away when we > upgrade rails. > > On that note, do we want to point the ci notifications to this list? > That would have alerted me that the build was passing again... If > there are no objections, I can make the change... > > Thanks, > -- Chad > _______________________________________________ > Cruisecontrolrb-developers mailing list > Cruisecontrolrb-developers@... > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?On Wed, Jun 24, 2009 at 3:47 PM, Brian Guthrie <btguthrie@...> wrote:
Go for it. Build failure notifications _should_ be annoying. :) Xactly. _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?+1
Interestingly, the build still broke on the latest 1.8.6; any version of Ruby that has added enumeration over a string (String#chars) would break CC.rb. And Chad is right - this would certainly go away with a Rails upgrade. Alexey Verkhovsky wrote: > On Wed, Jun 24, 2009 at 3:47 PM, Brian Guthrie <btguthrie@... > <mailto:btguthrie@...>> wrote: > > Go for it. Build failure notifications _should_ be annoying. :) > > > Xactly. > > ------------------------------------------------------------------------ > > _______________________________________________ > Cruisecontrolrb-developers mailing list > Cruisecontrolrb-developers@... > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers > Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?On Wed, Jun 24, 2009 at 1:18 PM, Chad Woolley<thewoolleyman@...> wrote:
> I just checked in a couple of test disables to make the CCRB build > pass on Ruby 1.8.7, but then I noticed the box was already rolled back > to 1.8.7. Anyway, it is a rails problem that will go away when we > upgrade rails. So, I'm running this locally on a 1.8.7 VM and the build was still blowing up in latest Rcov after these disabled tests. I disabled rcov under 1.8.7 and that got it green, but we should revisit when we upgrade rails and check out metrics-fu or something. -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?On Wed, Jun 24, 2009 at 1:44 PM, Alexey
Verkhovsky<alexey.verkhovsky@...> wrote: >> On that note, do we want to point the ci notifications to this list? > > I see no reason why not. Hm, I checked the cruise_config.rb and notifier emails are already pointed here. Is there an overriding cruise_config.rb in the project dir on the thoughtworks CI server? Can one of you ThoughtWorkers check it out and delete it if so? Thanks, -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?Nothing there that I could find. Is the build server allowed to send
emails to the devel list? I don't have access to the Rubyforge project to check this. Best, Sidu. Chad Woolley wrote: > On Wed, Jun 24, 2009 at 1:44 PM, Alexey > Verkhovsky<alexey.verkhovsky@...> wrote: > >>> On that note, do we want to point the ci notifications to this list? >>> >> I see no reason why not. >> > > Hm, I checked the cruise_config.rb and notifier emails are already > pointed here. Is there an overriding cruise_config.rb in the project > dir on the thoughtworks CI server? Can one of you ThoughtWorkers > check it out and delete it if so? > > Thanks, > -- Chad > _______________________________________________ > Cruisecontrolrb-developers mailing list > Cruisecontrolrb-developers@... > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers > > Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?On Thu, Jun 25, 2009 at 6:47 AM, C. K. Ponnappa<ckponnappa@...> wrote:
> Nothing there that I could find. Is the build server allowed to send emails > to the devel list? I don't have access to the Rubyforge project to check > this. Here's the admins: Rolf Russell Alexey Verkhovsky Steven Baker If one of them can add me, I'll take a look. -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?"me" being?
On Fri, Jun 26, 2009 at 1:19 AM, Chad Woolley <thewoolleyman@...> wrote:
-- Alexey Verkhovsky http://alex-verkhovsky.blogspot.com/ CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?OK, I remembered about "Search / People" RubyForge thingie, found and added Chad, Sidu and Brian. Enjoy your new special powers.
--Alex _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
|
|
Re: CI Build Ruby 1.8.7 fix, ci notifications to this list?On Fri, Jun 26, 2009 at 12:26 AM, Alexey
Verkhovsky<alexey.verkhovsky@...> wrote: > "me" being? I'm thewoolleyman(@gmail.com) everywhere. Thanks... _______________________________________________ Cruisecontrolrb-developers mailing list Cruisecontrolrb-developers@... http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers |
| Free embeddable forum powered by Nabble | Forum Help |