Skip to content

Commit d108bef

Browse files
authored
Merge pull request #292 from dafyddj/ci/simple-suite
ci(gitlab-ci): simplify list of TestKitchen instances
2 parents e990288 + 888286a commit d108bef

1 file changed

Lines changed: 56 additions & 56 deletions

File tree

.gitlab-ci.yml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -182,62 +182,62 @@ test-formula-conversion: {extends: '.test_conversion'}
182182
# OpenSUSE master branch will fail until zypperpkg module is back in salt core
183183
# https://github.com/saltstack/great-module-migration/issues/14
184184
#
185-
default-debian-12-master-py3: {extends: '.test_instance'}
186-
default-debian-11-master-py3: {extends: '.test_instance'}
187-
default-ubuntu-2404-master-py3: {extends: '.test_instance'}
188-
default-ubuntu-2204-master-py3: {extends: '.test_instance'}
189-
default-ubuntu-2004-master-py3: {extends: '.test_instance'}
190-
default-centos-stream9-master-py3: {extends: '.test_instance'}
191-
default-opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'}
192-
default-opensuse-leap-155-master-py3: {extends: '.test_instance'}
193-
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
194-
default-amazonlinux-2023-master-py3: {extends: '.test_instance'}
195-
default-fedora-41-master-py3: {extends: '.test_instance_failure_permitted'}
196-
default-fedora-40-master-py3: {extends: '.test_instance'}
197-
default-oraclelinux-9-master-py3: {extends: '.test_instance'}
198-
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
199-
default-almalinux-9-master-py3: {extends: '.test_instance'}
200-
default-almalinux-8-master-py3: {extends: '.test_instance'}
201-
default-rockylinux-9-master-py3: {extends: '.test_instance'}
202-
default-rockylinux-8-master-py3: {extends: '.test_instance'}
203-
default-debian-12-3007-1-py3: {extends: '.test_instance'}
204-
default-debian-11-3007-1-py3: {extends: '.test_instance'}
205-
default-ubuntu-2404-3007-1-py3: {extends: '.test_instance'}
206-
default-ubuntu-2204-3007-1-py3: {extends: '.test_instance'}
207-
default-ubuntu-2004-3007-1-py3: {extends: '.test_instance'}
208-
default-centos-stream9-3007-1-py3: {extends: '.test_instance'}
209-
default-opensuse-leap-156-3007-1-py3: {extends: '.test_instance'}
210-
default-opensuse-leap-155-3007-1-py3: {extends: '.test_instance'}
211-
default-opensuse-tmbl-latest-3007-1-py3: {extends: '.test_instance'}
212-
default-fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'}
213-
default-fedora-40-3007-1-py3: {extends: '.test_instance'}
214-
default-amazonlinux-2-3007-1-py3: {extends: '.test_instance_failure_permitted'}
215-
default-amazonlinux-2023-3007-1-py3: {extends: '.test_instance'}
216-
default-oraclelinux-9-3007-1-py3: {extends: '.test_instance'}
217-
default-oraclelinux-8-3007-1-py3: {extends: '.test_instance'}
218-
default-almalinux-9-3007-1-py3: {extends: '.test_instance'}
219-
default-almalinux-8-3007-1-py3: {extends: '.test_instance'}
220-
default-rockylinux-9-3007-1-py3: {extends: '.test_instance'}
221-
default-rockylinux-8-3007-1-py3: {extends: '.test_instance'}
222-
default-debian-12-3006-10-py3: {extends: '.test_instance'}
223-
default-debian-11-3006-10-py3: {extends: '.test_instance'}
224-
default-ubuntu-2404-3006-10-py3: {extends: '.test_instance'}
225-
default-ubuntu-2204-3006-10-py3: {extends: '.test_instance'}
226-
default-ubuntu-2004-3006-10-py3: {extends: '.test_instance'}
227-
default-centos-stream9-3006-10-py3: {extends: '.test_instance'}
228-
default-opensuse-leap-156-3006-10-py3: {extends: '.test_instance'}
229-
default-opensuse-leap-155-3006-10-py3: {extends: '.test_instance'}
230-
default-opensuse-tmbl-latest-3006-10-py3: {extends: '.test_instance'}
231-
default-fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'}
232-
default-fedora-40-3006-10-py3: {extends: '.test_instance'}
233-
default-amazonlinux-2-3006-10-py3: {extends: '.test_instance_failure_permitted'}
234-
default-amazonlinux-2023-3006-10-py3: {extends: '.test_instance'}
235-
default-oraclelinux-9-3006-10-py3: {extends: '.test_instance'}
236-
default-oraclelinux-8-3006-10-py3: {extends: '.test_instance'}
237-
default-almalinux-9-3006-10-py3: {extends: '.test_instance'}
238-
default-almalinux-8-3006-10-py3: {extends: '.test_instance'}
239-
default-rockylinux-9-3006-10-py3: {extends: '.test_instance'}
240-
default-rockylinux-8-3006-10-py3: {extends: '.test_instance'}
185+
debian-12-master-py3: {extends: '.test_instance'}
186+
debian-11-master-py3: {extends: '.test_instance'}
187+
ubuntu-2404-master-py3: {extends: '.test_instance'}
188+
ubuntu-2204-master-py3: {extends: '.test_instance'}
189+
ubuntu-2004-master-py3: {extends: '.test_instance'}
190+
centos-stream9-master-py3: {extends: '.test_instance'}
191+
opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'}
192+
opensuse-leap-155-master-py3: {extends: '.test_instance'}
193+
opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
194+
amazonlinux-2023-master-py3: {extends: '.test_instance'}
195+
fedora-41-master-py3: {extends: '.test_instance_failure_permitted'}
196+
fedora-40-master-py3: {extends: '.test_instance'}
197+
oraclelinux-9-master-py3: {extends: '.test_instance'}
198+
oraclelinux-8-master-py3: {extends: '.test_instance'}
199+
almalinux-9-master-py3: {extends: '.test_instance'}
200+
almalinux-8-master-py3: {extends: '.test_instance'}
201+
rockylinux-9-master-py3: {extends: '.test_instance'}
202+
rockylinux-8-master-py3: {extends: '.test_instance'}
203+
debian-12-3007-1-py3: {extends: '.test_instance'}
204+
debian-11-3007-1-py3: {extends: '.test_instance'}
205+
ubuntu-2404-3007-1-py3: {extends: '.test_instance'}
206+
ubuntu-2204-3007-1-py3: {extends: '.test_instance'}
207+
ubuntu-2004-3007-1-py3: {extends: '.test_instance'}
208+
centos-stream9-3007-1-py3: {extends: '.test_instance'}
209+
opensuse-leap-156-3007-1-py3: {extends: '.test_instance'}
210+
opensuse-leap-155-3007-1-py3: {extends: '.test_instance'}
211+
opensuse-tmbl-latest-3007-1-py3: {extends: '.test_instance'}
212+
fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'}
213+
fedora-40-3007-1-py3: {extends: '.test_instance'}
214+
amazonlinux-2-3007-1-py3: {extends: '.test_instance_failure_permitted'}
215+
amazonlinux-2023-3007-1-py3: {extends: '.test_instance'}
216+
oraclelinux-9-3007-1-py3: {extends: '.test_instance'}
217+
oraclelinux-8-3007-1-py3: {extends: '.test_instance'}
218+
almalinux-9-3007-1-py3: {extends: '.test_instance'}
219+
almalinux-8-3007-1-py3: {extends: '.test_instance'}
220+
rockylinux-9-3007-1-py3: {extends: '.test_instance'}
221+
rockylinux-8-3007-1-py3: {extends: '.test_instance'}
222+
debian-12-3006-10-py3: {extends: '.test_instance'}
223+
debian-11-3006-10-py3: {extends: '.test_instance'}
224+
ubuntu-2404-3006-10-py3: {extends: '.test_instance'}
225+
ubuntu-2204-3006-10-py3: {extends: '.test_instance'}
226+
ubuntu-2004-3006-10-py3: {extends: '.test_instance'}
227+
centos-stream9-3006-10-py3: {extends: '.test_instance'}
228+
opensuse-leap-156-3006-10-py3: {extends: '.test_instance'}
229+
opensuse-leap-155-3006-10-py3: {extends: '.test_instance'}
230+
opensuse-tmbl-latest-3006-10-py3: {extends: '.test_instance'}
231+
fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'}
232+
fedora-40-3006-10-py3: {extends: '.test_instance'}
233+
amazonlinux-2-3006-10-py3: {extends: '.test_instance_failure_permitted'}
234+
amazonlinux-2023-3006-10-py3: {extends: '.test_instance'}
235+
oraclelinux-9-3006-10-py3: {extends: '.test_instance'}
236+
oraclelinux-8-3006-10-py3: {extends: '.test_instance'}
237+
almalinux-9-3006-10-py3: {extends: '.test_instance'}
238+
almalinux-8-3006-10-py3: {extends: '.test_instance'}
239+
rockylinux-9-3006-10-py3: {extends: '.test_instance'}
240+
rockylinux-8-3006-10-py3: {extends: '.test_instance'}
241241
# yamllint enable rule:line-length
242242

243243
###############################################################################

0 commit comments

Comments
 (0)