|
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.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' |
| 18 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.98@sha256:f227ba6da3c684b5506fa338bdb82b17e7a7a3f75f56b2407632b43a7e7276a2' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.67@sha256:2887fb02ee694a97241777b043b1942b7e6803080e06dd18633f083eed463844' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.67@sha256:2887fb02ee694a97241777b043b1942b7e6803080e06dd18633f083eed463844' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.32@sha256:fa9eef397583add95f4fccefa6ecbbf7a3845d6168f07393da7bc619696b246b' |
22 | 22 | image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328' |
23 | | - image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14@sha256:374f588420087517a3cc0235e11293bffd72d7a59da3d98d5e69f014ff2a7761' |
| 23 | + image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.1.0' |
24 | 24 | # `services` |
25 | 25 | services_docker_dind: &services_docker_dind |
26 | | - - 'docker:28.3.0-dind@sha256:d33eb93fe02683e984e6f8a93c0b3d85bb74f56ec83922bc39fb34ba23ab42bc' |
| 26 | + - 'docker:28.3.2-dind@sha256:44383404ebf0c36243f5969f0dddd23c204ea3bb185e7473a4141f6ccfd07b53' |
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,55 +184,52 @@ 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-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'} |
| 187 | +almalinux-9-3007-6: {extends: '.test_instance'} |
| 188 | +almalinux-8-3007-6: {extends: '.test_instance'} |
| 189 | +amazonlinux-2023-3007-6: {extends: '.test_instance'} |
| 190 | +amazonlinux-2-3007-6: {extends: '.test_instance_failure_permitted'} |
| 191 | +centos-stream9-3007-6: {extends: '.test_instance'} |
| 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'} |
| 199 | +oraclelinux-8-3007-6: {extends: '.test_instance'} |
| 200 | +rockylinux-9-3007-6: {extends: '.test_instance'} |
| 201 | +rockylinux-8-3007-6: {extends: '.test_instance'} |
| 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'} |
| 206 | +almalinux-8-3006-14: {extends: '.test_instance'} |
| 207 | +amazonlinux-2023-3006-14: {extends: '.test_instance'} |
| 208 | +amazonlinux-2-3006-14: {extends: '.test_instance_failure_permitted'} |
| 209 | +centos-stream9-3006-14: {extends: '.test_instance'} |
| 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'} |
| 217 | +oraclelinux-8-3006-14: {extends: '.test_instance'} |
| 218 | +rockylinux-9-3006-14: {extends: '.test_instance'} |
| 219 | +rockylinux-8-3006-14: {extends: '.test_instance'} |
| 220 | +ubuntu-2404-3006-14: {extends: '.test_instance'} |
| 221 | +ubuntu-2204-3006-14: {extends: '.test_instance'} |
| 222 | +ubuntu-2004-3006-14: {extends: '.test_instance'} |
223 | 223 | # yamllint enable rule:line-length |
224 | 224 |
|
225 | 225 | ############################################################################### |
226 | 226 | # `release` stage: `semantic-release` |
227 | 227 | ############################################################################### |
228 | 228 | semantic-release: |
229 | | - only: *only_branch_master_parent_repo |
230 | 229 | stage: *stage_release |
231 | 230 | image: *image_semanticrelease |
232 | 231 | variables: |
233 | 232 | MAINTAINER_TOKEN: '${GH_TOKEN}' |
234 | 233 | script: |
235 | | - # Update `AUTHORS.md` |
236 | | - - '${HOME}/go/bin/maintainer contributor' |
237 | 234 | # Run `semantic-release` |
238 | 235 | - 'semantic-release' |
0 commit comments