@@ -58,56 +58,47 @@ jobs:
58
58
# # Define the rest of the matrix based on Kitchen testing
59
59
# Make sure the instances listed below match up with
60
60
# the `platforms` defined in `kitchen.yml`
61
- # NOTE: Please try to select up to six instances that add some meaningful
62
- # testing of the formula's behaviour. If possible, try to refrain from
63
- # the classical "chosing all the instances because I want to test on
64
- # another/all distro/s" trap: it will just add time to the testing (see
65
- # the discussion on #121). As an example, the set chosen below covers
66
- # the most used distros families, systemd and non-systemd and the latest
67
- # three supported Saltstack versions with python2 and 3.
68
- # As for `kitchen.yml`, that should still contain all of the platforms,
69
- # to allow for comprehensive local testing
70
- # Ref: https://github.com/saltstack-formulas/template-formula/issues/118
71
- # Ref: https://github.com/saltstack-formulas/template-formula/issues/121
72
- - env : INSTANCE=default-ubuntu-1804-master-py3
73
- - env : INSTANCE=source-ubuntu-1804-master-py3
74
- - env : INSTANCE=repo-ubuntu-1804-master-py3
75
61
- env : INSTANCE=default-debian-10-master-py3
62
+ # - env: INSTANCE=default-ubuntu-1804-master-py3
76
63
- env : INSTANCE=default-centos-8-master-py3
77
- - env : INSTANCE=default-fedora-31-master-py3
78
- - env : INSTANCE=binary -opensuse-leap-151-master-py3
79
- - env : INSTANCE=binary -amazonlinux-2-master-py3
80
- - env : INSTANCE=binary -arch-base-latest-master-py2
64
+ # - env: INSTANCE=default-fedora-31-master-py3
65
+ # - env: INSTANCE=default -opensuse-leap-151-master-py3
66
+ # - env: INSTANCE=default -amazonlinux-2-master-py3
67
+ # - env: INSTANCE=default -arch-base-latest-master-py2
81
68
# - env: INSTANCE=default-debian-10-3000-1-py3
82
- # - env: INSTANCE=default-ubuntu-1804-3000-1-py3
69
+ - env : INSTANCE=default-ubuntu-1804-3000-1-py3
70
+ - env : INSTANCE=source-ubuntu-1804-3000-1-py3
71
+ - env : INSTANCE=repo-ubuntu-1804-3000-1-py3
83
72
# - env: INSTANCE=default-centos-8-3000-1-py3
84
73
# - env: INSTANCE=default-fedora-31-3000-1-py3
85
74
# - env: INSTANCE=default-opensuse-leap-151-3000-1-py3
75
+ - env : INSTANCE=binary-opensuse-leap-151-3000-1-py3
86
76
# - env: INSTANCE=default-amazonlinux-2-3000-1-py3
77
+ - env : INSTANCE=binary-amazonlinux-2-3000-1-py3
87
78
# - env: INSTANCE=default-arch-base-latest-3000-1-py2
88
79
# - env: INSTANCE=default-debian-10-2019-2-py3
89
80
# - env: INSTANCE=default-debian-9-2019-2-py3
90
81
# - env: INSTANCE=default-ubuntu-1804-2019-2-py3
91
82
# - env: INSTANCE=default-ubuntu-1604-2019-2-py3
92
83
# - env: INSTANCE=default-centos-8-2019-2-py3
93
84
# - env: INSTANCE=default-centos-7-2019-2-py3
94
- # - env: INSTANCE=default-fedora-31-2019-2-py3
85
+ - env : INSTANCE=default-fedora-31-2019-2-py3
95
86
# - env: INSTANCE=default-opensuse-leap-151-2019-2-py3
96
87
# - env: INSTANCE=default-amazonlinux-2-2019-2-py3
97
88
# - env: INSTANCE=default-ubuntu-1804-2019-2-py2
98
89
# - env: INSTANCE=default-amazonlinux-1-2019-2-py2
99
- # - env: INSTANCE=default-arch-base-latest-2019-2-py2
90
+ # - env: INSTANCE=default-arch-base-latest-2019-2-py2
100
91
# - env: INSTANCE=default-centos-7-2018-3-py3
101
92
# - env: INSTANCE=default-fedora-30-2018-3-py3
102
93
# - env: INSTANCE=default-debian-9-2018-3-py2
103
94
# - env: INSTANCE=default-debian-8-2018-3-py2
104
95
# - env: INSTANCE=default-ubuntu-1804-2018-3-py2
105
96
# - env: INSTANCE=default-ubuntu-1604-2018-3-py2
106
- # - env: INSTANCE=centos6 -centos-6-2018-3-py2
97
+ # - env: INSTANCE=default -centos-6-2018-3-py2
107
98
# - env: INSTANCE=default-opensuse-leap-151-2018-3-py2
108
99
# - env: INSTANCE=default-amazonlinux-1-2018-3-py2
109
100
# - env: INSTANCE=default-arch-base-latest-2018-3-py2
110
- # <REMOVEME
101
+ - env : INSTANCE=binary-arch-base-latest-2018-3-py2
111
102
112
103
# # Define the release stage that runs `semantic-release`
113
104
- stage : ' release'
0 commit comments