Skip to content

Commit

Permalink
Update tested platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Feb 9, 2022
1 parent 0f99300 commit 72469cb
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 35 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
strategy:
matrix:
os:
- almalinux-8
- amazonlinux-2
- debian-9
- debian-10
- centos-7
- centos-8
- ubuntu-1604
- centos-stream-8
- debian-10
- debian-11
- opensuse-leap-15
- rockylinux-8
- ubuntu-1804
- ubuntu-2004
- opensuse-leap-15
suite:
- resources
- source
Expand Down Expand Up @@ -53,8 +54,8 @@ jobs:
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
integration-macos:
needs: [mdl, yamllint, delivery]
runs-on: macos-latest
needs: lint
runs-on: macos-10.15
strategy:
matrix:
os:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

- Remove delivery and move to calling RSpec directly via a reusable workflow
- Update tested platforms

## 11.0.1 - *2021-08-30*

Expand Down
39 changes: 17 additions & 22 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,62 +12,57 @@ provisioner:
chef_license: accept-no-persist

platforms:
- name: almalinux-8
driver:
image: dokken/almalinux-8
pid_one_command: /usr/lib/systemd/systemd

- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd

- name: debian-9
- name: debian-10
driver:
image: dokken/debian-9
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: debian-10
- name: debian-11
driver:
image: dokken/debian-10
image: dokken/debian-11
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd

- name: centos-8
- name: centos-stream-8
driver:
image: dokken/centos-8
image: dokken/centos-stream-8
pid_one_command: /usr/lib/systemd/systemd

- name: fedora-latest
driver:
image: dokken/fedora-latest
pid_one_command: /usr/lib/systemd/systemd

- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
pid_one_command: /bin/systemd
pid_one_command: /usr/lib/systemd/systemd

- name: rockylinux-8
driver:
image: dokken/rockylinux-8
pid_one_command: /usr/lib/systemd/systemd
11 changes: 5 additions & 6 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: vagrant

provisioner:
name: chef_zero
name: chef_infra
product_name: chef
enforce_idempotency: true
multiple_converge: 2
Expand All @@ -15,13 +15,12 @@ verifier:
platforms:
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: debian-9
- name: centos-stream-8
- name: debian-10
- name: freebsd-11
- name: fedora-29
- name: debian-11
- name: freebsd-13
- name: fedora-latest
- name: opensuse-leap-15
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: windows-2012r2
Expand Down

0 comments on commit 72469cb

Please sign in to comment.