Use new image for kitchen tests
Change-Id: I88c948db1c817c1d06d41b544a55676871d9bd9b
diff --git a/.kitchen.yml b/.kitchen.yml
index c4d0a64..8783099 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -30,9 +30,9 @@
platforms:
- - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
+ - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config:
- image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
+ image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
platform: ubuntu
suites:
diff --git a/.travis.yml b/.travis.yml
index 16cd706..d46823c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@
- bundle install
env:
- - PLATFORM=trevorj/salty-whales:trusty SUITE=config
- - PLATFORM=trevorj/salty-whales:xenial SUITE=config
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=config
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=config
+# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=config
before_script:
- set -o pipefail