File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ services:
1313
1414# Make sure the instances listed below match up with
1515# 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
16+ # NOTE: Please try to select up to six instances that add some meaningful
17+ # testing of the formula's behaviour. If possible, try to refrain from
18+ # the classical "chosing all the instances because I want to test on
19+ # another/all distro/s" trap: it will just add time to the testing (see
20+ # the discussion on #121). As an example, the set chosen below covers
21+ # the most used distros families, systemd and non-systemd and the latest
22+ # three supported Saltstack versions with python2 and 3."
23+ # As for `kitchen.yml`, that should still contain all of the platforms,
24+ # to allow for comprehensive local testing
2125# Ref: https://github.com/saltstack-formulas/template-formula/issues/118
26+ # Ref: https://github.com/saltstack-formulas/template-formula/issues/121
2227env :
2328 matrix :
2429 - INSTANCE : default-debian-9-2019-2-py3
You can’t perform that action at this time.
0 commit comments