@@ -123,6 +123,7 @@ rubocop:
123123# # Define the rest of the matrix based on Kitchen testing
124124# Make sure the instances listed below match up with
125125# the `platforms` defined in `kitchen.yml`
126+ # default-debian-11-tiamat-py3: {extends: '.test_instance'}
126127# default-debian-10-tiamat-py3: {extends: '.test_instance'}
127128# default-debian-9-tiamat-py3: {extends: '.test_instance'}
128129# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
@@ -134,6 +135,7 @@ rubocop:
134135# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
135136# default-almalinux-8-tiamat-py3: {extends: '.test_instance'}
136137# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
138+ default-debian-11-master-py3 : {extends: '.test_instance'}
137139default-debian-10-master-py3 : {extends: '.test_instance'}
138140default-debian-9-master-py3 : {extends: '.test_instance'}
139141default-ubuntu-2004-master-py3 : {extends: '.test_instance'}
@@ -153,6 +155,7 @@ default-arch-base-latest-master-py3: {extends: '.test_instance'}
153155# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
154156default-almalinux-8-master-py3 : {extends: '.test_instance'}
155157default-rockylinux-8-master-py3 : {extends: '.test_instance'}
158+ # default-debian-11-3003-1-py3: {extends: '.test_instance'}
156159# default-debian-10-3003-1-py3: {extends: '.test_instance'}
157160# default-debian-9-3003-1-py3: {extends: '.test_instance'}
158161# default-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
@@ -170,6 +173,7 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
170173# default-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
171174# default-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
172175# default-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
176+ # default-debian-11-3002-6-py3: {extends: '.test_instance'}
173177# default-debian-10-3002-6-py3: {extends: '.test_instance'}
174178# default-debian-9-3002-6-py3: {extends: '.test_instance'}
175179# default-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
0 commit comments