X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=.travis.yml;h=9abec6e989a8cbb3dce61d797a4f01bcf4372509;hp=7a77247c114b0b9981f7e894a08eee5145002e25;hb=5dc4197223fd976dad72fe485a84ee4fcc55a2ec;hpb=bbcaadcda30cab3358302e7fbde2e8fb3006f331 diff --git a/.travis.yml b/.travis.yml index 7a77247..9abec6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,15 +17,20 @@ install: - bundle install env: - - PLATFORM=trevorj/salty-whales:trusty - - PLATFORM=trevorj/salty-whales:xenial + - PLATFORM=trevorj/salty-whales:trusty SUITE=client + - PLATFORM=trevorj/salty-whales:xenial SUITE=client + - PLATFORM=trevorj/salty-whales:trusty SUITE=cluster + - PLATFORM=trevorj/salty-whales:xenial SUITE=cluster + - 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 + - test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true + - test ! -e .kitchen.yml || bundle exec kitchen verify ${SUITE} -t tests/integration notifications: webhooks: