Skip to content

Commit

Permalink
feat: add latest salt images (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alias454 authored Jun 23, 2020
1 parent 1e37ba5 commit 910f60b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ jobs:
# - env: INSTANCE=default-centos-8-master-py3
# - env: INSTANCE=default-ubuntu-1804-3000-3-py3
# - env: INSTANCE=default-debian-10-3000-3-py3
# - env: INSTANCE=default-debian-9-3001-py3
- env: INSTANCE=default-centos-8-3001-py3
# - env: INSTANCE=default-centos-7-3001-py3
- env: INSTANCE=default-debian-9-3000-3-py3
- env: INSTANCE=default-centos-8-3000-3-py3
# - env: INSTANCE=default-centos-8-3000-3-py3
# - env: INSTANCE=default-centos-7-3000-3-py3
# - env: INSTANCE=default-ubuntu-1804-2019-2-py3
# - env: INSTANCE=default-debian-10-2019-2-py3
Expand Down
11 changes: 11 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ platforms:
driver:
image: saltimages/salt-master-py3:centos-8

## SALT '3001'
- name: ubuntu-1804-3001-py3
driver:
image: saltimages/salt-3001-py3:ubuntu-18.04
- name: centos-8-3001-py3
driver:
image: saltimages/salt-3001-py3:centos-8
- name: centos-7-3001-py3
driver:
image: saltimages/salt-3001-py3:centos-7

## SALT `3000.3`
- name: ubuntu-1804-3000-3-py3
driver:
Expand Down

0 comments on commit 910f60b

Please # to comment.