ci(kitchen+travis): replace EOL pre-salted imagestags/v0.9.1
# the `platforms` defined in `kitchen.yml` | # the `platforms` defined in `kitchen.yml` | ||||
env: | env: | ||||
matrix: | 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: repositories-ubuntu-1804-develop-py3 | ||||
# - INSTANCE: preferences-ubuntu-1804-develop-py3 | # - INSTANCE: preferences-ubuntu-1804-develop-py3 | ||||
- INSTANCE: repositories-debian-9-2019-2-py3 | - INSTANCE: repositories-debian-9-2019-2-py3 |
# the `env.matrix` instances defined in `.travis.yml` | # the `env.matrix` instances defined in `.travis.yml` | ||||
platforms: | platforms: | ||||
## SALT `develop` | ## SALT `develop` | ||||
- name: debian-9-develop-py3 | |||||
- name: debian-10-develop-py3 | |||||
driver: | driver: | ||||
image: netmanagers/salt-develop-py3:debian-9 | |||||
image: netmanagers/salt-develop-py3:debian-10 | |||||
provision_command: | provision_command: | ||||
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com | - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com | ||||
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop | - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop |