fix(test): test Salt 3001 with Debian 9 and 10

This commit is contained in:
Nicolas Rodriguez 2020-08-24 17:12:05 +02:00
parent 4b483300f6
commit 890bfc15e3
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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: