Pārlūkot izejas kodu

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

pull/34/head
Martin Polreich pirms 7 gadiem
vecāks
revīzija
97b56a4c85
2 mainītis faili ar 11 papildinājumiem un 3 dzēšanām
  1. +6
    -0
      .kitchen.travis.yml
  2. +5
    -3
      .travis.yml

+ 6
- 0
.kitchen.travis.yml Parādīt failu

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

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

+ 5
- 3
.travis.yml Parādīt failu

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

env:
- PLATFORM=trevorj/salty-whales:trusty
- PLATFORM=trevorj/salty-whales:xenial
- PLATFORM=trevorj/salty-whales:trusty SUITE=master_cluster
- PLATFORM=trevorj/salty-whales:xenial SUITE=master_cluster
- PLATFORM=trevorj/salty-whales:trusty SUITE=slave_cluster
- PLATFORM=trevorj/salty-whales:xenial SUITE=slave_cluster

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:

Notiek ielāde…
Atcelt
Saglabāt