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 95e8baa commit 207b8b8
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 @@ -64,7 +64,7 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# - 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 207b8b8

Please sign in to comment.