Skip to content

Commit b08a0fd

Browse files
javierbertolimyii
authored andcommitted
ci(travis): improve recommended matrix usage comment
1 parent a8834e2 commit b08a0fd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2227
env:
2328
matrix:
2429
- INSTANCE: default-debian-9-2019-2-py3

0 commit comments

Comments
 (0)