Skip to content

Commit

Permalink
ci(kitchen+travis): disable debian-8 due to 2019.2 installation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 25, 2019
1 parent ed00758 commit 178c710
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
env:
matrix:
- INSTANCE: default-debian-9
- INSTANCE: default-debian-8
# - INSTANCE: default-debian-8
- INSTANCE: default-ubuntu-1804
- INSTANCE: default-ubuntu-1604
- INSTANCE: default-centos-7
Expand Down
13 changes: 8 additions & 5 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ platforms:
run_command: /lib/systemd/systemd
provision_command:
- apt install -y udev
- name: debian-8
driver_config:
run_command: /lib/systemd/systemd
provision_command:
- apt install -y udev
# With the release of `2019.2`, `debian-8` is no longer working
# Disabling until the following upstream bug has been resolved:
# * https://github.com/saltstack/salt/issues/51808
# - name: debian-8
# driver_config:
# run_command: /lib/systemd/systemd
# provision_command:
# - apt install -y udev
- name: ubuntu-18.04
driver_config:
run_command: /lib/systemd/systemd
Expand Down

0 comments on commit 178c710

Please sign in to comment.