packages-formula/kitchen.yml
2021-02-19 07:36:18 +00:00

387 lines
10 KiB
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# For help on this file's format, see https://kitchen.ci/
driver:
name: docker
use_sudo: false
privileged: true
run_command: /lib/systemd/systemd
# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
platforms:
## SALT `master`
- name: debian-10-master-py3
driver:
image: saltimages/salt-master-py3:debian-10
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-2004-master-py3
driver:
image: saltimages/salt-master-py3:ubuntu-20.04
- name: ubuntu-1804-master-py3
driver:
image: saltimages/salt-master-py3:ubuntu-18.04
- name: centos-8-master-py3
driver:
image: saltimages/salt-master-py3:centos-8
- name: fedora-32-master-py3
driver:
image: saltimages/salt-master-py3:fedora-32
- name: fedora-31-master-py3
driver:
image: saltimages/salt-master-py3:fedora-31
- name: opensuse-leap-152-master-py3
driver:
image: saltimages/salt-master-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
max_ssh_sessions: 1
- name: amazonlinux-2-master-py3
driver:
image: saltimages/salt-master-py3:amazonlinux-2
- name: oraclelinux-8-master-py3
driver:
image: saltimages/salt-master-py3:oraclelinux-8
- name: gentoo-stage3-latest-master-py3
driver:
image: saltimages/salt-master-py3:gentoo-stage3-latest
run_command: /sbin/init
- name: gentoo-stage3-systemd-master-py3
driver:
image: saltimages/salt-master-py3:gentoo-stage3-systemd
## SALT `3000.3`
- name: debian-10-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:debian-10
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: debian-9-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:debian-9
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-1804-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:ubuntu-18.04
- name: centos-8-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:centos-8
- name: centos-7-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:centos-7
- name: fedora-31-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:fedora-31
- name: opensuse-leap-152-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
max_ssh_sessions: 1
- name: amazonlinux-2-3000-3-py3
driver:
image: saltimages/salt-3000.3-py3:amazonlinux-2
- name: ubuntu-1804-3000-3-py2
driver:
image: saltimages/salt-3000.3-py2:ubuntu-18.04
- name: ubuntu-1604-3000-3-py2
driver:
image: saltimages/salt-3000.3-py2:ubuntu-16.04
- name: arch-base-latest-3000-3-py2
driver:
image: saltimages/salt-3000.3-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd
## SALT `2019.2`
- name: debian-10-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:debian-10
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: debian-9-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:debian-9
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-1804-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:ubuntu-18.04
- name: ubuntu-1604-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:ubuntu-16.04
- name: centos-8-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:centos-8
- name: centos-7-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:centos-7
- name: fedora-31-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:fedora-31
- name: opensuse-leap-152-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
max_ssh_sessions: 1
- name: amazonlinux-2-2019-2-py3
driver:
image: saltimages/salt-2019.2-py3:amazonlinux-2
- name: centos-6-2019-2-py2
driver:
image: saltimages/salt-2019.2-py2:centos-6
run_command: /sbin/init
- name: amazonlinux-1-2019-2-py2
driver:
image: saltimages/salt-2019.2-py2:amazonlinux-1
run_command: /sbin/init
- name: arch-base-latest-2019-2-py2
driver:
image: saltimages/salt-2019.2-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd
provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: packages
salt_copy_filter:
- .kitchen
- .git
verifier:
# https://www.inspec.io/
name: inspec
sudo: true
# cli, documentation, html, progress, json, json-min, json-rspec, junit
reporter:
- cli
suites:
- name: debian
includes:
- debian-10-master-py3
- debian-10-3000-3-py3
- debian-9-3000-3-py3
- debian-10-2019-2-py3
- debian-9-2019-2-py3
provisioner:
state_top:
base:
'*':
- node
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/debian.sls
dependencies:
- name: node
repo: git
source: https://github.com/saltstack-formulas/node-formula.git
verifier:
inspec_tests:
- path: test/integration/default
- name: ubuntu
includes:
- ubuntu-2004-master-py3
- ubuntu-1804-master-py3
- ubuntu-1804-3000-3-py3
- ubuntu-1804-3000-3-py2
- ubuntu-1604-3000-3-py2
- ubuntu-1804-2019-2-py3
- ubuntu-1604-2019-2-py3
provisioner:
state_top:
base:
'*':
- golang.package
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/ubuntu.sls
dependencies:
- name: golang
repo: git
source: https://github.com/saltstack-formulas/golang-formula.git
verifier:
inspec_tests:
- path: test/integration/default
- name: fedora
includes:
- fedora-32-master-py3
- fedora-31-master-py3
- fedora-31-3000-3-py3
- fedora-31-2019-2-py3
provisioner:
state_top:
base:
'*':
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/fedora.sls
verifier:
inspec_tests:
- path: test/integration/default
- name: redhat8
includes:
- centos-8-master-py3
- oraclelinux-8-master-py3
- centos-8-3000-3-py3
provisioner:
state_top:
base:
'*':
- epel
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/redhat8.sls
dependencies:
- name: epel
repo: git
source: https://github.com/saltstack-formulas/epel-formula.git
verifier:
inspec_tests:
- path: test/integration/default
- name: centos
includes:
- centos-7-3000-3-py3
- centos-8-2019-2-py3
- centos-7-2019-2-py3
- centos-6-2019-2-py2
provisioner:
state_top:
base:
'*':
- epel
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/redhat.sls
dependencies:
- name: epel
repo: git
source: https://github.com/saltstack-formulas/epel-formula.git
verifier:
inspec_tests:
- path: test/integration/default
- name: amazon
includes:
- amazonlinux-2-master-py3
- amazonlinux-2-3000-3-py3
- amazonlinux-2-2019-2-py3
- amazonlinux-1-2019-2-py2
provisioner:
state_top:
base:
'*':
- epel
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/amazon.sls
dependencies:
- name: epel
repo: git
source: https://github.com/saltstack-formulas/epel-formula.git
verifier:
inspec_tests:
- path: test/integration/default
- name: suse
includes:
- opensuse-leap-152-master-py3
- opensuse-leap-152-3000-3-py3
- opensuse-leap-152-2019-2-py3
provisioner:
state_top:
base:
'*':
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/opensuse.sls
verifier:
inspec_tests:
- path: test/integration/default
- name: arch
includes:
- arch-base-latest-3000-3-py2
- arch-base-latest-2019-2-py2
provisioner:
state_top:
base:
'*':
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/arch.sls
verifier:
inspec_tests:
- path: test/integration/default
- name: gentoo
includes:
- gentoo-stage3-latest-master-py3
- gentoo-stage3-systemd-master-py3
provisioner:
state_top:
base:
'*':
- packages
pillars:
top.sls:
base:
'*':
- packages
pillars_from_files:
packages.sls: test/salt/pillar/gentoo.sls
verifier:
inspec_tests:
- path: test/integration/default