@@ -13,27 +13,33 @@ services:
13
13
14
14
# Make sure the instances listed below match up with
15
15
# the `platforms` defined in `kitchen.yml`
16
+ # NOTE: To minimise disruption across the whole org, only select five instances
17
+ # to run and leave the rest commented out
18
+ # The recommended matrix is shown below
19
+ # Allow `kitchen.yml` to contain all of the platforms, to allow
20
+ # comprehensive local testing
21
+ # Ref: https://github.com/saltstack-formulas/template-formula/issues/118
16
22
env :
17
23
matrix :
18
24
- INSTANCE : default-debian-9-2019-2-py3
19
- - INSTANCE : default-ubuntu-1804-2019-2-py3
25
+ # - INSTANCE: default-ubuntu-1804-2019-2-py3
20
26
- INSTANCE : default-centos-7-2019-2-py3
21
- - INSTANCE : default-fedora-29-2019-2-py3
27
+ # - INSTANCE: default-fedora-29-2019-2-py3
22
28
- INSTANCE : default-opensuse-leap-15-2019-2-py3
23
- - INSTANCE : default-debian-9-2018-3-py2
29
+ # - INSTANCE: default-debian-9-2018-3-py2
24
30
- INSTANCE : default-ubuntu-1604-2018-3-py2
25
- - INSTANCE : default-centos-7-2018-3-py2
31
+ # - INSTANCE: default-centos-7-2018-3-py2
26
32
- INSTANCE : default-fedora-29-2018-3-py2
27
33
# TODO: Use this when fixed instead of `opensuse-leap-42`
28
34
# Ref: https://github.com/netmanagers/salt-image-builder/issues/2
29
35
# - INSTANCE: default-opensuse-leap-15-2018-3-py2
30
- - INSTANCE : default-opensuse-leap-42-2018-3-py2
31
- - INSTANCE : default-debian-8-2017-7-py2
32
- - INSTANCE : default-ubuntu-1604-2017-7-py2
36
+ # - INSTANCE: default-opensuse-leap-42-2018-3-py2
37
+ # - INSTANCE: default-debian-8-2017-7-py2
38
+ # - INSTANCE: default-ubuntu-1604-2017-7-py2
33
39
# TODO: Enable after improving the formula to work with other than `systemd`
34
40
- INSTANCE : default-centos-6-2017-7-py2
35
- - INSTANCE : default-fedora-28-2017-7-py2
36
- - INSTANCE : default-opensuse-leap-42-2017-7-py2
41
+ # - INSTANCE: default-fedora-28-2017-7-py2
42
+ # - INSTANCE: default-opensuse-leap-42-2017-7-py2
37
43
38
44
script :
39
45
- bundle exec kitchen verify ${INSTANCE}
0 commit comments