Skip to content

cf-riak-cs/8

You can find the source of this version on GitHub at cloudfoundry/cf-riak-cs-release. It was created based on the commit da289b18.

Release Notes

Highlights

  • Timeout for acceptance tests is configurable for BOSH errand using manifest property timeout_scale, and when running tests manually with a property in integration_config.json. Increasing the timeout assists with debugging test failures. timeout_scale defaults to 1.0; a value of 2.0 doubles the timeout.
  • Acceptance tests are now run in parallel, which significantly speeds up test runs.
  • Improved acceptance test output on failure

Manifest Changes

  • Job: acceptance_tests - properties.timeout_scale (optional, defaults to 1.0)

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf-riak-cs"
  version: "8"
  url: "https://bosh.io/d/github.com/cloudfoundry/cf-riak-cs-release?v=8"
  sha1: "706ceeda1881ba7a5cf02cc02d0f362b0df7793c"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 706ceeda1881ba7a5cf02cc02d0f362b0df7793c \
  "https://bosh.io/d/github.com/cloudfoundry/cf-riak-cs-release?v=8"

Jobs

Packages