File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
script :
34
34
# Install and run `salt-lint`
35
35
- pip install --user salt-lint
36
- - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$'
36
+ - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$ '
37
37
| xargs -I {} salt-lint {}
38
38
# Install and run `yamllint`
39
39
# Need at least `v1.17.0` for the `yaml-files` setting
51
51
# Make sure the instances listed below match up with
52
52
# the `platforms` defined in `kitchen.yml`
53
53
- env : INSTANCE=repositories-debian-10-master-py3
54
- # - env: INSTANCE=preferences-debian-10-master-py3
55
- # - env: INSTANCE=repositories-ubuntu-1804-develop -py3
56
- # - env: INSTANCE=preferences-ubuntu-1804-develop -py3
54
+ - env : INSTANCE=preferences-debian-10-master-py3
55
+ # - env: INSTANCE=repositories-ubuntu-1804-master -py3
56
+ # - env: INSTANCE=preferences-ubuntu-1804-master -py3
57
57
- env : INSTANCE=repositories-debian-9-2019-2-py3
58
58
- env : INSTANCE=preferences-debian-9-2019-2-py3
59
59
- env : INSTANCE=repositories-ubuntu-1804-2019-2-py3
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ driver:
11
11
# Make sure the platforms listed below match up with
12
12
# the `env.matrix` instances defined in `.travis.yml`
13
13
platforms :
14
- # # SALT `develop` => ` master`
14
+ # # SALT `master`
15
15
- name : debian-10-master-py3
16
16
driver :
17
17
image : netmanagers/salt-master-py3:debian-10
18
18
provision_command :
19
19
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20
20
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
21
- - name : ubuntu-1804-develop -py3
21
+ - name : ubuntu-1804-master -py3
22
22
driver :
23
- image : netmanagers/salt-develop -py3:ubuntu-18.04
23
+ image : netmanagers/salt-master -py3:ubuntu-18.04
24
24
provision_command :
25
25
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
26
- - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
26
+ - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
27
27
28
28
# # SALT `2019.2`
29
29
- name : debian-9-2019-2-py3
You can’t perform that action at this time.
0 commit comments