|
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.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' |
| 18 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.103@sha256:3a2bf514e461769ed7b8880213e9637186bb7e17e0653b4a6ad3f249e4a60d33' |
| 19 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.72@sha256:20873e73badc9d5ea93e20ef745f64fe957625a755a60c91e3dad600217e2c76' |
| 20 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.72@sha256:20873e73badc9d5ea93e20ef745f64fe957625a755a60c91e3dad600217e2c76' |
| 21 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.5@sha256:9d92b83a64378da3f9363668b0da244d9f12039d86579881d649ddb40ce261f3' |
22 | 22 | image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328' |
23 | | - image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.1.0' |
| 23 | + image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.4@sha256:e7cfe36054a56382568c0824d2539a67a956711d7b674093db320815e928ee27' |
24 | 24 | # `services` |
25 | 25 | services_docker_dind: &services_docker_dind |
26 | | - - 'docker:28.3.2-dind@sha256:44383404ebf0c36243f5969f0dddd23c204ea3bb185e7473a4141f6ccfd07b53' |
| 26 | + - 'docker:28.3.3-dind@sha256:a56b3bdde89315ed2cc0e4906e582b5033d93bf20d9cb9510c2cdd4e7f7690b1' |
27 | 27 | # yamllint enable rule:line-length |
28 | 28 | # `variables` |
29 | 29 | # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3 |
@@ -94,15 +94,6 @@ commitlint: |
94 | 94 | # Set default commit hashes for `--from` and `--to` |
95 | 95 | - 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"' |
96 | 96 | - 'export COMMITLINT_TO="${CI_COMMIT_SHA}"' |
97 | | - # `coqbot` adds a merge commit to test PRs on top of the latest commit in |
98 | | - # the repo; amend this merge commit message to avoid failure |
99 | | - - | |
100 | | - if [ "${GITLAB_USER_LOGIN}" = "coqbot" ] \ |
101 | | - && [ "${CI_COMMIT_BRANCH}" != "master" ]; then |
102 | | - git commit --amend -m \ |
103 | | - 'chore: reword coqbot merge commit message for commitlint' |
104 | | - export COMMITLINT_TO=HEAD |
105 | | - fi |
106 | 97 | # Run `commitlint` |
107 | 98 | - 'commitlint --from "${COMMITLINT_FROM}" |
108 | 99 | --to "${COMMITLINT_TO}" |
@@ -184,42 +175,42 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'} |
184 | 175 | ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} |
185 | 176 | ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} |
186 | 177 | ubuntu-2004-master: {extends: '.test_instance_failure_permitted'} |
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'} |
| 178 | +almalinux-9-3007-7: {extends: '.test_instance'} |
| 179 | +almalinux-8-3007-7: {extends: '.test_instance'} |
| 180 | +amazonlinux-2023-3007-7: {extends: '.test_instance'} |
| 181 | +amazonlinux-2-3007-7: {extends: '.test_instance_failure_permitted'} |
| 182 | +centos-stream9-3007-7: {extends: '.test_instance'} |
| 183 | +debian-12-3007-7: {extends: '.test_instance'} |
| 184 | +debian-11-3007-7: {extends: '.test_instance'} |
| 185 | +fedora-41-3007-7: {extends: '.test_instance_failure_permitted'} |
| 186 | +fedora-40-3007-7: {extends: '.test_instance'} |
| 187 | +opensuse-leap-156-3007-7: {extends: '.test_instance'} |
| 188 | +opensuse-tmbl-latest-3007-7: {extends: '.test_instance'} |
| 189 | +oraclelinux-9-3007-7: {extends: '.test_instance'} |
| 190 | +oraclelinux-8-3007-7: {extends: '.test_instance'} |
| 191 | +rockylinux-9-3007-7: {extends: '.test_instance'} |
| 192 | +rockylinux-8-3007-7: {extends: '.test_instance'} |
| 193 | +ubuntu-2404-3007-7: {extends: '.test_instance'} |
| 194 | +ubuntu-2204-3007-7: {extends: '.test_instance'} |
| 195 | +ubuntu-2004-3007-7: {extends: '.test_instance'} |
| 196 | +almalinux-9-3006-15: {extends: '.test_instance'} |
| 197 | +almalinux-8-3006-15: {extends: '.test_instance'} |
| 198 | +amazonlinux-2023-3006-15: {extends: '.test_instance'} |
| 199 | +amazonlinux-2-3006-15: {extends: '.test_instance_failure_permitted'} |
| 200 | +centos-stream9-3006-15: {extends: '.test_instance'} |
| 201 | +debian-12-3006-15: {extends: '.test_instance'} |
| 202 | +debian-11-3006-15: {extends: '.test_instance'} |
| 203 | +fedora-41-3006-15: {extends: '.test_instance_failure_permitted'} |
| 204 | +fedora-40-3006-15: {extends: '.test_instance'} |
| 205 | +opensuse-leap-156-3006-15: {extends: '.test_instance'} |
| 206 | +opensuse-tmbl-latest-3006-15: {extends: '.test_instance'} |
| 207 | +oraclelinux-9-3006-15: {extends: '.test_instance'} |
| 208 | +oraclelinux-8-3006-15: {extends: '.test_instance'} |
| 209 | +rockylinux-9-3006-15: {extends: '.test_instance'} |
| 210 | +rockylinux-8-3006-15: {extends: '.test_instance'} |
| 211 | +ubuntu-2404-3006-15: {extends: '.test_instance'} |
| 212 | +ubuntu-2204-3006-15: {extends: '.test_instance'} |
| 213 | +ubuntu-2004-3006-15: {extends: '.test_instance'} |
223 | 214 | # yamllint enable rule:line-length |
224 | 215 |
|
225 | 216 | ############################################################################### |
|
0 commit comments