|
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.142@sha256:c374e40bca234b54db9a3e922239ddeef4581b6481ef4e6679024a453c15b856' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.112@sha256:fce4a39620b9de05356bcab1a4ab56e036462c00065d505c0548867448dc58b1' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.112@sha256:fce4a39620b9de05356bcab1a4ab56e036462c00065d505c0548867448dc58b1' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.45@sha256:bef8c61363feadbe5c5b66abc87d7504e71bc72f50baaf5b2b36dc6b3a5ed073' |
| 22 | + image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:a2abed57112d1931b77b30138d8f6a211303f10f2d03d42513cfbe7de1e25963' |
| 23 | + image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.43@sha256:7d28707c511e7291cf098cf8f04f1da0f7fffeae897d32910cceaf57acd786bb' |
24 | 24 | # `services` |
25 | 25 | services_docker_dind: &services_docker_dind |
26 | | - - 'docker:29.2.1-dind@sha256:8bcbad4b45f0bff9d3e809d85a7ac589390f0be8acbc526850c998c35c1243fd' |
| 26 | + - 'docker:29.5.2-dind@sha256:6b9cd914eb9c6b342c040a49a27a5eb3804453bae6ecc90f7ff96133595a95e8' |
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