Browse Source

Add Salt 2018.3 tests

Change-Id: I3fe9e15a42b12265524403b466c5016d1de86e93
pull/19/head
Martin Polreich 6 years ago
parent
commit
b20ab4e912
2 changed files with 6 additions and 4 deletions
  1. +1
    -1
      .kitchen.yml
  2. +5
    -3
      .travis.yml

+ 1
- 1
.kitchen.yml View File

@@ -31,7 +31,7 @@ verifier:
platforms:
- name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config:
image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
platform: ubuntu

suites:

+ 5
- 3
.travis.yml View File

@@ -17,9 +17,11 @@ install:
- bundle install

env:
- 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
- PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2016.3 SUITE=iptables-server
- PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2017.7 SUITE=iptables-server
- PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2018.3 SUITE=iptables-server
# - PLATFORM=epcim/salt:saltstack-ubuntu-bionic-salt-2017.7 SUITE=iptables-server
# - PLATFORM=epcim/salt:saltstack-ubuntu-bionic-salt-2018.3 SUITE=iptables-server

before_script:
- set -o pipefail

Loading…
Cancel
Save