|
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.94@sha256:3913ba70632c591b1accf8f65324008cfcbfb231e03a34908dd92022b3cd9fe4' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.63@sha256:d2dd81049d7c0c8e369c744d57824685ae089403c53b1c767d9cfe1c691d9327' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.63@sha256:d2dd81049d7c0c8e369c744d57824685ae089403c53b1c767d9cfe1c691d9327' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.28@sha256:3a5b362f2fdf60e3a6c614a919c67cc8ae5d34208e287d293fc30c150a919ac6' |
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.0-dind@sha256:d33eb93fe02683e984e6f8a93c0b3d85bb74f56ec83922bc39fb34ba23ab42bc' |
27 | 27 | # yamllint enable rule:line-length
|
28 | 28 | # `variables`
|
29 | 29 | # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3
|
@@ -184,42 +184,42 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'}
|
184 | 184 | ubuntu-2404-master: {extends: '.test_instance_failure_permitted'}
|
185 | 185 | ubuntu-2204-master: {extends: '.test_instance_failure_permitted'}
|
186 | 186 | ubuntu-2004-master: {extends: '.test_instance_failure_permitted'}
|
187 |
| -almalinux-9-3007-3: {extends: '.test_instance'} |
188 |
| -almalinux-8-3007-3: {extends: '.test_instance'} |
189 |
| -amazonlinux-2023-3007-3: {extends: '.test_instance'} |
190 |
| -amazonlinux-2-3007-3: {extends: '.test_instance_failure_permitted'} |
191 |
| -centos-stream9-3007-3: {extends: '.test_instance'} |
192 |
| -debian-12-3007-3: {extends: '.test_instance'} |
193 |
| -debian-11-3007-3: {extends: '.test_instance'} |
194 |
| -fedora-41-3007-3: {extends: '.test_instance_failure_permitted'} |
195 |
| -fedora-40-3007-3: {extends: '.test_instance'} |
196 |
| -opensuse-leap-156-3007-3: {extends: '.test_instance'} |
197 |
| -opensuse-tmbl-latest-3007-3: {extends: '.test_instance'} |
198 |
| -oraclelinux-9-3007-3: {extends: '.test_instance'} |
199 |
| -oraclelinux-8-3007-3: {extends: '.test_instance'} |
200 |
| -rockylinux-9-3007-3: {extends: '.test_instance'} |
201 |
| -rockylinux-8-3007-3: {extends: '.test_instance'} |
202 |
| -ubuntu-2404-3007-3: {extends: '.test_instance'} |
203 |
| -ubuntu-2204-3007-3: {extends: '.test_instance'} |
204 |
| -ubuntu-2004-3007-3: {extends: '.test_instance'} |
205 |
| -almalinux-9-3006-11: {extends: '.test_instance'} |
206 |
| -almalinux-8-3006-11: {extends: '.test_instance'} |
207 |
| -amazonlinux-2023-3006-11: {extends: '.test_instance'} |
208 |
| -amazonlinux-2-3006-11: {extends: '.test_instance_failure_permitted'} |
209 |
| -centos-stream9-3006-11: {extends: '.test_instance'} |
210 |
| -debian-12-3006-11: {extends: '.test_instance'} |
211 |
| -debian-11-3006-11: {extends: '.test_instance'} |
212 |
| -fedora-41-3006-11: {extends: '.test_instance_failure_permitted'} |
213 |
| -fedora-40-3006-11: {extends: '.test_instance'} |
214 |
| -opensuse-leap-156-3006-11: {extends: '.test_instance'} |
215 |
| -opensuse-tmbl-latest-3006-11: {extends: '.test_instance'} |
216 |
| -oraclelinux-9-3006-11: {extends: '.test_instance'} |
217 |
| -oraclelinux-8-3006-11: {extends: '.test_instance'} |
218 |
| -rockylinux-9-3006-11: {extends: '.test_instance'} |
219 |
| -rockylinux-8-3006-11: {extends: '.test_instance'} |
220 |
| -ubuntu-2404-3006-11: {extends: '.test_instance'} |
221 |
| -ubuntu-2204-3006-11: {extends: '.test_instance'} |
222 |
| -ubuntu-2004-3006-11: {extends: '.test_instance'} |
| 187 | +almalinux-9-3007-5: {extends: '.test_instance'} |
| 188 | +almalinux-8-3007-5: {extends: '.test_instance'} |
| 189 | +amazonlinux-2023-3007-5: {extends: '.test_instance'} |
| 190 | +amazonlinux-2-3007-5: {extends: '.test_instance_failure_permitted'} |
| 191 | +centos-stream9-3007-5: {extends: '.test_instance'} |
| 192 | +debian-12-3007-5: {extends: '.test_instance'} |
| 193 | +debian-11-3007-5: {extends: '.test_instance'} |
| 194 | +fedora-41-3007-5: {extends: '.test_instance_failure_permitted'} |
| 195 | +fedora-40-3007-5: {extends: '.test_instance'} |
| 196 | +opensuse-leap-156-3007-5: {extends: '.test_instance'} |
| 197 | +opensuse-tmbl-latest-3007-5: {extends: '.test_instance'} |
| 198 | +oraclelinux-9-3007-5: {extends: '.test_instance'} |
| 199 | +oraclelinux-8-3007-5: {extends: '.test_instance'} |
| 200 | +rockylinux-9-3007-5: {extends: '.test_instance'} |
| 201 | +rockylinux-8-3007-5: {extends: '.test_instance'} |
| 202 | +ubuntu-2404-3007-5: {extends: '.test_instance'} |
| 203 | +ubuntu-2204-3007-5: {extends: '.test_instance'} |
| 204 | +ubuntu-2004-3007-5: {extends: '.test_instance'} |
| 205 | +almalinux-9-3006-13: {extends: '.test_instance'} |
| 206 | +almalinux-8-3006-13: {extends: '.test_instance'} |
| 207 | +amazonlinux-2023-3006-13: {extends: '.test_instance'} |
| 208 | +amazonlinux-2-3006-13: {extends: '.test_instance_failure_permitted'} |
| 209 | +centos-stream9-3006-13: {extends: '.test_instance'} |
| 210 | +debian-12-3006-13: {extends: '.test_instance'} |
| 211 | +debian-11-3006-13: {extends: '.test_instance'} |
| 212 | +fedora-41-3006-13: {extends: '.test_instance_failure_permitted'} |
| 213 | +fedora-40-3006-13: {extends: '.test_instance'} |
| 214 | +opensuse-leap-156-3006-13: {extends: '.test_instance'} |
| 215 | +opensuse-tmbl-latest-3006-13: {extends: '.test_instance'} |
| 216 | +oraclelinux-9-3006-13: {extends: '.test_instance'} |
| 217 | +oraclelinux-8-3006-13: {extends: '.test_instance'} |
| 218 | +rockylinux-9-3006-13: {extends: '.test_instance'} |
| 219 | +rockylinux-8-3006-13: {extends: '.test_instance'} |
| 220 | +ubuntu-2404-3006-13: {extends: '.test_instance'} |
| 221 | +ubuntu-2204-3006-13: {extends: '.test_instance'} |
| 222 | +ubuntu-2004-3006-13: {extends: '.test_instance'} |
223 | 223 | # yamllint enable rule:line-length
|
224 | 224 |
|
225 | 225 | ###############################################################################
|
|
0 commit comments