Skip to content

Commit

Permalink
refactor(kitchen): update opensuse-leap references from 15 => 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 25, 2019
1 parent 5e88b44 commit e5ee8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssf/files/default/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ platforms:
{{- format_driver_image(os, os_ver, salt_ver, py_ver) }}
{{- format_driver_prov_cmds(os, os_ver, salt_ver, py_ver) }}
{{- format_driver_run_cmds(os, os_ver) }}
{%- if [os, os_ver] == ['opensuse/leap', 15] %}
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
{%- if [os, os_ver] == ['opensuse/leap', 15.1] %}
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
max_ssh_sessions: 1
Expand Down

0 comments on commit e5ee8aa

Please sign in to comment.