Browse Source

Use new image for kitchen tests

Change-Id: Iba7d940b7d909b8f70fe6b7490ce5149ad3cdbb4
pull/16/merge
Martin Polreich 6 years ago
parent
commit
7b1db85555
2 changed files with 5 additions and 4 deletions
  1. +2
    -2
      .kitchen.yml
  2. +3
    -2
      .travis.yml

+ 2
- 2
.kitchen.yml View File

sudo: true sudo: true


platforms: platforms:
- name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
- name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config: driver_config:
image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
platform: ubuntu platform: ubuntu


suites: suites:

+ 3
- 2
.travis.yml View File

- bundle install - bundle install


env: env:
- PLATFORM=trevorj/salty-whales:trusty SUITE=iptables-server
- PLATFORM=trevorj/salty-whales:xenial SUITE=iptables-server
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=iptables-server
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=iptables-server
# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=iptables-server


before_script: before_script:
- set -o pipefail - set -o pipefail

Loading…
Cancel
Save