projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Improving output of pretty formatter on CI #424

Closed hferentschik closed 8 years ago

hferentschik commented 8 years ago

Fix for issue #419

Also cleaning up Cucumber config in general and speeding up tests.

hferentschik commented 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.

hferentschik commented 8 years ago

test this please

hferentschik commented 8 years ago

Unfortunately, there is something wrong atm. The cdk box tests are not run.

Seems 'cdk' got removed in the Jenkins configuration!?

hferentschik commented 8 years ago

test this please

coolbrg commented 8 years ago

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 && '
hferentschik commented 8 years ago

It is there.

I added it again

hferentschik commented 8 years ago

Reverting back to CDK 2.1 to see whether it makes a difference...

hferentschik commented 8 years ago

test this please

hferentschik commented 8 years ago

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'.

hferentschik commented 8 years ago

test this please

hferentschik commented 8 years ago

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?

hferentschik commented 8 years ago

Closing this pull request. Will be superseded by an updated, slightly differently structured pull request.