|
15 | 15 | stage_test: &stage_test 'test' |
16 | 16 | # `image` |
17 | 17 | # yamllint disable rule:line-length |
18 | | - image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.91@sha256:02574d0409adafb76d5a40a7d08202073e5377f4a7c4bfe9e198d1203ff94a8c' |
19 | | - image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f' |
20 | | - image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f' |
21 | | - image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.25@sha256:ff5192e893c1079fbf70e3ce6bfc3773815041786a75659793158be930ba7803' |
| 18 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.97@sha256:7eaa2170f49cf9a8f2acd11a9fc35d4ec93c514935c6b76f7df8a39f9d2afb45' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.66@sha256:5a915fcebd0c32f54b4effcf1aa58ce03f78fc8e8b95e706183ec57c24c9337c' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.66@sha256:5a915fcebd0c32f54b4effcf1aa58ce03f78fc8e8b95e706183ec57c24c9337c' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.31@sha256:041f7d716f4cde881e547881e6cc771d499ff424d0afb7ec678176ff0b940d0a' |
22 | 22 | image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328' |
23 | 23 | image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14@sha256:374f588420087517a3cc0235e11293bffd72d7a59da3d98d5e69f014ff2a7761' |
24 | 24 | # `services` |
25 | 25 | services_docker_dind: &services_docker_dind |
26 | | - - 'docker:28.2.2-dind@sha256:d4668861cabc1691635d98e827a81cfa834a416f8fe0f4efc609f9f806d86d82' |
| 26 | + - 'docker:28.3.2-dind@sha256:5415fccf3da3aed821efb2258cb7dcf52fb9bb0627b02d45338e887c352c4bce' |
27 | 27 | # yamllint enable rule:line-length |
28 | 28 | # `variables` |
29 | 29 | # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3 |
@@ -161,25 +161,65 @@ rubocop: |
161 | 161 | # Make sure the instances listed below match up with |
162 | 162 | # the `platforms` defined in `kitchen.yml` |
163 | 163 | # yamllint disable rule:line-length |
164 | | -default-debian-12-master: {extends: '.test_instance_failure_permitted'} |
165 | | -default-debian-11-master: {extends: '.test_instance_failure_permitted'} |
166 | | -default-ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} |
167 | | -default-ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} |
168 | | -default-opensuse-leap-156-master: {extends: '.test_instance_failure_permitted'} |
169 | | -default-fedora-40-master: {extends: '.test_instance_failure_permitted'} |
170 | | -default-debian-12-3007-4: {extends: '.test_instance'} |
171 | | -default-debian-11-3007-4: {extends: '.test_instance'} |
172 | | -default-ubuntu-2404-3007-4: {extends: '.test_instance'} |
173 | | -default-ubuntu-2204-3007-4: {extends: '.test_instance'} |
174 | | -default-opensuse-leap-156-3007-4: {extends: '.test_instance'} |
175 | | -default-fedora-40-3007-4: {extends: '.test_instance'} |
176 | | -default-debian-12-3006-12: {extends: '.test_instance'} |
177 | | -default-debian-11-3006-12: {extends: '.test_instance'} |
178 | | -default-ubuntu-2404-3006-12: {extends: '.test_instance'} |
179 | | -default-ubuntu-2204-3006-12: {extends: '.test_instance'} |
180 | | -default-opensuse-leap-156-3006-12: {extends: '.test_instance'} |
181 | | -default-fedora-40-3006-12: {extends: '.test_instance'} |
182 | | - |
| 164 | +# Fedora 41+ will permit failure until this PR is merged into kitchen-docker |
| 165 | +# https://github.com/test-kitchen/kitchen-docker/pull/427 is merged |
| 166 | +# OpenSUSE master branch will fail until zypperpkg module is back in salt core |
| 167 | +# https://github.com/saltstack/great-module-migration/issues/14 |
| 168 | +# |
| 169 | +almalinux-9-master: {extends: '.test_instance_failure_permitted'} |
| 170 | +almalinux-8-master: {extends: '.test_instance_failure_permitted'} |
| 171 | +amazonlinux-2023-master: {extends: '.test_instance_failure_permitted'} |
| 172 | +amazonlinux-2-master: {extends: '.test_instance_failure_permitted'} |
| 173 | +centos-stream9-master: {extends: '.test_instance_failure_permitted'} |
| 174 | +debian-12-master: {extends: '.test_instance_failure_permitted'} |
| 175 | +debian-11-master: {extends: '.test_instance_failure_permitted'} |
| 176 | +fedora-41-master: {extends: '.test_instance_failure_permitted'} |
| 177 | +fedora-40-master: {extends: '.test_instance_failure_permitted'} |
| 178 | +opensuse-leap-156-master: {extends: '.test_instance_failure_permitted'} |
| 179 | +opensuse-tmbl-latest-master: {extends: '.test_instance_failure_permitted'} |
| 180 | +oraclelinux-9-master: {extends: '.test_instance_failure_permitted'} |
| 181 | +oraclelinux-8-master: {extends: '.test_instance_failure_permitted'} |
| 182 | +rockylinux-9-master: {extends: '.test_instance_failure_permitted'} |
| 183 | +rockylinux-8-master: {extends: '.test_instance_failure_permitted'} |
| 184 | +ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} |
| 185 | +ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} |
| 186 | +ubuntu-2004-master: {extends: '.test_instance_failure_permitted'} |
| 187 | +almalinux-9-3007-6: {extends: '.test_instance_failure_permitted'} |
| 188 | +almalinux-8-3007-6: {extends: '.test_instance_failure_permitted'} |
| 189 | +amazonlinux-2023-3007-6: {extends: '.test_instance_failure_permitted'} |
| 190 | +amazonlinux-2-3007-6: {extends: '.test_instance_failure_permitted'} |
| 191 | +centos-stream9-3007-6: {extends: '.test_instance_failure_permitted'} |
| 192 | +debian-12-3007-6: {extends: '.test_instance'} |
| 193 | +debian-11-3007-6: {extends: '.test_instance'} |
| 194 | +fedora-41-3007-6: {extends: '.test_instance_failure_permitted'} |
| 195 | +fedora-40-3007-6: {extends: '.test_instance'} |
| 196 | +opensuse-leap-156-3007-6: {extends: '.test_instance'} |
| 197 | +opensuse-tmbl-latest-3007-6: {extends: '.test_instance'} |
| 198 | +oraclelinux-9-3007-6: {extends: '.test_instance_failure_permitted'} |
| 199 | +oraclelinux-8-3007-6: {extends: '.test_instance_failure_permitted'} |
| 200 | +rockylinux-9-3007-6: {extends: '.test_instance_failure_permitted'} |
| 201 | +rockylinux-8-3007-6: {extends: '.test_instance_failure_permitted'} |
| 202 | +ubuntu-2404-3007-6: {extends: '.test_instance'} |
| 203 | +ubuntu-2204-3007-6: {extends: '.test_instance'} |
| 204 | +ubuntu-2004-3007-6: {extends: '.test_instance'} |
| 205 | +almalinux-9-3006-14: {extends: '.test_instance_failure_permitted'} |
| 206 | +almalinux-8-3006-14: {extends: '.test_instance_failure_permitted'} |
| 207 | +amazonlinux-2023-3006-14: {extends: '.test_instance_failure_permitted'} |
| 208 | +amazonlinux-2-3006-14: {extends: '.test_instance_failure_permitted'} |
| 209 | +centos-stream9-3006-14: {extends: '.test_instance_failure_permitted'} |
| 210 | +debian-12-3006-14: {extends: '.test_instance'} |
| 211 | +debian-11-3006-14: {extends: '.test_instance'} |
| 212 | +fedora-41-3006-14: {extends: '.test_instance_failure_permitted'} |
| 213 | +fedora-40-3006-14: {extends: '.test_instance'} |
| 214 | +opensuse-leap-156-3006-14: {extends: '.test_instance'} |
| 215 | +opensuse-tmbl-latest-3006-14: {extends: '.test_instance'} |
| 216 | +oraclelinux-9-3006-14: {extends: '.test_instance_failure_permitted'} |
| 217 | +oraclelinux-8-3006-14: {extends: '.test_instance_failure_permitted'} |
| 218 | +rockylinux-9-3006-14: {extends: '.test_instance_failure_permitted'} |
| 219 | +rockylinux-8-3006-14: {extends: '.test_instance_failure_permitted'} |
| 220 | +ubuntu-2404-3006-14: {extends: '.test_instance'} |
| 221 | +ubuntu-2204-3006-14: {extends: '.test_instance'} |
| 222 | +ubuntu-2004-3006-14: {extends: '.test_instance'} |
183 | 223 | # yamllint enable rule:line-length |
184 | 224 |
|
185 | 225 | ############################################################################### |
|
0 commit comments