Skip to content

Commit

Permalink
ci(travis): improve recommended matrix usage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli authored and myii committed May 22, 2019
1 parent a8834e2 commit b08a0fd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ services:

# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# NOTE: To minimise disruption across the whole org, only select five instances
# to run and leave the rest commented out
# The recommended matrix is shown below
# Allow `kitchen.yml` to contain all of the platforms, to allow
# comprehensive local testing
# NOTE: Please try to select up to six instances that add some meaningful
# testing of the formula's behaviour. If possible, try to refrain from
# the classical "chosing all the instances because I want to test on
# another/all distro/s" trap: it will just add time to the testing (see
# the discussion on #121). As an example, the set chosen below covers
# the most used distros families, systemd and non-systemd and the latest
# three supported Saltstack versions with python2 and 3."
# As for `kitchen.yml`, that should still contain all of the platforms,
# to allow for comprehensive local testing
# Ref: https://github.com/saltstack-formulas/template-formula/issues/118
# Ref: https://github.com/saltstack-formulas/template-formula/issues/121
env:
matrix:
- INSTANCE: default-debian-9-2019-2-py3
Expand Down

0 comments on commit b08a0fd

Please sign in to comment.