|
27 | 27 | separator: "," |
28 | 28 | files: | |
29 | 29 | bootstrap-salt.* |
30 | | - Gemfile |
31 | | - kitchen*.yml |
32 | 30 | tests/** |
33 | 31 | .github/workflows/** |
34 | 32 | files_ignore: | |
@@ -147,21 +145,6 @@ jobs: |
147 | 145 |
|
148 | 146 |
|
149 | 147 |
|
150 | | - windows-2019: |
151 | | - name: Windows 2019 |
152 | | - if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true' |
153 | | - uses: ./.github/workflows/test-windows.yml |
154 | | - needs: |
155 | | - - lint |
156 | | - - generate-actions-workflow |
157 | | - with: |
158 | | - distro-slug: windows-2019 |
159 | | - display-name: Windows 2019 |
160 | | - timeout: 20 |
161 | | - runs-on: windows-2019 |
162 | | - instances: '["stable-3006", "stable-3006-8", "stable-3007", "stable-3007-1", "latest"]' |
163 | | - |
164 | | - |
165 | 148 | windows-2022: |
166 | 149 | name: Windows 2022 |
167 | 150 | if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true' |
@@ -220,20 +203,6 @@ jobs: |
220 | 203 | instances: '["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]' |
221 | 204 |
|
222 | 205 |
|
223 | | - arch: |
224 | | - name: Arch |
225 | | - if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true' |
226 | | - uses: ./.github/workflows/test-linux.yml |
227 | | - needs: |
228 | | - - lint |
229 | | - - generate-actions-workflow |
230 | | - with: |
231 | | - distro-slug: arch |
232 | | - display-name: Arch |
233 | | - timeout: 20 |
234 | | - instances: '["git-master", "latest", "default"]' |
235 | | - |
236 | | - |
237 | 206 | centos-stream9: |
238 | 207 | name: CentOS Stream 9 |
239 | 208 | if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true' |
@@ -304,34 +273,6 @@ jobs: |
304 | 273 | instances: '["stable-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]' |
305 | 274 |
|
306 | 275 |
|
307 | | - gentoo: |
308 | | - name: Gentoo |
309 | | - if: github.event_name == 'push' |
310 | | - uses: ./.github/workflows/test-linux.yml |
311 | | - needs: |
312 | | - - lint |
313 | | - - generate-actions-workflow |
314 | | - with: |
315 | | - distro-slug: gentoo |
316 | | - display-name: Gentoo |
317 | | - timeout: 90 |
318 | | - instances: '["git-master"]' |
319 | | - |
320 | | - |
321 | | - gentoo-systemd: |
322 | | - name: Gentoo (systemd) |
323 | | - if: github.event_name == 'push' |
324 | | - uses: ./.github/workflows/test-linux.yml |
325 | | - needs: |
326 | | - - lint |
327 | | - - generate-actions-workflow |
328 | | - with: |
329 | | - distro-slug: gentoo-systemd |
330 | | - display-name: Gentoo (systemd) |
331 | | - timeout: 90 |
332 | | - instances: '["git-master"]' |
333 | | - |
334 | | - |
335 | 276 | opensuse-15: |
336 | 277 | name: Opensuse 15 |
337 | 278 | if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true' |
@@ -482,19 +423,15 @@ jobs: |
482 | 423 | - generate-actions-workflow |
483 | 424 | - macos-12 |
484 | 425 | - macos-13 |
485 | | - - windows-2019 |
486 | 426 | - windows-2022 |
487 | 427 | - almalinux-8 |
488 | 428 | - almalinux-9 |
489 | 429 | - amazon-2 |
490 | | - - arch |
491 | 430 | - centos-stream9 |
492 | 431 | - debian-11 |
493 | 432 | - debian-12 |
494 | 433 | - fedora-39 |
495 | 434 | - fedora-40 |
496 | | - - gentoo |
497 | | - - gentoo-systemd |
498 | 435 | - opensuse-15 |
499 | 436 | - oraclelinux-8 |
500 | 437 | - oraclelinux-9 |
|
0 commit comments