Use new image for kitchen tests
Change-Id: Ieaaba3f1a550e456914d160e5930077986fdbe50
This commit is contained in:
parent
ce1daf8670
commit
f3b0b94020
2 changed files with 8 additions and 6 deletions
|
@ -30,9 +30,9 @@ verifier:
|
||||||
|
|
||||||
|
|
||||||
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:
|
||||||
|
|
10
.travis.yml
10
.travis.yml
|
@ -17,10 +17,12 @@ install:
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PLATFORM=trevorj/salty-whales:trusty SUITE=alertmanager
|
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=alertmanager
|
||||||
- PLATFORM=trevorj/salty-whales:xenial SUITE=alertmanager
|
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=server
|
||||||
- PLATFORM=trevorj/salty-whales:trusty SUITE=server
|
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=alertmanager
|
||||||
- PLATFORM=trevorj/salty-whales:xenial SUITE=server
|
- PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=server
|
||||||
|
# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=alertmanager
|
||||||
|
# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=server
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- set -o pipefail
|
- set -o pipefail
|
||||||
|
|
Loading…
Reference in a new issue