Skip to content

Commit

Permalink
ci(kitchen): use debian-10-master-py3 instead of develop [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#84
  • Loading branch information
myii committed Oct 24, 2019
1 parent faea464 commit 14ebf92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
# to allow for comprehensive local testing
# Ref: https://github.com/saltstack-formulas/template-formula/issues/118
# Ref: https://github.com/saltstack-formulas/template-formula/issues/121
- env: INSTANCE=default-debian-10-develop-py3
- env: INSTANCE=default-debian-10-master-py3
# - env: INSTANCE=default-ubuntu-1804-develop-py3
# - env: INSTANCE=default-centos-7-develop-py3
# - env: INSTANCE=default-fedora-30-develop-py3
Expand Down
8 changes: 4 additions & 4 deletions kitchen.yml
Expand Up @@ -11,13 +11,13 @@ driver:
# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
platforms:
## SALT `develop`
- name: debian-10-develop-py3
## SALT `develop` => `master`
- name: debian-10-master-py3
driver:
image: netmanagers/salt-develop-py3:debian-10
image: netmanagers/salt-master-py3:debian-10
provision_command:
- 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 master
- name: ubuntu-1804-develop-py3
driver:
image: netmanagers/salt-develop-py3:ubuntu-18.04
Expand Down

0 comments on commit 14ebf92

Please sign in to comment.