Allow Travis CI to run parallel tests
Change-Id: I08fe4599960d826e18a239511a71b7ae5d0eff38
diff --git a/.travis.yml b/.travis.yml
index 7a77247..e70bb99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,15 +17,19 @@
- bundle install
env:
- - PLATFORM=trevorj/salty-whales:trusty
- - PLATFORM=trevorj/salty-whales:xenial
+ - PLATFORM=trevorj/salty-whales:trusty SUITE=cluster
+ - PLATFORM=trevorj/salty-whales:xenial SUITE=cluster
+ - PLATFORM=trevorj/salty-whales:trusty SUITE=single_ceph
+ - PLATFORM=trevorj/salty-whales:xenial SUITE=single_ceph
+ - PLATFORM=trevorj/salty-whales:trusty SUITE=single
+ - PLATFORM=trevorj/salty-whales:xenial SUITE=single
before_script:
- set -o pipefail
- make test | tail
script:
- - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration
+ - KITCHEN_LOCAL_YAML=.kitchen.travis.yml bundle exec kitchen test -t tests/integration
notifications:
webhooks: