Skip to content

Commit

Permalink
Update CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed May 28, 2021
1 parent 79c8700 commit 7996c14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- 'fedora-latest'
- 'ubuntu-1604'
- 'ubuntu-1804'
- 'ubuntu-2004'

suite:
- 'all-tables'
Expand Down
10 changes: 7 additions & 3 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ driver:
name: dokken
privileged: true
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
chef_license: accept-no-persist

transport:
name: dokken

provisioner:
name: dokken
# We have our own deprecation errors ...
deprecations_as_errors: false

platforms:
- name: amazonlinux-2
Expand Down Expand Up @@ -71,3 +68,10 @@ platforms:
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
9 changes: 7 additions & 2 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ driver:

provisioner:
name: chef_zero
deprecations_as_errors: false
chef_license: accept-no-persist
deprecations_as_errors: true
chef_license: accept
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: always
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>

verifier:
name: inspec
Expand All @@ -23,6 +27,7 @@ platforms:
- name: fedora-latest
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04

suites:
- name: all-tables
Expand Down

0 comments on commit 7996c14

Please sign in to comment.