From e8f0f7ee2ac20e90382c55e751bc5488b4262204 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 28 Feb 2019 19:19:42 +0000 Subject: [PATCH] revert(kitchen+travis): disable `debian-8` due to `2019.2` bug This reverts commit 178c7103f3e53e0a51132c4698e7ce5fc24999bf. Fix is to use `debian:jessie-backports`, to fix in the next commit. --- .travis.yml | 2 +- kitchen.yml | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d0db247..e899258b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/kitchen.yml b/kitchen.yml index 3fa14bda..586342fc 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -20,14 +20,11 @@ platforms: run_command: /lib/systemd/systemd provision_command: - apt-get update && apt-get 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-get update && apt-get install -y udev + - name: debian-8 + driver_config: + run_command: /lib/systemd/systemd + provision_command: + - apt-get update && apt-get install -y udev - name: ubuntu-18.04 driver_config: run_command: /lib/systemd/systemd