Procházet zdrojové kódy

Optimize kitchen tests for Travis CI

Change-Id: If3a486b040fd41da1ca4a8ba1454f915c62098d6
pull/139/head
Martin Polreich před 7 roky
rodič
revize
fcee6e443b
2 změnil soubory, kde provedl 2 přidání a 7 odebrání
  1. +0
    -6
      .kitchen.travis.yml
  2. +2
    -1
      .travis.yml

+ 0
- 6
.kitchen.travis.yml Zobrazit soubor

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

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

+ 2
- 1
.travis.yml Zobrazit soubor

@@ -34,7 +34,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:

Načítá se…
Zrušit
Uložit