From 1b9d2493c94b4dbeb21ea5e9c6596195cf3ce5cc Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 28 Feb 2019 19:22:08 +0000 Subject: [PATCH] ci(kitchen+travis): use `debian:jessie-backports` as `debian-8` * Close #50. * https://github.com/saltstack/salt/issues/51808 * https://github.com/saltstack/salt-pack/issues/657#issuecomment-467932962 --- .travis.yml | 2 +- kitchen.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e899258b..8223d126 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-backports - INSTANCE: default-ubuntu-1804 - INSTANCE: default-ubuntu-1604 - INSTANCE: default-centos-7 diff --git a/kitchen.yml b/kitchen.yml index 586342fc..155dc431 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -20,8 +20,9 @@ platforms: run_command: /lib/systemd/systemd provision_command: - apt-get update && apt-get install -y udev - - name: debian-8 + - name: debian-8-backports driver_config: + image: debian:jessie-backports run_command: /lib/systemd/systemd provision_command: - apt-get update && apt-get install -y udev