Skip to content

Commit

Permalink
ci(kitchen+travis): replace EOL pre-salted images
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#16
  • Loading branch information
myii committed Aug 28, 2019
1 parent f15c64d commit 628d497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 628d497

Please sign in to comment.