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 cbd9323 commit a446d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docker_builder:
name: Test ${INSTANCE}
env:
matrix:
- INSTANCE: debian-debian-10-develop-py3
- INSTANCE: debian-debian-10-master-py3
# - INSTANCE: debian-ubuntu-1804-develop-py3
# - INSTANCE: redhat-centos-7-develop-py3
# - INSTANCE: redhat-fedora-30-develop-py3
Expand Down
10 changes: 5 additions & 5 deletions kitchen.yml
Original file line number Diff line number Diff line change
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 Expand Up @@ -195,7 +195,7 @@ verifier:
suites:
- name: debian
includes:
- debian-10-develop-py3
- debian-10-master-py3
- ubuntu-1804-develop-py3
- debian-9-2019-2-py3
- ubuntu-1804-2019-2-py3
Expand Down

0 comments on commit a446d89

Please sign in to comment.