@@ -102,7 +102,7 @@ rubocop:
102
102
# ##############################################################################
103
103
# Define `test` template
104
104
# ##############################################################################
105
- .test_instance :
105
+ .test_instance : &test_instance
106
106
stage : *stage_test
107
107
image : *image_dindruby
108
108
services : *services_docker_dind
@@ -117,12 +117,20 @@ rubocop:
117
117
# Alternative value to consider: `${CI_JOB_NAME}`
118
118
- ' bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"'
119
119
120
+ # ##############################################################################
121
+ # Define `test` template (`allow_failure: true`)
122
+ # ##############################################################################
123
+ .test_instance_failure_permitted :
124
+ << : *test_instance
125
+ allow_failure : true
126
+
120
127
# ##############################################################################
121
128
# `test` stage: each instance below uses the `test` template above
122
129
# ##############################################################################
123
130
# # Define the rest of the matrix based on Kitchen testing
124
131
# Make sure the instances listed below match up with
125
132
# the `platforms` defined in `kitchen.yml`
133
+ # default-debian-11-tiamat-py3: {extends: '.test_instance'}
126
134
# default-debian-10-tiamat-py3: {extends: '.test_instance'}
127
135
# default-debian-9-tiamat-py3: {extends: '.test_instance'}
128
136
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
@@ -134,6 +142,10 @@ rubocop:
134
142
# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
135
143
# default-almalinux-8-tiamat-py3: {extends: '.test_instance'}
136
144
# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
145
+ # default-debian-11-master-py3: {extends: '.test_instance'}
146
+ # archive-debian-11-master-py3: {extends: '.test_instance'}
147
+ # source-debian-11-master-py3: {extends: '.test_instance'}
148
+ repo-debian-11-master-py3 : {extends: '.test_instance_failure_permitted'}
137
149
# default-debian-10-master-py3: {extends: '.test_instance'}
138
150
# archive-debian-10-master-py3: {extends: '.test_instance'}
139
151
# source-debian-10-master-py3: {extends: '.test_instance'}
@@ -210,6 +222,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
210
222
# archive-rockylinux-8-master-py3: {extends: '.test_instance'}
211
223
# source-rockylinux-8-master-py3: {extends: '.test_instance'}
212
224
# repo-rockylinux-8-master-py3: {extends: '.test_instance'}
225
+ # default-debian-11-3003-1-py3: {extends: '.test_instance'}
213
226
# default-debian-10-3003-1-py3: {extends: '.test_instance'}
214
227
# default-debian-9-3003-1-py3: {extends: '.test_instance'}
215
228
# default-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
@@ -227,6 +240,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
227
240
# default-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
228
241
# default-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
229
242
# default-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
243
+ # default-debian-11-3002-6-py3: {extends: '.test_instance'}
230
244
# default-debian-10-3002-6-py3: {extends: '.test_instance'}
231
245
# default-debian-9-3002-6-py3: {extends: '.test_instance'}
232
246
# default-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
0 commit comments