Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#198 from myii/chore/standardise…
Browse files Browse the repository at this point in the history
…-structure

ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
  • Loading branch information
aboe76 authored Sep 8, 2019
2 parents a2846ed + 13e4e58 commit bb199b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
dist: bionic
stages:
- test
- lint
Expand All @@ -10,7 +11,6 @@ stages:
sudo: required
cache: bundler
language: ruby
dist: xenial

services:
- docker
Expand Down
32 changes: 16 additions & 16 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ platforms:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
run_command: /usr/lib/systemd/systemd
# 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-develop-py2
driver:
image: netmanagers/salt-develop-py2:amazonlinux-2
Expand All @@ -67,6 +71,10 @@ platforms:
driver:
image: netmanagers/salt-2019.2-py3:opensuse-leap-15
run_command: /usr/lib/systemd/systemd
# 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
driver:
image: netmanagers/salt-2019.2-py2:amazonlinux-2
Expand All @@ -88,6 +96,10 @@ platforms:
driver:
image: netmanagers/salt-2018.3-py2:opensuse-leap-15
run_command: /usr/lib/systemd/systemd
# 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-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:amazonlinux-2
Expand All @@ -110,6 +122,10 @@ platforms:
driver:
image: netmanagers/salt-2017.7-py2:opensuse-leap-15
run_command: /usr/lib/systemd/systemd
# 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-2017-7-py2
driver:
image: netmanagers/salt-2017.7-py2:amazonlinux-2
Expand All @@ -133,22 +149,6 @@ verifier:
- cli

suites:
- name: default
includes:
- NONE
provisioner:
state_top:
base:
'*':
- php
pillars:
top.sls:
base:
'*':
- php
verifier:
inspec_tests:
- path: test/integration/default
- name: debian
includes:
- debian-10-develop-py3
Expand Down

0 comments on commit bb199b1

Please sign in to comment.