Skip to content

Commit

Permalink
Stop being fancy
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 83ffc48 commit fa16b49
Showing 1 changed file with 34 additions and 39 deletions.
73 changes: 34 additions & 39 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,72 +17,67 @@ jobs:
statuses: write
issues: write

integration-epel:
integration: &integration
needs: lint-unit
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
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"
suite:
- "epel"
steps: &steps
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}

integration-nginx-full:
needs: lint-unit
runs-on: ubuntu-latest
strategy:
matrix:
os:
- "ubuntu-2204"
- "ubuntu-2404"
suite:
- "distro-nginx-full"
fail-fast: false
steps:
<<: *steps
- "distro"
- "repo"
- "repo-overrides"

integration:
needs: lint-unit
runs-on: ubuntu-latest
integration-epel:
<<: *integration
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"
suite:
- "epel"

integration-nginx-full:
<<: *integration
strategy:
fail-fast: false
matrix:
os:
- "ubuntu-2204"
- "ubuntu-2404"
suite:
- "distro"
- "repo"
- "repo-overrides"
fail-fast: false
steps:
<<: *steps
- "distro-nginx-full"

final:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa16b49

Please sign in to comment.