|
14 | 14 | stage_test: &stage_test 'test' |
15 | 15 | # `image` |
16 | 16 | image_commitlint: &image_commitlint 'myii/ssf-commitlint:11' |
17 | | - image_dindruby: &image_dindruby 'myii/ssf-dind-ruby:2.7.1-r3' |
18 | | - image_precommit: &image_precommit |
19 | | - name: 'myii/ssf-pre-commit:2.9.2' |
20 | | - entrypoint: ['/bin/bash', '-c'] |
| 17 | + image_dindruby: &image_dindruby 'dafyddj/ci-dind-python-ruby:2.0.2' |
| 18 | + image_dindrubybionic: &image_dindrubybionic 'dafyddj/ci-dind-python-ruby:2.0.2' |
| 19 | + image_precommit: &image_precommit 'dafyddj/ci-pre-commit:2.1.0' |
21 | 20 | image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest' |
22 | 21 | image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14' |
23 | 22 | # `services` |
@@ -145,23 +144,23 @@ rubocop: |
145 | 144 | # default-almalinux-8-tiamat-py3: {extends: '.test_instance'} |
146 | 145 | # default-rockylinux-8-tiamat-py3: {extends: '.test_instance'} |
147 | 146 | default-debian-11-master-py3: {extends: '.test_instance'} |
148 | | -default-debian-10-master-py3: {extends: '.test_instance'} |
149 | | -default-debian-9-master-py3: {extends: '.test_instance'} |
| 147 | +# default-debian-10-master-py3: {extends: '.test_instance'} |
| 148 | +# default-debian-9-master-py3: {extends: '.test_instance'} |
150 | 149 | default-ubuntu-2204-master-py3: {extends: '.test_instance_failure_permitted'} |
151 | 150 | default-ubuntu-2004-master-py3: {extends: '.test_instance'} |
152 | | -default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
153 | | -default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
154 | | -default-centos-7-master-py3: {extends: '.test_instance'} |
| 151 | +# default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
| 152 | +# default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
| 153 | +# default-centos-7-master-py3: {extends: '.test_instance'} |
155 | 154 | default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} |
156 | 155 | default-fedora-35-master-py3: {extends: '.test_instance'} |
157 | 156 | default-opensuse-leap-153-master-py3: {extends: '.test_instance'} |
158 | | -default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
| 157 | +# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
159 | 158 | default-amazonlinux-2-master-py3: {extends: '.test_instance'} |
160 | 159 | default-oraclelinux-8-master-py3: {extends: '.test_instance'} |
161 | | -default-oraclelinux-7-master-py3: {extends: '.test_instance'} |
| 160 | +# default-oraclelinux-7-master-py3: {extends: '.test_instance'} |
162 | 161 | default-arch-base-latest-master-py3: {extends: '.test_instance'} |
163 | | -default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'} |
164 | | -default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'} |
| 162 | +default-gentoo-stage3-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
| 163 | +default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance_failure_permitted'} |
165 | 164 | default-almalinux-8-master-py3: {extends: '.test_instance'} |
166 | 165 | default-rockylinux-8-master-py3: {extends: '.test_instance'} |
167 | 166 | # default-debian-11-3004-1-py3: {extends: '.test_instance'} |
|
0 commit comments