@@ -123,6 +123,7 @@ rubocop:
123
123
# # Define the rest of the matrix based on Kitchen testing
124
124
# Make sure the instances listed below match up with
125
125
# the `platforms` defined in `kitchen.yml`
126
+ # default-debian-11-tiamat-py3: {extends: '.test_instance'}
126
127
# default-debian-10-tiamat-py3: {extends: '.test_instance'}
127
128
# default-debian-9-tiamat-py3: {extends: '.test_instance'}
128
129
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
@@ -134,6 +135,7 @@ rubocop:
134
135
# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
135
136
# default-almalinux-8-tiamat-py3: {extends: '.test_instance'}
136
137
# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
138
+ default-debian-11-master-py3 : {extends: '.test_instance'}
137
139
default-debian-10-master-py3 : {extends: '.test_instance'}
138
140
default-debian-9-master-py3 : {extends: '.test_instance'}
139
141
default-ubuntu-2004-master-py3 : {extends: '.test_instance'}
@@ -153,6 +155,7 @@ default-arch-base-latest-master-py3: {extends: '.test_instance'}
153
155
# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
154
156
default-almalinux-8-master-py3 : {extends: '.test_instance'}
155
157
default-rockylinux-8-master-py3 : {extends: '.test_instance'}
158
+ # default-debian-11-3003-1-py3: {extends: '.test_instance'}
156
159
# default-debian-10-3003-1-py3: {extends: '.test_instance'}
157
160
# default-debian-9-3003-1-py3: {extends: '.test_instance'}
158
161
# default-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
@@ -170,6 +173,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
170
173
# default-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
171
174
# default-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
172
175
# default-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
176
+ # default-debian-11-3002-6-py3: {extends: '.test_instance'}
173
177
# default-debian-10-3002-6-py3: {extends: '.test_instance'}
174
178
# default-debian-9-3002-6-py3: {extends: '.test_instance'}
175
179
# default-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
0 commit comments