b2d760cd87
Use py3 for latest salt version Use Python 2 on old distros Update Gemfile Updated centos-6 run_command, as it does not use systemd Added tests to verify correct package versions for all cases tested
30 lines
639 B
YAML
30 lines
639 B
YAML
sudo: required
|
|
cache: bundler
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
env:
|
|
matrix:
|
|
- INSTANCE: v2019-2-py3-debian-9
|
|
- INSTANCE: v2019-2-py3-ubuntu-1804
|
|
- INSTANCE: v2019-2-py3-centos-7
|
|
- INSTANCE: v2019-2-py2-fedora-29
|
|
|
|
- INSTANCE: v2018-3-py2-opensuse-423
|
|
- INSTANCE: v2018-3-py2-debian-8
|
|
- INSTANCE: v2018-3-py2-ubuntu-1604
|
|
- INSTANCE: v2018-3-py2-centos-6
|
|
- INSTANCE: v2018-3-py2-forced-fedora-28
|
|
|
|
- INSTANCE: v2017-7-py2-debian-8
|
|
- INSTANCE: v2017-7-py2-ubuntu-1604
|
|
- INSTANCE: v2017-7-py2-centos-6
|
|
|
|
script:
|
|
- bundle exec kitchen verify ${INSTANCE}
|