Browse Source

Optimize kitchen tests for Travis CI

Change-Id: I2b864114f592a4ba82e839aefe8218b85d236e3c
pull/6/merge
Martin Polreich 6 years ago
parent
commit
b39b092605
2 changed files with 2 additions and 7 deletions
  1. +0
    -6
      .kitchen.travis.yml
  2. +2
    -1
      .travis.yml

+ 0
- 6
.kitchen.travis.yml View File

@@ -1,6 +0,0 @@
suites:

- name: <%= ENV['SUITE'] %>
provisioner:
pillars-from-files:
mongodb.sls: tests/pillar/<%= ENV['SUITE'] %>.sls

+ 2
- 1
.travis.yml View File

@@ -27,7 +27,8 @@ before_script:
- make test | tail

script:
- KITCHEN_LOCAL_YAML=.kitchen.travis.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:

Loading…
Cancel
Save