@@ -43,6 +43,10 @@ platforms:
43
43
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
44
44
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
45
45
run_command : /usr/lib/systemd/systemd
46
+ # Workaround to avoid intermittent failures on `opensuse-leap-15`:
47
+ # => SCP did not finish successfully (255): (Net::SCP::Error)
48
+ transport :
49
+ max_ssh_sessions : 1
46
50
- name : amazonlinux-2-develop-py2
47
51
driver :
48
52
image : netmanagers/salt-develop-py2:amazonlinux-2
@@ -67,6 +71,10 @@ platforms:
67
71
driver :
68
72
image : netmanagers/salt-2019.2-py3:opensuse-leap-15
69
73
run_command : /usr/lib/systemd/systemd
74
+ # Workaround to avoid intermittent failures on `opensuse-leap-15`:
75
+ # => SCP did not finish successfully (255): (Net::SCP::Error)
76
+ transport :
77
+ max_ssh_sessions : 1
70
78
- name : amazonlinux-2-2019-2-py2
71
79
driver :
72
80
image : netmanagers/salt-2019.2-py2:amazonlinux-2
@@ -88,6 +96,10 @@ platforms:
88
96
driver :
89
97
image : netmanagers/salt-2018.3-py2:opensuse-leap-15
90
98
run_command : /usr/lib/systemd/systemd
99
+ # Workaround to avoid intermittent failures on `opensuse-leap-15`:
100
+ # => SCP did not finish successfully (255): (Net::SCP::Error)
101
+ transport :
102
+ max_ssh_sessions : 1
91
103
- name : amazonlinux-2-2018-3-py2
92
104
driver :
93
105
image : netmanagers/salt-2018.3-py2:amazonlinux-2
@@ -110,6 +122,10 @@ platforms:
110
122
driver :
111
123
image : netmanagers/salt-2017.7-py2:opensuse-leap-15
112
124
run_command : /usr/lib/systemd/systemd
125
+ # Workaround to avoid intermittent failures on `opensuse-leap-15`:
126
+ # => SCP did not finish successfully (255): (Net::SCP::Error)
127
+ transport :
128
+ max_ssh_sessions : 1
113
129
- name : amazonlinux-2-2017-7-py2
114
130
driver :
115
131
image : netmanagers/salt-2017.7-py2:amazonlinux-2
0 commit comments