blob: f048aaa64794bb44770ba4beac80bd58bef6862f [file] [log] [blame]
Martin Polreich05a36582018-06-21 15:27:05 +02001language: python
2python:
3- "2.7.13"
Ivan Suzdal50a360f2018-06-04 16:07:41 +04004sudo: required
5services:
6 - docker
7
8install:
9 - pip install PyYAML
10 - pip install virtualenv
11 - |
Martin Polreich4564ed32018-11-07 14:36:12 +010012 if [ ! -e Gemfile ]; then
13 curl -s -o ./Gemfile 'https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas/salt-formulas-scripts.git;a=blob_plain;f=Gemfile;hb=refs/heads/master'
14 fi
Ivan Suzdal50a360f2018-06-04 16:07:41 +040015 - bundle install
16
17env:
18 - PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2016.3 SUITE=server
19 - PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2017.7 SUITE=server
20 - PLATFORM=epcim/salt:saltstack-ubuntu-xenial-salt-2018.3 SUITE=server
21
22before_script:
23 - set -o pipefail
24 - make test | tail
25
26script:
27 - test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true
28 - test ! -e .kitchen.yml || bundle exec kitchen verify ${SUITE} -t tests/integration