Skip to content

Commit 774c8ff

Browse files
Merge pull request #46 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
2 parents f57aa69 + a088ca5 commit 774c8ff

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ services:
2626
# Ref: https://github.com/saltstack-formulas/template-formula/issues/121
2727
env:
2828
matrix:
29+
- INSTANCE: repositories-debian-9-develop-py3
30+
# - INSTANCE: repositories-ubuntu-1804-develop-py3
2931
- INSTANCE: repositories-debian-9-2019-2-py3
3032
- INSTANCE: repositories-ubuntu-1804-2019-2-py3
33+
- INSTANCE: preferences-debian-9-develop-py3
34+
# - INSTANCE: preferences-ubuntu-1804-develop-py3
3135
- INSTANCE: preferences-debian-9-2019-2-py3
3236
- INSTANCE: preferences-ubuntu-1804-2019-2-py3
3337

kitchen.yml

+15
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ 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-9-develop-py3
16+
driver:
17+
image: netmanagers/salt-develop-py3:debian-9
18+
provision_command:
19+
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20+
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
21+
- name: ubuntu-1804-develop-py3
22+
driver:
23+
image: netmanagers/salt-develop-py3:ubuntu-18.04
24+
provision_command:
25+
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
26+
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
27+
28+
## SALT 2019.2
1429
- name: debian-9-2019-2-py3
1530
driver:
1631
image: netmanagers/salt-2019.2-py3:debian-9

0 commit comments

Comments
 (0)