Skip to content

Commit 0665878

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
## Define the rest of the matrix based on Kitchen testing
6262
# Make sure the instances listed below match up with
6363
# the `platforms` defined in `kitchen.yml`
64-
- env: INSTANCE=default-debian-10-develop-py3
64+
- env: INSTANCE=default-debian-10-master-py3
6565
# - env: INSTANCE=default-ubuntu-1804-develop-py3
6666
# - env: INSTANCE=default-centos-7-develop-py3
6767
# - env: INSTANCE=default-fedora-30-develop-py3

Diff for: kitchen.yml

+4-4
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)