|
13 | 13 | stage_release: &stage_release 'release'
|
14 | 14 | stage_test: &stage_test 'test'
|
15 | 15 | # `image`
|
16 |
| - image_commitlint: &image_commitlint 'myii/ssf-commitlint:11' |
17 |
| - image_dindruby: &image_dindruby 'myii/ssf-dind-ruby:2.7.1-r3' |
18 |
| - image_precommit: &image_precommit |
19 |
| - name: 'myii/ssf-pre-commit:2.9.2' |
20 |
| - entrypoint: ['/bin/bash', '-c'] |
| 16 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.76' |
| 17 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.45' |
| 18 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.45' |
| 19 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.10' |
21 | 20 | image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest'
|
22 | 21 | image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14'
|
23 | 22 | # `services`
|
@@ -131,69 +130,27 @@ rubocop:
|
131 | 130 | # Make sure the instances listed below match up with
|
132 | 131 | # the `platforms` defined in `kitchen.yml`
|
133 | 132 | # yamllint disable rule:line-length
|
134 |
| -# default-debian-11-tiamat-py3: {extends: '.test_instance'} |
135 |
| -# default-debian-10-tiamat-py3: {extends: '.test_instance'} |
136 |
| -# default-debian-9-tiamat-py3: {extends: '.test_instance'} |
137 |
| -# default-ubuntu-2204-tiamat-py3: {extends: '.test_instance_failure_permitted'} |
138 |
| -# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} |
139 |
| -# default-ubuntu-1804-tiamat-py3: {extends: '.test_instance'} |
140 |
| -# default-centos-stream8-tiamat-py3: {extends: '.test_instance_failure_permitted'} |
141 |
| -# default-centos-7-tiamat-py3: {extends: '.test_instance'} |
142 |
| -# default-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} |
143 |
| -# default-oraclelinux-8-tiamat-py3: {extends: '.test_instance'} |
144 |
| -# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'} |
145 |
| -# default-almalinux-8-tiamat-py3: {extends: '.test_instance'} |
146 |
| -# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'} |
147 |
| -default-debian-11-master-py3: {extends: '.test_instance'} |
148 |
| -default-debian-10-master-py3: {extends: '.test_instance'} |
149 |
| -default-debian-9-master-py3: {extends: '.test_instance'} |
| 133 | +# |
| 134 | +# The alias states were removed in the great module migration, causing the tests to fail with Salt master branch |
| 135 | +# See https://github.com/saltstack-formulas/postfix-formula/issues/134 |
| 136 | +default-debian-12-master-py3: {extends: '.test_instance_failure_permitted'} |
| 137 | +default-debian-11-master-py3: {extends: '.test_instance_failure_permitted'} |
| 138 | +default-ubuntu-2404-master-py3: {extends: '.test_instance_failure_permitted'} |
150 | 139 | default-ubuntu-2204-master-py3: {extends: '.test_instance_failure_permitted'}
|
151 |
| -default-ubuntu-2004-master-py3: {extends: '.test_instance'} |
152 |
| -default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
153 |
| -default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
154 |
| -default-centos-7-master-py3: {extends: '.test_instance'} |
155 |
| -default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} |
156 |
| -default-fedora-35-master-py3: {extends: '.test_instance'} |
157 |
| -default-opensuse-leap-153-master-py3: {extends: '.test_instance'} |
158 |
| -default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
159 |
| -default-amazonlinux-2-master-py3: {extends: '.test_instance'} |
160 |
| -default-oraclelinux-8-master-py3: {extends: '.test_instance'} |
161 |
| -default-oraclelinux-7-master-py3: {extends: '.test_instance'} |
162 |
| -default-arch-base-latest-master-py3: {extends: '.test_instance'} |
163 |
| -default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'} |
164 |
| -default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'} |
165 |
| -default-almalinux-8-master-py3: {extends: '.test_instance'} |
166 |
| -default-rockylinux-8-master-py3: {extends: '.test_instance'} |
167 |
| -# default-debian-11-3004-1-py3: {extends: '.test_instance'} |
168 |
| -# default-debian-10-3004-1-py3: {extends: '.test_instance'} |
169 |
| -# default-debian-9-3004-1-py3: {extends: '.test_instance'} |
170 |
| -# default-ubuntu-2204-3004-1-py3: {extends: '.test_instance_failure_permitted'} |
171 |
| -# default-ubuntu-2004-3004-1-py3: {extends: '.test_instance'} |
172 |
| -# default-ubuntu-1804-3004-1-py3: {extends: '.test_instance'} |
173 |
| -# default-centos-stream8-3004-1-py3: {extends: '.test_instance_failure_permitted'} |
174 |
| -# default-centos-7-3004-1-py3: {extends: '.test_instance'} |
175 |
| -# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'} |
176 |
| -# default-fedora-35-3004-1-py3: {extends: '.test_instance'} |
177 |
| -# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'} |
178 |
| -# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'} |
179 |
| -# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'} |
180 |
| -# default-arch-base-latest-3004-1-py3: {extends: '.test_instance'} |
181 |
| -# default-gentoo-stage3-latest-3004-1-py3: {extends: '.test_instance'} |
182 |
| -# default-gentoo-stage3-systemd-3004-1-py3: {extends: '.test_instance'} |
183 |
| -# default-almalinux-8-3004-1-py3: {extends: '.test_instance'} |
184 |
| -# default-rockylinux-8-3004-1-py3: {extends: '.test_instance'} |
185 |
| -# default-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'} |
186 |
| -# default-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'} |
187 |
| -# default-debian-10-3003-4-py3: {extends: '.test_instance'} |
188 |
| -# default-debian-9-3003-4-py3: {extends: '.test_instance'} |
189 |
| -# default-ubuntu-2004-3003-4-py3: {extends: '.test_instance'} |
190 |
| -# default-ubuntu-1804-3003-4-py3: {extends: '.test_instance'} |
191 |
| -# default-centos-stream8-3003-4-py3: {extends: '.test_instance_failure_permitted'} |
192 |
| -# default-centos-7-3003-4-py3: {extends: '.test_instance'} |
193 |
| -# default-amazonlinux-2-3003-4-py3: {extends: '.test_instance'} |
194 |
| -# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'} |
195 |
| -# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'} |
196 |
| -# default-almalinux-8-3003-4-py3: {extends: '.test_instance'} |
| 140 | +default-opensuse-leap-155-master-py3: {extends: '.test_instance_failure_permitted'} |
| 141 | +default-fedora-40-master-py3: {extends: '.test_instance_failure_permitted'} |
| 142 | +default-debian-12-3007-1-py3: {extends: '.test_instance'} |
| 143 | +default-debian-11-3007-1-py3: {extends: '.test_instance'} |
| 144 | +default-ubuntu-2404-3007-1-py3: {extends: '.test_instance'} |
| 145 | +default-ubuntu-2204-3007-1-py3: {extends: '.test_instance'} |
| 146 | +default-opensuse-leap-155-3007-1-py3: {extends: '.test_instance'} |
| 147 | +default-fedora-40-3007-1-py3: {extends: '.test_instance'} |
| 148 | +default-debian-12-3006-10-py3: {extends: '.test_instance'} |
| 149 | +default-debian-11-3006-10-py3: {extends: '.test_instance'} |
| 150 | +default-ubuntu-2404-3006-10-py3: {extends: '.test_instance'} |
| 151 | +default-ubuntu-2204-3006-10-py3: {extends: '.test_instance'} |
| 152 | +default-opensuse-leap-155-3006-10-py3: {extends: '.test_instance'} |
| 153 | +default-fedora-40-3006-10-py3: {extends: '.test_instance'} |
197 | 154 | # yamllint enable rule:line-length
|
198 | 155 |
|
199 | 156 | ###############################################################################
|
|
0 commit comments