Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 4, 2024
1 parent ccef7eb commit 4a8cbe5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/actions/test-kitchen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
Expand Down
52 changes: 30 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
permissions:
actions: write
checks: write
Expand All @@ -23,21 +23,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [
"almalinux-8",
"almalinux-9",
"amazonlinux-2023",
"centos-stream-8",
"centos-stream-9",
"debian-11",
"debian-12",
"rockylinux-8",
"rockylinux-9",
"ubuntu-2204",
"ubuntu-2404",
]
os:
[
"almalinux-8",
"almalinux-9",
"amazonlinux-2023",
"centos-stream-8",
"centos-stream-9",
"debian-11",
"debian-12",
"rockylinux-8",
"rockylinux-9",
"ubuntu-2204",
"ubuntu-2404",
]
suite: ["distro", "repo", "repo-overrides"]
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ./.github/actions/test-kitchen
with:
suite: ${{ matrix.suite }}
Expand All @@ -49,16 +52,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [
"almalinux-8",
"almalinux-9",
"centos-stream-8",
"centos-stream-9",
"rockylinux-8",
"rockylinux-9",
]
os:
[
"almalinux-8",
"almalinux-9",
"centos-stream-8",
"centos-stream-9",
"rockylinux-8",
"rockylinux-9",
]
suite: ["epel"]
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ./.github/actions/test-kitchen
with:
suite: ${{ matrix.suite }}
Expand All @@ -73,6 +79,8 @@ jobs:
os: ["ubuntu-2204", "ubuntu-2404"]
suite: ["distro-nginx-full"]
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ./.github/actions/test-kitchen
with:
suite: ${{ matrix.suite }}
Expand Down

0 comments on commit 4a8cbe5

Please sign in to comment.