Pulse build 269fc3d.1
finished at 4:43 AM on 18 February 2010
Build Changeset
Build was manually requested.
Revision ...269fc3d committed by Edward Hieatt <edwardh@porsche.local> on 2010-02-10 19:11:12
Merge branch 'master' of github.com:pivotal/pulse
Build Log
/home/pivotal/.cruise/projects/Pulse/work pivotal$ ruby -e "require 'rubygems' rescue nil; require 'rake'; load '/home/pivotal/ccrb/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear"
(in /home/pivotal/.cruise/projects/Pulse/work)
** Invoke cc:build (first_time)
** Execute cc:build
[CruiseControl] Invoking Rake task "cruise"
** Invoke cruise (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute cruise
** Invoke db:migrate (first_time)
** Invoke environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
** Execute db:test:prepare
** Invoke db:test:load (first_time)
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Execute db:test:load
** Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
** Invoke default (first_time)
** Invoke test (first_time)
** Execute test
** Invoke test:units (first_time)
** Invoke db:test:prepare
** Execute test:units
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
** Invoke test:functionals (first_time)
** Invoke db:test:prepare
** Execute test:functionals
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
** Invoke test:integration (first_time)
** Invoke db:test:prepare
** Execute test:integration
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
** Invoke spec (first_time)
** Invoke db:test:prepare
** Execute spec
....................................................................................................................................................................................................................................................................................................................................................
Finished in 3.334716 seconds
340 examples, 0 failures
** Execute default
Custom Build Artifacts
Project Settings
# Project-specific configuration for CruiseControl.rb
require 'fileutils'
Project.configure do |project|
FileUtils.cp File.join(project.path, 'work', 'config', 'database.yml.example'), File.join(project.path, 'work', 'config', 'database.yml')
FileUtils.cp File.join(project.path, 'work', 'config', 'initializers', 'site_keys.rb.example'), File.join(project.path, 'work', 'config', 'initializers', 'site_keys.rb')
project.email_notifier.emails = ["pivotal-pulse@example.com"]
ENV['CRUISE_PROJECT_NAME'] = project.name
end

