From 04847bb12b1143c5bdabce20563d55f650c6106e Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 28 Aug 2019 06:58:29 +0100 Subject: [PATCH] ci(kitchen+travis): replace EOL pre-salted images * Automated using https://github.com/myii/ssf-formula/pull/16 --- .travis.yml | 4 ++-- kitchen.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7239ea1..1a42715 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ services: # the `platforms` defined in `kitchen.yml` env: matrix: - - INSTANCE: repositories-debian-9-develop-py3 - - INSTANCE: preferences-debian-9-develop-py3 + - INSTANCE: repositories-debian-10-develop-py3 + # - INSTANCE: preferences-debian-10-develop-py3 # - INSTANCE: repositories-ubuntu-1804-develop-py3 # - INSTANCE: preferences-ubuntu-1804-develop-py3 - INSTANCE: repositories-debian-9-2019-2-py3 diff --git a/kitchen.yml b/kitchen.yml index 0753908..f7fcd2e 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -12,9 +12,9 @@ driver: # the `env.matrix` instances defined in `.travis.yml` platforms: ## SALT `develop` - - name: debian-9-develop-py3 + - name: debian-10-develop-py3 driver: - image: netmanagers/salt-develop-py3:debian-9 + image: netmanagers/salt-develop-py3:debian-10 provision_command: - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop