@@ -180,51 +180,6 @@ jobs:
180180
181181
182182
183- amazonlinux-2 :
184- name : Amazon 2
185- if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
186- uses : ./.github/workflows/test-linux.yml
187- needs :
188- - lint
189- - generate-actions-workflow
190- with :
191- distro-slug : amazonlinux-2
192- display-name : Amazon 2
193- container-slug : systemd-amazonlinux-2
194- timeout : 20
195- instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
196-
197-
198- amazonlinux-2023 :
199- name : Amazon 2023
200- if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
201- uses : ./.github/workflows/test-linux.yml
202- needs :
203- - lint
204- - generate-actions-workflow
205- with :
206- distro-slug : amazonlinux-2023
207- display-name : Amazon 2023
208- container-slug : systemd-amazonlinux-2023
209- timeout : 20
210- instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
211-
212-
213- debian-11 :
214- name : Debian 11
215- if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
216- uses : ./.github/workflows/test-linux.yml
217- needs :
218- - lint
219- - generate-actions-workflow
220- with :
221- distro-slug : debian-11
222- display-name : Debian 11
223- container-slug : systemd-debian-11
224- timeout : 20
225- instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
226-
227-
228183 debian-12 :
229184 name : Debian 12
230185 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -237,7 +192,7 @@ jobs:
237192 display-name : Debian 12
238193 container-slug : systemd-debian-12
239194 timeout : 20
240- instances : ' ["stable-3007", "onedir-3007", "stable-3007-1", "git-master", " latest", "default"]'
195+ instances : ' ["stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
241196
242197
243198 photon-5 :
@@ -282,7 +237,7 @@ jobs:
282237 display-name : Rocky Linux 9
283238 container-slug : systemd-rockylinux-9
284239 timeout : 20
285- instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "git-master", " latest", "default"]'
240+ instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
286241
287242
288243 ubuntu-2204 :
@@ -312,9 +267,6 @@ jobs:
312267 - macos-13
313268 - macos-14
314269 - windows-2022
315- - amazonlinux-2
316- - amazonlinux-2023
317- - debian-11
318270 - debian-12
319271 - photon-5
320272 - rockylinux-8
0 commit comments