@@ -7,36 +7,26 @@ stages:
7
7
sudo : required
8
8
cache : bundler
9
9
language : ruby
10
+ dist : xenial
10
11
11
12
services :
12
13
- docker
13
14
14
15
# Make sure the instances listed below match up with
15
16
# the `platforms` defined in `kitchen.yml`
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
25
- # Ref: https://github.com/saltstack-formulas/template-formula/issues/118
26
- # Ref: https://github.com/saltstack-formulas/template-formula/issues/121
27
17
env :
28
18
matrix :
29
19
- INSTANCE : repositories-debian-9-develop-py3
30
- # - INSTANCE: repositories-ubuntu-1804-develop-py3
31
- - INSTANCE : repositories-debian-9-2019-2-py3
32
- - INSTANCE : repositories-ubuntu-1804-2019-2-py3
33
20
- INSTANCE : preferences-debian-9-develop-py3
21
+ # - INSTANCE: repositories-ubuntu-1804-develop-py3
34
22
# - INSTANCE: preferences-ubuntu-1804-develop-py3
23
+ - INSTANCE : repositories-debian-9-2019-2-py3
35
24
- INSTANCE : preferences-debian-9-2019-2-py3
25
+ - INSTANCE : repositories-ubuntu-1804-2019-2-py3
36
26
- INSTANCE : preferences-ubuntu-1804-2019-2-py3
37
27
38
28
script :
39
- - bundle exec kitchen verify ${INSTANCE}
29
+ - bin/ kitchen verify ${INSTANCE}
40
30
41
31
jobs :
42
32
include :
0 commit comments