Skip to content

Commit

Permalink
fix(test): test Salt 3001 with Debian 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 24, 2020
1 parent 4b48330 commit 890bfc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -91,6 +91,8 @@ jobs:
# - env: INSTANCE=default-fedora-31-3000-3-py3
- env: INSTANCE=default-opensuse-leap-152-3000-3-py3
- env: INSTANCE=default-amazonlinux-2-3000-3-py3
- env: INSTANCE=default-debian-10-3001-py3
- env: INSTANCE=default-debian-9-3001-py3
# - env: INSTANCE=default-ubuntu-1804-3000-3-py2
# - env: INSTANCE=default-ubuntu-1604-3000-3-py2
# - env: INSTANCE=default-arch-base-latest-3000-3-py2
Expand Down
8 changes: 8 additions & 0 deletions kitchen.yml
Expand Up @@ -42,6 +42,14 @@ platforms:
driver:
image: saltimages/salt-master-py3:amazonlinux-2

## SALT `3001`
- name: debian-10-3001-py3
driver:
image: saltimages/salt-3001-py3:debian-10
- name: debian-9-3001-py3
driver:
image: saltimages/salt-3001-py3:debian-9

## SALT `3000.3`
- name: debian-10-3000-3-py3
driver:
Expand Down

0 comments on commit 890bfc1

Please sign in to comment.