Parcourir la source

Merge "Optimize kitchen tests for Travis CI"

master
Petr Michalec il y a 7 ans
Parent
révision
3c8110d2aa
2 fichiers modifiés avec 2 ajouts et 7 suppressions
  1. +0
    -6
      .kitchen.travis.yml
  2. +2
    -1
      .travis.yml

+ 0
- 6
.kitchen.travis.yml Voir le fichier

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

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

+ 2
- 1
.travis.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer