Skip to content

Commit 81b2c2e

Browse files
committed
ci(kitchen): use debian-10-master-py3 instead of develop [skip ci]
* Automated using myii/ssf-formula#84
1 parent 62baac2 commit 81b2c2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
## Define the rest of the matrix based on Kitchen testing
5151
# Make sure the instances listed below match up with
5252
# the `platforms` defined in `kitchen.yml`
53-
- env: INSTANCE=default-debian-10-develop-py3
53+
- env: INSTANCE=default-debian-10-master-py3
5454
# - env: INSTANCE=default-ubuntu-1804-develop-py3
5555
# - env: INSTANCE=default-centos-7-develop-py3
5656
# - env: INSTANCE=default-fedora-30-develop-py3

kitchen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ driver:
1111
# Make sure the platforms listed below match up with
1212
# the `env.matrix` instances defined in `.travis.yml`
1313
platforms:
14-
## SALT `develop`
15-
- name: debian-10-develop-py3
14+
## SALT `develop` => `master`
15+
- name: debian-10-master-py3
1616
driver:
17-
image: netmanagers/salt-develop-py3:debian-10
17+
image: netmanagers/salt-master-py3:debian-10
1818
provision_command:
1919
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20-
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
20+
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
2121
- name: ubuntu-1804-develop-py3
2222
driver:
2323
image: netmanagers/salt-develop-py3:ubuntu-18.04

0 commit comments

Comments
 (0)