ci(kitchen+travis): upgrade matrix after 2019.2.2
release
* Automated using https://github.com/myii/ssf-formula/pull/86
This commit is contained in:
parent
acbc238877
commit
b6e3a83229
16
.travis.yml
16
.travis.yml
@ -33,7 +33,7 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
# Install and run `salt-lint`
|
# Install and run `salt-lint`
|
||||||
- pip install --user 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 {}
|
| xargs -I {} salt-lint {}
|
||||||
# Install and run `yamllint`
|
# Install and run `yamllint`
|
||||||
# Need at least `v1.17.0` for the `yaml-files` setting
|
# Need at least `v1.17.0` for the `yaml-files` setting
|
||||||
@ -60,22 +60,20 @@ jobs:
|
|||||||
- env: INSTANCE=v201707-py2-centos-6-2017-7-py2
|
- env: INSTANCE=v201707-py2-centos-6-2017-7-py2
|
||||||
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2
|
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2
|
||||||
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2
|
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2
|
||||||
# - env: INSTANCE=v201803-py2-debian-9-2018-3-py2
|
- env: INSTANCE=v201803-py2-debian-9-2018-3-py2
|
||||||
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2
|
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2
|
||||||
- env: INSTANCE=v201803-py2-centos-7-2018-3-py2
|
- env: INSTANCE=v201803-py2-centos-7-2018-3-py2
|
||||||
- env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2
|
# - env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2
|
||||||
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
|
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
|
||||||
- env: INSTANCE=v201902-py2-debian-9-2019-2-py2
|
|
||||||
- env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
|
- env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
|
||||||
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
|
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
|
||||||
# - env: INSTANCE=v201902-py2-opensuse-leap-15-2019-2-py2
|
- env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2
|
||||||
# - env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2
|
|
||||||
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
|
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
|
||||||
|
- env: INSTANCE=v201902-py3-debian-10-2019-2-py3
|
||||||
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3
|
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3
|
||||||
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
|
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
|
||||||
# - env: INSTANCE=v201902-py3-centos-7-2019-2-py3
|
# - env: INSTANCE=v201902-py3-centos-8-2019-2-py3
|
||||||
- env: INSTANCE=v201902-py3-fedora-30-2019-2-py3
|
- env: INSTANCE=v201902-py3-opensuse-leap-151-2019-2-py3
|
||||||
- env: INSTANCE=v201902-py3-opensuse-leap-15-2019-2-py3
|
|
||||||
|
|
||||||
## Define the release stage that runs `semantic-release`
|
## Define the release stage that runs `semantic-release`
|
||||||
- stage: release
|
- stage: release
|
||||||
|
50
kitchen.yml
50
kitchen.yml
@ -49,30 +49,12 @@ platforms:
|
|||||||
run_command: /usr/lib/systemd/systemd
|
run_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
## SALT `2019.2`
|
## SALT `2019.2`
|
||||||
- name: debian-9-2019-2-py2
|
|
||||||
driver:
|
|
||||||
image: netmanagers/salt-2019.2-py2:debian-9
|
|
||||||
- name: ubuntu-1804-2019-2-py2
|
- name: ubuntu-1804-2019-2-py2
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py2:ubuntu-18.04
|
image: netmanagers/salt-2019.2-py2:ubuntu-18.04
|
||||||
- name: centos-7-2019-2-py2
|
- name: centos-7-2019-2-py2
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py2:centos-7
|
image: netmanagers/salt-2019.2-py2:centos-7
|
||||||
- name: opensuse-leap-15-2019-2-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
|
|
||||||
run_command: /usr/lib/systemd/systemd
|
|
||||||
provisioner:
|
|
||||||
salt_bootstrap_options: -XdPfrq -x python2 git 2019.2
|
|
||||||
salt_install: bootstrap
|
|
||||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
|
||||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
||||||
transport:
|
|
||||||
max_ssh_sessions: 1
|
|
||||||
- name: amazonlinux-2-2019-2-py2
|
- name: amazonlinux-2-2019-2-py2
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py2:amazonlinux-2
|
image: netmanagers/salt-2019.2-py2:amazonlinux-2
|
||||||
@ -80,30 +62,26 @@ platforms:
|
|||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py2:arch-base-latest
|
image: netmanagers/salt-2019.2-py2:arch-base-latest
|
||||||
run_command: /usr/lib/systemd/systemd
|
run_command: /usr/lib/systemd/systemd
|
||||||
|
- name: debian-10-2019-2-py3
|
||||||
|
driver:
|
||||||
|
image: netmanagers/salt-2019.2-py3:debian-10
|
||||||
- name: debian-9-2019-2-py3
|
- name: debian-9-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py3:debian-9
|
image: netmanagers/salt-2019.2-py3:debian-9
|
||||||
- name: ubuntu-1804-2019-2-py3
|
- name: ubuntu-1804-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py3:ubuntu-18.04
|
image: netmanagers/salt-2019.2-py3:ubuntu-18.04
|
||||||
- name: centos-7-2019-2-py3
|
- name: centos-8-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py3:centos-7
|
image: netmanagers/salt-2019.2-py3:centos-8
|
||||||
- name: fedora-30-2019-2-py3
|
- name: fedora-31-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py3:fedora-30
|
image: netmanagers/salt-2019.2-py3:fedora-31
|
||||||
- name: opensuse-leap-15-2019-2-py3
|
- name: opensuse-leap-151-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: opensuse/leap:15
|
image: netmanagers/salt-2019.2-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
|
|
||||||
run_command: /usr/lib/systemd/systemd
|
run_command: /usr/lib/systemd/systemd
|
||||||
provisioner:
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
||||||
salt_bootstrap_options: -XdPfrq -x python3 git 2019.2
|
|
||||||
salt_install: bootstrap
|
|
||||||
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
|
|
||||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||||
transport:
|
transport:
|
||||||
max_ssh_sessions: 1
|
max_ssh_sessions: 1
|
||||||
@ -129,11 +107,11 @@ verifier:
|
|||||||
suites:
|
suites:
|
||||||
- name: v201902-py3
|
- name: v201902-py3
|
||||||
includes:
|
includes:
|
||||||
|
- debian-10-2019-2-py3
|
||||||
- debian-9-2019-2-py3
|
- debian-9-2019-2-py3
|
||||||
- ubuntu-1804-2019-2-py3
|
- ubuntu-1804-2019-2-py3
|
||||||
- centos-7-2019-2-py3
|
- centos-8-2019-2-py3
|
||||||
- fedora-30-2019-2-py3
|
- opensuse-leap-151-2019-2-py3
|
||||||
- opensuse-leap-15-2019-2-py3
|
|
||||||
provisioner:
|
provisioner:
|
||||||
state_top:
|
state_top:
|
||||||
base:
|
base:
|
||||||
@ -155,10 +133,8 @@ suites:
|
|||||||
- path: test/integration/v201902-py3
|
- path: test/integration/v201902-py3
|
||||||
- name: v201902-py2
|
- name: v201902-py2
|
||||||
includes:
|
includes:
|
||||||
- debian-9-2019-2-py2
|
|
||||||
- ubuntu-1804-2019-2-py2
|
- ubuntu-1804-2019-2-py2
|
||||||
- centos-7-2019-2-py2
|
- centos-7-2019-2-py2
|
||||||
- opensuse-leap-15-2019-2-py2
|
|
||||||
- amazonlinux-2-2019-2-py2
|
- amazonlinux-2-2019-2-py2
|
||||||
- arch-base-latest-2019-2-py2
|
- arch-base-latest-2019-2-py2
|
||||||
provisioner:
|
provisioner:
|
||||||
|
Loading…
Reference in New Issue
Block a user