Closed hferentschik closed 8 years ago
@budhrg check out the build results for this pull request. I think things are clearer now. Unfortunately, there is something wrong atm. The cdk box tests are not run.
test this please
Unfortunately, there is something wrong atm. The cdk box tests are not run.
Seems 'cdk' got removed in the Jenkins configuration!?
test this please
Seems 'cdk' got removed in the Jenkins configuration!?
It is there.
build_cmd += 'bundle exec rake features CUCUMBER_OPTS=\'-p ci\' PROVIDER=libvirt BOX=adb,cdk && '
It is there.
I added it again
Reverting back to CDK 2.1 to see whether it makes a difference...
test this please
All tests pass with CDK 2.1. There is a regression in 2.2 which seems to be connected to the availability of OpenShift after 'vagrant up'.
test this please
Added a @todo annotation for now to the CDK OpenShift test and disabled it from default and ci profile. This way we can get the update to CDK 2.3 as well as the improved reporting while we figure out issue #415.
@budhrg WDYT?
Closing this pull request. Will be superseded by an updated, slightly differently structured pull request.
Fix for issue #419
Also cleaning up Cucumber config in general and speeding up tests.