@@ -79,6 +79,14 @@ platforms:
7979 # => SCP did not finish successfully (255): (Net::SCP::Error)
8080 transport :
8181 max_ssh_sessions : 1
82+ - name : opensuse-tmbl-latest-master-py3
83+ driver :
84+ image : saltimages/salt-master-py3:opensuse-tumbleweed-latest
85+ run_command : /usr/lib/systemd/systemd
86+ # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
87+ # => SCP did not finish successfully (255): (Net::SCP::Error)
88+ transport :
89+ max_ssh_sessions : 1
8290 - name : amazonlinux-2-master-py3
8391 driver :
8492 image : saltimages/salt-master-py3:amazonlinux-2
@@ -129,6 +137,14 @@ platforms:
129137 # => SCP did not finish successfully (255): (Net::SCP::Error)
130138 transport :
131139 max_ssh_sessions : 1
140+ - name : opensuse-tmbl-latest-3002-2-py3
141+ driver :
142+ image : saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
143+ run_command : /usr/lib/systemd/systemd
144+ # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
145+ # => SCP did not finish successfully (255): (Net::SCP::Error)
146+ transport :
147+ max_ssh_sessions : 1
132148 - name : amazonlinux-2-3002-2-py3
133149 driver :
134150 image : saltimages/salt-3002.2-py3:amazonlinux-2
@@ -186,6 +202,14 @@ platforms:
186202 # => SCP did not finish successfully (255): (Net::SCP::Error)
187203 transport :
188204 max_ssh_sessions : 1
205+ - name : opensuse-tmbl-latest-3001-4-py3
206+ driver :
207+ image : saltimages/salt-3001.4-py3:opensuse-tumbleweed-latest
208+ run_command : /usr/lib/systemd/systemd
209+ # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
210+ # => SCP did not finish successfully (255): (Net::SCP::Error)
211+ transport :
212+ max_ssh_sessions : 1
189213 - name : amazonlinux-2-3001-4-py3
190214 driver :
191215 image : saltimages/salt-3001.4-py3:amazonlinux-2
0 commit comments