|
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.125@sha256:95edb563e9b61ea9038ace01554278cbb3b8c9932055ab78b0855fd3d3ed3693' |
19 | | - image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.95@sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b' |
20 | | - image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.95@sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b' |
21 | | - image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.28@sha256:fb14ff152879618c500efa8eac55a6937b34f10e3b86e6d4869b7eb532618c09' |
22 | | - image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:74850471782195453cdf91f4a5edf62b6fcc3365c124d4d975c7e87a702040d7' |
23 | | - image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.26@sha256:e736e32f69db7c51205c06fd5538731fddfa9c6339d0571e7ec8ce9250b8f962' |
| 18 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.143@sha256:e6b9d5bde638384e202eadda5c13998626fd6cc7df20fdb9480512693a387a42' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.113@sha256:d503da1e360337abd589816f7d166de65baec2aa817749568ec590e8469b2c29' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.113@sha256:d503da1e360337abd589816f7d166de65baec2aa817749568ec590e8469b2c29' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.46@sha256:7f1f029253eaa1fca7eca1e40778999569bb0ff137746a24b930b3286e06efe6' |
| 22 | + image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:a2abed57112d1931b77b30138d8f6a211303f10f2d03d42513cfbe7de1e25963' |
| 23 | + image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.44@sha256:d9d2a41b67259626c17dc2999d1aa214e6e089a7be1a4af306744f272409b5e5' |
24 | 24 | # `services` |
25 | 25 | services_docker_dind: &services_docker_dind |
26 | | - - 'docker:29.2.1-dind@sha256:8bcbad4b45f0bff9d3e809d85a7ac589390f0be8acbc526850c998c35c1243fd' |
| 26 | + - 'docker:29.5.3-dind@sha256:7d85d0eda291f1a7ab6df4a9d1802b5ad4cf9145a088bd11188c78dcb5c7392b' |
27 | 27 | # yamllint enable rule:line-length |
28 | 28 | # `variables` |
29 | 29 | # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3 |
@@ -175,6 +175,24 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'} |
175 | 175 | ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} |
176 | 176 | ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} |
177 | 177 | ubuntu-2004-master: {extends: '.test_instance_failure_permitted'} |
| 178 | +almalinux-9-3008: {extends: '.test_instance'} |
| 179 | +almalinux-8-3008: {extends: '.test_instance'} |
| 180 | +amazonlinux-2023-3008: {extends: '.test_instance'} |
| 181 | +amazonlinux-2-3008: {extends: '.test_instance_failure_permitted'} |
| 182 | +centos-stream9-3008: {extends: '.test_instance'} |
| 183 | +debian-12-3008: {extends: '.test_instance'} |
| 184 | +debian-11-3008: {extends: '.test_instance'} |
| 185 | +fedora-41-3008: {extends: '.test_instance_failure_permitted'} |
| 186 | +fedora-40-3008: {extends: '.test_instance'} |
| 187 | +opensuse-leap-156-3008: {extends: '.test_instance'} |
| 188 | +opensuse-tmbl-latest-3008: {extends: '.test_instance'} |
| 189 | +oraclelinux-9-3008: {extends: '.test_instance'} |
| 190 | +oraclelinux-8-3008: {extends: '.test_instance'} |
| 191 | +rockylinux-9-3008: {extends: '.test_instance'} |
| 192 | +rockylinux-8-3008: {extends: '.test_instance'} |
| 193 | +ubuntu-2404-3008: {extends: '.test_instance'} |
| 194 | +ubuntu-2204-3008: {extends: '.test_instance'} |
| 195 | +ubuntu-2004-3008: {extends: '.test_instance'} |
178 | 196 | almalinux-9-3007: {extends: '.test_instance'} |
179 | 197 | almalinux-8-3007: {extends: '.test_instance'} |
180 | 198 | amazonlinux-2023-3007: {extends: '.test_instance'} |
|
0 commit comments