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 6240d7c commit 6f2722f
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 @@ -72,7 +72,10 @@ jobs:
- env: INSTANCE=default-ubuntu-1804-master-py3
# - env: INSTANCE=default-centos-8-master-py3
# - env: INSTANCE=default-ubuntu-1804-3000-3-py3
- env: INSTANCE=default-centos-8-3000-3-py3
- env: INSTANCE=default-centos-8-3001-py3
# - env: INSTANCE=default-centos-7-3001-py3
# - env: INSTANCE=default-ubuntu-1804-3001-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-centos-8-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 @@ -17,6 +17,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 6f2722f

Please sign in to comment.