IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

cf-cli 6.26.0 support for CI tests #83

Closed christiancompton closed 7 years ago

christiancompton commented 7 years ago

The recent upgrade to cf cli version 6.26.0 uses the routes: attribute, as opposed to urls: which was used previously in the return of the cf app <NAME> command. This broke our continuous integration testing, where we extract the application route to cURL for 200 status as part of our performance validation testing.

This code change requests a specific version of the Cloud Foundry CLI, cf-cli=6.26.0, and now uses the routes: attribute.

v6.26.0: screen shot 2017-04-11 at 9 59 14 am

v6.25.0: screen shot 2017-04-11 at 11 42 29 am