ci(kitchen): use bootstrapped `opensuse` images until `2019.2.2` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/52
This commit is contained in:
parent
8f36788bfc
commit
0c5eb7e51f
14
kitchen.yml
14
kitchen.yml
|
@ -60,8 +60,13 @@ platforms:
|
||||||
image: netmanagers/salt-2019.2-py2:centos-7
|
image: netmanagers/salt-2019.2-py2:centos-7
|
||||||
- name: opensuse-leap-15-2019-2-py2
|
- name: opensuse-leap-15-2019-2-py2
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py2:opensuse-leap-15
|
image: opensuse/leap:15
|
||||||
|
provision_command:
|
||||||
|
- systemctl enable sshd.service
|
||||||
run_command: /usr/lib/systemd/systemd
|
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`:
|
# 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:
|
||||||
|
@ -87,8 +92,13 @@ platforms:
|
||||||
image: netmanagers/salt-2019.2-py3:fedora-30
|
image: netmanagers/salt-2019.2-py3:fedora-30
|
||||||
- name: opensuse-leap-15-2019-2-py3
|
- name: opensuse-leap-15-2019-2-py3
|
||||||
driver:
|
driver:
|
||||||
image: netmanagers/salt-2019.2-py3:opensuse-leap-15
|
image: opensuse/leap:15
|
||||||
|
provision_command:
|
||||||
|
- systemctl enable sshd.service
|
||||||
run_command: /usr/lib/systemd/systemd
|
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`:
|
||||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||||
transport:
|
transport:
|
||||||
|
|
Loading…
Reference in New Issue