Hi everyone,

Most of us Crowbar hackers have been busy with the Pebbles branch (1.6) and neglected master (2.0). That's changing now and I started to look into Travis CI again, only to realize that it's been broken for some time already.

With Bernhard's help, Travis CI is now back in business! If you're interested in the details or need a refresher, refer to the details here:

https://github.com/crowbar/crowbar/blob/master/doc/devguide/testing/travis.md

So Travis CI is now running test unit and Rspec tests on master again. Some notes:

(a) Ruby 1.8.7 is no longer supported for Crowbar 2.0 and onwards - it's officially retired [1]. Use Ruby 1.9.3. There's already some Ruby 1.9 and above only code in Crowbar master [2]. Hence I've removed Ruby 1.8.7 from the Travis CI test matrix. Ruby 2.0 is still there, but it's not a priority for us and tests there are allowed to fail (as before), at least for now.

(b) There's a legitimate failing Rspec test on Ruby 1.9.3:

Failures:

1) jig proposal manipulation test deployment with 2 nodes we can commit the deployment

Failure/Error:test_role1.add_node(node1) if test_role1

NoMethodError:

undefined method `upsteam' for #<Role:0x000000067b38a0>

# ./app/models/node_role.rb:76:in `deployable?'

# ./app/models/deployment_role.rb:42:in `add_node'

# ./spec/models/jig_spec.rb:32:in `block (3 levels) in <top (required)>'

Finished in 32.51 seconds

21 examples, 1 failure

Failed examples:

rspec ./spec/models/jig_spec.rb:36# jig proposal manipulation test deployment with 2 nodes we can commit the deployment


See [3] for details. Let's try hard to always keep Travis CI green!

Cheers,
James T.

[1] http://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/
[2] https://travis-ci.org/crowbar/travis-ci-crowbar/jobs/8967459
[3] https://travis-ci.org/crowbar/travis-ci-crowbar/jobs/8969894

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to