ci(kitchen+travis): upgrade matrix after 2019.2.2
release [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/86
This commit is contained in:
parent
fc9ad29874
commit
85e1f0ec25
28
.travis.yml
28
.travis.yml
@ -36,7 +36,7 @@ jobs:
|
||||
script:
|
||||
# Install and run `salt-lint`
|
||||
- pip install --user salt-lint
|
||||
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$'
|
||||
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
|
||||
| xargs -I {} salt-lint {}
|
||||
# Install and run `yamllint`
|
||||
# Need at least `v1.17.0` for the `yaml-files` setting
|
||||
@ -62,28 +62,30 @@ jobs:
|
||||
# Make sure the instances listed below match up with
|
||||
# the `platforms` defined in `kitchen.yml`
|
||||
- env: INSTANCE=debian-debian-10-master-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-develop-py3
|
||||
# - env: INSTANCE=redhat-centos-7-develop-py3
|
||||
# - env: INSTANCE=redhat-fedora-30-develop-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-15-develop-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-develop-py2
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-master-py3
|
||||
# - env: INSTANCE=redhat-centos-8-master-py3
|
||||
# - env: INSTANCE=redhat-fedora-31-master-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-151-master-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-master-py2
|
||||
# - env: INSTANCE=debian-debian-10-2019-2-py3
|
||||
# - env: INSTANCE=debian-debian-9-2019-2-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-1804-2019-2-py3
|
||||
# - env: INSTANCE=redhat-centos-7-2019-2-py3
|
||||
# - env: INSTANCE=redhat-fedora-30-2019-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-15-2019-2-py3
|
||||
# - env: INSTANCE=redhat-centos-8-2019-2-py3
|
||||
# - env: INSTANCE=redhat-fedora-31-2019-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-151-2019-2-py3
|
||||
# - env: INSTANCE=redhat-centos-7-2019-2-py2
|
||||
- env: INSTANCE=redhat-amazonlinux-2-2019-2-py2
|
||||
- env: INSTANCE=redhat-fedora-30-2018-3-py3
|
||||
# - env: INSTANCE=debian-debian-9-2018-3-py2
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-2018-3-py2
|
||||
# - env: INSTANCE=redhat-centos-7-2018-3-py2
|
||||
- env: INSTANCE=redhat-fedora-29-2018-3-py2
|
||||
- env: INSTANCE=suse-opensuse-leap-15-2018-3-py2
|
||||
- env: INSTANCE=suse-opensuse-leap-151-2018-3-py2
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-2018-3-py2
|
||||
# - env: INSTANCE=debian-debian-8-2017-7-py2
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-2017-7-py2
|
||||
- env: INSTANCE=redhat-centos-6-2017-7-py2
|
||||
# - env: INSTANCE=redhat-fedora-29-2017-7-py2
|
||||
# - env: INSTANCE=suse-opensuse-leap-15-2017-7-py2
|
||||
# - env: INSTANCE=redhat-fedora-30-2017-7-py2
|
||||
# - env: INSTANCE=suse-opensuse-leap-151-2017-7-py2
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-2017-7-py2
|
||||
|
||||
## Define the release stage that runs `semantic-release`
|
||||
|
135
kitchen.yml
135
kitchen.yml
@ -11,88 +11,83 @@ driver:
|
||||
# Make sure the platforms listed below match up with
|
||||
# the `env.matrix` instances defined in `.travis.yml`
|
||||
platforms:
|
||||
## SALT `develop` => `master`
|
||||
## SALT `master`
|
||||
- name: debian-10-master-py3
|
||||
driver:
|
||||
image: netmanagers/salt-master-py3:debian-10
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
||||
- name: ubuntu-1804-develop-py3
|
||||
- name: ubuntu-1804-master-py3
|
||||
driver:
|
||||
image: netmanagers/salt-develop-py3:ubuntu-18.04
|
||||
image: netmanagers/salt-master-py3:ubuntu-18.04
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
|
||||
- name: centos-7-develop-py3
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
||||
- name: centos-8-master-py3
|
||||
driver:
|
||||
image: netmanagers/salt-develop-py3:centos-7
|
||||
image: netmanagers/salt-master-py3:centos-8
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
|
||||
- name: fedora-30-develop-py3
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
||||
- name: fedora-31-master-py3
|
||||
driver:
|
||||
image: netmanagers/salt-develop-py3:fedora-30
|
||||
image: netmanagers/salt-master-py3:fedora-31
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
|
||||
- name: opensuse-leap-15-develop-py3
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
||||
- name: opensuse-leap-151-master-py3
|
||||
driver:
|
||||
image: opensuse/leap:15
|
||||
image: netmanagers/salt-master-py3:opensuse-leap-15.1
|
||||
provision_command:
|
||||
# yamllint disable-line rule:line-length
|
||||
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
|
||||
- systemctl enable sshd.service
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provisioner:
|
||||
salt_bootstrap_options: -XdPfrq -x python3 git develop
|
||||
salt_install: bootstrap
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-develop-py2
|
||||
- name: amazonlinux-2-master-py2
|
||||
driver:
|
||||
image: netmanagers/salt-develop-py2:amazonlinux-2
|
||||
image: netmanagers/salt-master-py2:amazonlinux-2
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
|
||||
- name: arch-base-latest-develop-py2
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python2 git master
|
||||
- name: arch-base-latest-master-py2
|
||||
driver:
|
||||
image: netmanagers/salt-develop-py2:arch-base-latest
|
||||
image: netmanagers/salt-master-py2:arch-base-latest
|
||||
provision_command:
|
||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
|
||||
- sh bootstrap-salt.sh -XdPbfrq -x python2 git master
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
## SALT `2019.2`
|
||||
- name: debian-10-2019-2-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py3:debian-10
|
||||
- name: debian-9-2019-2-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py3:debian-9
|
||||
- name: ubuntu-1804-2019-2-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py3:ubuntu-18.04
|
||||
- name: centos-7-2019-2-py3
|
||||
- name: centos-8-2019-2-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py3:centos-7
|
||||
- name: fedora-30-2019-2-py3
|
||||
image: netmanagers/salt-2019.2-py3:centos-8
|
||||
- name: fedora-31-2019-2-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py3:fedora-30
|
||||
- name: opensuse-leap-15-2019-2-py3
|
||||
image: netmanagers/salt-2019.2-py3:fedora-31
|
||||
- name: opensuse-leap-151-2019-2-py3
|
||||
driver:
|
||||
image: opensuse/leap:15
|
||||
provision_command:
|
||||
# yamllint disable-line rule:line-length
|
||||
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
|
||||
- systemctl enable sshd.service
|
||||
image: netmanagers/salt-2019.2-py3:opensuse-leap-15.1
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provisioner:
|
||||
salt_bootstrap_options: -XdPfrq -x python3 git 2019.2
|
||||
salt_install: bootstrap
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: centos-7-2019-2-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py2:centos-7
|
||||
- name: amazonlinux-2-2019-2-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2019.2-py2:amazonlinux-2
|
||||
@ -102,6 +97,9 @@ platforms:
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
## SALT `2018.3`
|
||||
- name: fedora-30-2018-3-py3
|
||||
driver:
|
||||
image: netmanagers/salt-2018.3-py3:fedora-30
|
||||
- name: debian-9-2018-3-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2018.3-py2:debian-9
|
||||
@ -111,21 +109,11 @@ platforms:
|
||||
- name: centos-7-2018-3-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2018.3-py2:centos-7
|
||||
- name: fedora-29-2018-3-py2
|
||||
- name: opensuse-leap-151-2018-3-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2018.3-py2:fedora-29
|
||||
- name: opensuse-leap-15-2018-3-py2
|
||||
driver:
|
||||
image: opensuse/leap:15
|
||||
provision_command:
|
||||
# yamllint disable-line rule:line-length
|
||||
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
|
||||
- systemctl enable sshd.service
|
||||
image: netmanagers/salt-2018.3-py2:opensuse-leap-15.1
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provisioner:
|
||||
salt_bootstrap_options: -XdPfrq -x python2 git 2018.3
|
||||
salt_install: bootstrap
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
@ -148,21 +136,14 @@ platforms:
|
||||
driver:
|
||||
image: netmanagers/salt-2017.7-py2:centos-6
|
||||
run_command: /sbin/init
|
||||
- name: fedora-29-2017-7-py2
|
||||
- name: fedora-30-2017-7-py2
|
||||
driver:
|
||||
image: netmanagers/salt-2017.7-py2:fedora-29
|
||||
- name: opensuse-leap-15-2017-7-py2
|
||||
image: netmanagers/salt-2017.7-py2:fedora-30
|
||||
- name: opensuse-leap-151-2017-7-py2
|
||||
driver:
|
||||
image: opensuse/leap:15
|
||||
provision_command:
|
||||
# yamllint disable-line rule:line-length
|
||||
- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
|
||||
- systemctl enable sshd.service
|
||||
image: netmanagers/salt-2017.7-py2:opensuse-leap-15.1
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provisioner:
|
||||
salt_bootstrap_options: -XdPfrq -x python2 git 2017.7
|
||||
salt_install: bootstrap
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
@ -196,6 +177,7 @@ suites:
|
||||
- name: debian
|
||||
includes:
|
||||
- debian-10-master-py3
|
||||
- debian-10-2019-2-py3
|
||||
- debian-9-2019-2-py3
|
||||
- debian-9-2018-3-py2
|
||||
- debian-8-2017-7-py2
|
||||
@ -221,7 +203,7 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: ubuntu
|
||||
includes:
|
||||
- ubuntu-1804-develop-py3
|
||||
- ubuntu-1804-master-py3
|
||||
- ubuntu-1804-2019-2-py3
|
||||
- ubuntu-1604-2018-3-py2
|
||||
- ubuntu-1604-2017-7-py2
|
||||
@ -249,17 +231,18 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: redhat
|
||||
includes:
|
||||
- centos-7-develop-py3
|
||||
- fedora-30-develop-py3
|
||||
- amazonlinux-2-develop-py2
|
||||
- centos-7-2019-2-py3
|
||||
- fedora-30-2019-2-py3
|
||||
- centos-8-master-py3
|
||||
- fedora-31-master-py3
|
||||
- amazonlinux-2-master-py2
|
||||
- centos-8-2019-2-py3
|
||||
- fedora-31-2019-2-py3
|
||||
- amazonlinux-2-2019-2-py2
|
||||
- centos-7-2019-2-py2
|
||||
- fedora-30-2018-3-py3
|
||||
- centos-7-2018-3-py2
|
||||
- fedora-29-2018-3-py2
|
||||
- amazonlinux-2-2018-3-py2
|
||||
- centos-6-2017-7-py2
|
||||
- fedora-29-2017-7-py2
|
||||
- fedora-30-2017-7-py2
|
||||
- amazonlinux-2-2017-7-py2
|
||||
provisioner:
|
||||
state_top:
|
||||
@ -278,10 +261,10 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: suse
|
||||
includes:
|
||||
- opensuse-leap-15-develop-py3
|
||||
- opensuse-leap-15-2019-2-py3
|
||||
- opensuse-leap-15-2018-3-py2
|
||||
- opensuse-leap-15-2017-7-py2
|
||||
- opensuse-leap-151-master-py3
|
||||
- opensuse-leap-151-2019-2-py3
|
||||
- opensuse-leap-151-2018-3-py2
|
||||
- opensuse-leap-151-2017-7-py2
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
Loading…
Reference in New Issue
Block a user