Skip to content

Commit

Permalink
chore: Remove EOL operating systems from test suite
Browse files Browse the repository at this point in the history
CentOS 7, Ubuntu 18, Rocky 8, Debian 11 are all EOL.

Signed-off-by: Andrew Bobulsky <[email protected]>
  • Loading branch information
RulerOf committed Jul 2, 2024
1 parent 87f6613 commit bdf73c0
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,29 @@ verifier:

platforms:
- name: amazonlinux-2
- name: ubuntu-18.04
# - name: amazonlinux-2023
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04
- name: fedora-latest
driver:
provision_command:
- yum install libxcrypt-compat -y
- curl -L https://www.chef.io/chef/install.sh | bash
- name: centos-7
- name: centos-stream-9
driver:
image: dokken/centos-stream-9
- name: oraclelinux-7
- name: rockylinux-8
- name: debian-11
- name: oraclelinux-8
- name: oraclelinux-9
- name: rockylinux-9
- name: debian-12
- name: opensuse-15
- name: opensuse-15.5
driver:
image: opensuse/leap:15.5
- name: opensuse-15.6
driver:
image: opensuse/leap:15
image: opensuse/leap:15.6
- name: dockerfile
driver:
username: dockerfile
Expand All @@ -47,7 +55,10 @@ suites:
driver:
build_context: false
- name: capabilities
includes: [debian-11, ubuntu-18.04, ubuntu-20.04]
includes:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
driver:
provision_command:
- curl -L https://www.chef.io/chef/install.sh | bash
Expand Down

0 comments on commit bdf73c0

Please sign in to comment.