Skip to content

Commit c0e1e25

Browse files
committed
chore: fix up choice of test instances
1 parent df274a8 commit c0e1e25

1 file changed

Lines changed: 44 additions & 97 deletions

File tree

.gitlab-ci.yml

Lines changed: 44 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -137,115 +137,62 @@ rubocop:
137137
# OpenSUSE master branch will fail until zypperpkg module is back in salt core
138138
# https://github.com/saltstack/great-module-migration/issues/14
139139
#
140-
<<<<<<< before updating
141-
# default-debian-12-master-py3: {extends: '.test_instance'}
142-
# default-debian-11-master-py3: {extends: '.test_instance'}
143-
# default-ubuntu-2404-master-py3: {extends: '.test_instance'}
144-
# default-ubuntu-2204-master-py3: {extends: '.test_instance'}
145-
# default-ubuntu-2004-master-py3: {extends: '.test_instance'}
146-
# default-centos-stream9-master-py3: {extends: '.test_instance'}
147-
# default-opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'}
148-
# default-opensuse-leap-155-master-py3: {extends: '.test_instance'}
149-
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
150-
# default-amazonlinux-2023-master-py3: {extends: '.test_instance'}
151-
# default-fedora-41-master-py3: {extends: '.test_instance_failure_permitted'}
152-
# default-fedora-40-master-py3: {extends: '.test_instance'}
153-
# default-oraclelinux-9-master-py3: {extends: '.test_instance'}
154-
# default-oraclelinux-8-master-py3: {extends: '.test_instance'}
155-
# default-almalinux-9-master-py3: {extends: '.test_instance'}
156-
# default-almalinux-8-master-py3: {extends: '.test_instance'}
157-
# default-rockylinux-9-master-py3: {extends: '.test_instance'}
158-
# default-rockylinux-8-master-py3: {extends: '.test_instance'}
159-
=======
160-
debian-12-master-py3: {extends: '.test_instance'}
161-
debian-11-master-py3: {extends: '.test_instance'}
162-
ubuntu-2404-master-py3: {extends: '.test_instance'}
163-
ubuntu-2204-master-py3: {extends: '.test_instance'}
164-
ubuntu-2004-master-py3: {extends: '.test_instance'}
165-
centos-stream9-master-py3: {extends: '.test_instance'}
166-
opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'}
167-
opensuse-leap-155-master-py3: {extends: '.test_instance'}
168-
opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
169-
amazonlinux-2023-master-py3: {extends: '.test_instance'}
170-
fedora-41-master-py3: {extends: '.test_instance_failure_permitted'}
171-
fedora-40-master-py3: {extends: '.test_instance'}
172-
oraclelinux-9-master-py3: {extends: '.test_instance'}
173-
oraclelinux-8-master-py3: {extends: '.test_instance'}
174-
almalinux-9-master-py3: {extends: '.test_instance'}
175-
almalinux-8-master-py3: {extends: '.test_instance'}
176-
rockylinux-9-master-py3: {extends: '.test_instance'}
177-
rockylinux-8-master-py3: {extends: '.test_instance'}
178-
>>>>>>> after updating
140+
# debian-12-master-py3: {extends: '.test_instance'}
141+
# debian-11-master-py3: {extends: '.test_instance'}
142+
# ubuntu-2404-master-py3: {extends: '.test_instance'}
143+
# ubuntu-2204-master-py3: {extends: '.test_instance'}
144+
# ubuntu-2004-master-py3: {extends: '.test_instance'}
145+
# centos-stream9-master-py3: {extends: '.test_instance'}
146+
# opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'}
147+
# opensuse-leap-155-master-py3: {extends: '.test_instance'}
148+
# opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
149+
# amazonlinux-2023-master-py3: {extends: '.test_instance'}
150+
# fedora-41-master-py3: {extends: '.test_instance_failure_permitted'}
151+
# fedora-40-master-py3: {extends: '.test_instance'}
152+
# oraclelinux-9-master-py3: {extends: '.test_instance'}
153+
# oraclelinux-8-master-py3: {extends: '.test_instance'}
154+
# almalinux-9-master-py3: {extends: '.test_instance'}
155+
# almalinux-8-master-py3: {extends: '.test_instance'}
156+
# rockylinux-9-master-py3: {extends: '.test_instance'}
157+
# rockylinux-8-master-py3: {extends: '.test_instance'}
179158
debian-12-3007-1-py3: {extends: '.test_instance'}
180159
debian-11-3007-1-py3: {extends: '.test_instance'}
181160
ubuntu-2404-3007-1-py3: {extends: '.test_instance'}
182161
ubuntu-2204-3007-1-py3: {extends: '.test_instance'}
183162
ubuntu-2004-3007-1-py3: {extends: '.test_instance'}
184163
centos-stream9-3007-1-py3: {extends: '.test_instance'}
185-
<<<<<<< before updating
186-
# default-opensuse-leap-156-3007-1-py3: {extends: '.test_instance'}
187-
# default-opensuse-leap-155-3007-1-py3: {extends: '.test_instance'}
188-
# default-opensuse-tmbl-latest-3007-1-py3: {extends: '.test_instance'}
189-
# default-fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'}
190-
# default-fedora-40-3007-1-py3: {extends: '.test_instance'}
191-
# default-amazonlinux-2-3007-1-py3: {extends: '.test_instance_failure_permitted'}
192-
# default-amazonlinux-2023-3007-1-py3: {extends: '.test_instance'}
193-
# default-oraclelinux-9-3007-1-py3: {extends: '.test_instance'}
194-
# default-oraclelinux-8-3007-1-py3: {extends: '.test_instance'}
195-
# default-almalinux-9-3007-1-py3: {extends: '.test_instance'}
196-
# default-almalinux-8-3007-1-py3: {extends: '.test_instance'}
197-
# default-rockylinux-9-3007-1-py3: {extends: '.test_instance'}
198-
# default-rockylinux-8-3007-1-py3: {extends: '.test_instance'}
199-
=======
200-
opensuse-leap-156-3007-1-py3: {extends: '.test_instance'}
201-
opensuse-leap-155-3007-1-py3: {extends: '.test_instance'}
202-
opensuse-tmbl-latest-3007-1-py3: {extends: '.test_instance'}
203-
fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'}
204-
fedora-40-3007-1-py3: {extends: '.test_instance'}
205-
amazonlinux-2-3007-1-py3: {extends: '.test_instance_failure_permitted'}
206-
amazonlinux-2023-3007-1-py3: {extends: '.test_instance'}
207-
oraclelinux-9-3007-1-py3: {extends: '.test_instance'}
208-
oraclelinux-8-3007-1-py3: {extends: '.test_instance'}
209-
almalinux-9-3007-1-py3: {extends: '.test_instance'}
210-
almalinux-8-3007-1-py3: {extends: '.test_instance'}
211-
rockylinux-9-3007-1-py3: {extends: '.test_instance'}
212-
rockylinux-8-3007-1-py3: {extends: '.test_instance'}
213-
>>>>>>> after updating
164+
# opensuse-leap-156-3007-1-py3: {extends: '.test_instance'}
165+
# opensuse-leap-155-3007-1-py3: {extends: '.test_instance'}
166+
# opensuse-tmbl-latest-3007-1-py3: {extends: '.test_instance'}
167+
# fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'}
168+
# fedora-40-3007-1-py3: {extends: '.test_instance'}
169+
# amazonlinux-2-3007-1-py3: {extends: '.test_instance_failure_permitted'}
170+
# amazonlinux-2023-3007-1-py3: {extends: '.test_instance'}
171+
# oraclelinux-9-3007-1-py3: {extends: '.test_instance'}
172+
# oraclelinux-8-3007-1-py3: {extends: '.test_instance'}
173+
# almalinux-9-3007-1-py3: {extends: '.test_instance'}
174+
# almalinux-8-3007-1-py3: {extends: '.test_instance'}
175+
# rockylinux-9-3007-1-py3: {extends: '.test_instance'}
176+
# rockylinux-8-3007-1-py3: {extends: '.test_instance'}
214177
debian-12-3006-10-py3: {extends: '.test_instance'}
215178
debian-11-3006-10-py3: {extends: '.test_instance'}
216179
ubuntu-2404-3006-10-py3: {extends: '.test_instance'}
217180
ubuntu-2204-3006-10-py3: {extends: '.test_instance'}
218181
ubuntu-2004-3006-10-py3: {extends: '.test_instance'}
219182
centos-stream9-3006-10-py3: {extends: '.test_instance'}
220-
<<<<<<< before updating
221-
# default-opensuse-leap-156-3006-10-py3: {extends: '.test_instance'}
222-
# default-opensuse-leap-155-3006-10-py3: {extends: '.test_instance'}
223-
# default-opensuse-tmbl-latest-3006-10-py3: {extends: '.test_instance'}
224-
# default-fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'}
225-
# default-fedora-40-3006-10-py3: {extends: '.test_instance'}
226-
# default-amazonlinux-2-3006-10-py3: {extends: '.test_instance_failure_permitted'}
227-
# default-amazonlinux-2023-3006-10-py3: {extends: '.test_instance'}
228-
# default-oraclelinux-9-3006-10-py3: {extends: '.test_instance'}
229-
# default-oraclelinux-8-3006-10-py3: {extends: '.test_instance'}
230-
# default-almalinux-9-3006-10-py3: {extends: '.test_instance'}
231-
# default-almalinux-8-3006-10-py3: {extends: '.test_instance'}
232-
# default-rockylinux-9-3006-10-py3: {extends: '.test_instance'}
233-
# default-rockylinux-8-3006-10-py3: {extends: '.test_instance'}
234-
=======
235-
opensuse-leap-156-3006-10-py3: {extends: '.test_instance'}
236-
opensuse-leap-155-3006-10-py3: {extends: '.test_instance'}
237-
opensuse-tmbl-latest-3006-10-py3: {extends: '.test_instance'}
238-
fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'}
239-
fedora-40-3006-10-py3: {extends: '.test_instance'}
240-
amazonlinux-2-3006-10-py3: {extends: '.test_instance_failure_permitted'}
241-
amazonlinux-2023-3006-10-py3: {extends: '.test_instance'}
242-
oraclelinux-9-3006-10-py3: {extends: '.test_instance'}
243-
oraclelinux-8-3006-10-py3: {extends: '.test_instance'}
244-
almalinux-9-3006-10-py3: {extends: '.test_instance'}
245-
almalinux-8-3006-10-py3: {extends: '.test_instance'}
246-
rockylinux-9-3006-10-py3: {extends: '.test_instance'}
247-
rockylinux-8-3006-10-py3: {extends: '.test_instance'}
248-
>>>>>>> after updating
183+
# opensuse-leap-156-3006-10-py3: {extends: '.test_instance'}
184+
# opensuse-leap-155-3006-10-py3: {extends: '.test_instance'}
185+
# opensuse-tmbl-latest-3006-10-py3: {extends: '.test_instance'}
186+
# fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'}
187+
# fedora-40-3006-10-py3: {extends: '.test_instance'}
188+
# amazonlinux-2-3006-10-py3: {extends: '.test_instance_failure_permitted'}
189+
# amazonlinux-2023-3006-10-py3: {extends: '.test_instance'}
190+
# oraclelinux-9-3006-10-py3: {extends: '.test_instance'}
191+
# oraclelinux-8-3006-10-py3: {extends: '.test_instance'}
192+
# almalinux-9-3006-10-py3: {extends: '.test_instance'}
193+
# almalinux-8-3006-10-py3: {extends: '.test_instance'}
194+
# rockylinux-9-3006-10-py3: {extends: '.test_instance'}
195+
# rockylinux-8-3006-10-py3: {extends: '.test_instance'}
249196
# yamllint enable rule:line-length
250197

251198
###############################################################################

0 commit comments

Comments
 (0)