Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit e8f0f7e

Browse files
committed
revert(kitchen+travis): disable debian-8 due to 2019.2 bug
This reverts commit 178c710. Fix is to use `debian:jessie-backports`, to fix in the next commit.
1 parent be780db commit e8f0f7e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
env:
2020
matrix:
2121
- INSTANCE: default-debian-9
22-
# - INSTANCE: default-debian-8
22+
- INSTANCE: default-debian-8
2323
- INSTANCE: default-ubuntu-1804
2424
- INSTANCE: default-ubuntu-1604
2525
- INSTANCE: default-centos-7

kitchen.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ platforms:
2020
run_command: /lib/systemd/systemd
2121
provision_command:
2222
- apt-get update && apt-get install -y udev
23-
# With the release of `2019.2`, `debian-8` is no longer working
24-
# Disabling until the following upstream bug has been resolved:
25-
# * https://github.com/saltstack/salt/issues/51808
26-
# - name: debian-8
27-
# driver_config:
28-
# run_command: /lib/systemd/systemd
29-
# provision_command:
30-
# - apt-get update && apt-get install -y udev
23+
- name: debian-8
24+
driver_config:
25+
run_command: /lib/systemd/systemd
26+
provision_command:
27+
- apt-get update && apt-get install -y udev
3128
- name: ubuntu-18.04
3229
driver_config:
3330
run_command: /lib/systemd/systemd

0 commit comments

Comments
 (0)