Browse Source

Update .travis.yml and .kitchen.yml files for parallel testing

Change-Id: I9f1df379fbceab316598ad1f683c0b516aa2cff6
pull/13/head
Martin Polreich 7 years ago
parent
commit
0278d2572f
2 changed files with 9 additions and 4 deletions
  1. +6
    -0
      .kitchen.travis.yml
  2. +3
    -4
      .travis.yml

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

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

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

+ 3
- 4
.travis.yml View File

@@ -17,16 +17,15 @@ install:
- bundle install

env:
- PLATFORM=trevorj/salty-whales:trusty
- PLATFORM=trevorj/salty-whales:xenial

- PLATFORM=trevorj/salty-whales:trusty SUITE=iptables_server
- PLATFORM=trevorj/salty-whales:xenial SUITE=iptables_server

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:
on:

Loading…
Cancel
Save