Skip to content

Commit

Permalink
SQUASHME
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Jan 6, 2025
1 parent bc45d97 commit 231a5f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "centos-stream-10"
- "debian-11"
- "debian-12"
- "opensuse-leap-15"
# - "opensuse-leap-15"
- "ubuntu-2204"
- "ubuntu-2404"
suite:
Expand All @@ -46,6 +46,7 @@ jobs:
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
CHEF_VERSION: ${{ vars.CHEF_VERSION }}
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
Expand Down
26 changes: 11 additions & 15 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,26 @@ driver:
provisioner:
name: chef_infra
deprecations_as_errors: true
enforce_idempotency: true
multiple_converge: 2
chef_license: accept
chef_license: accept-no-persist
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: always
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>

install_strategy: once
enforce_idempotency: true
multiple_converge: 2

verifier:
name: inspec

platforms:
- name: almalinux-8
- name: amazonlinux-2
- name: centos-7
- name: centos-stream-8
- name: debian-10
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-stream-9
- name: centos-stream-10
- name: debian-11
- name: fedora-latest
- name: debian-12
- name: opensuse-leap-15
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: rockylinux-8
- name: ubuntu-2204
- name: ubuntu-2404

suites:
- name: default
Expand Down

0 comments on commit 231a5f8

Please sign in to comment.