Skip to content

Commit 7996c14

Browse files
committed
Update CI platforms
1 parent 79c8700 commit 7996c14

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- 'fedora-latest'
3535
- 'ubuntu-1604'
3636
- 'ubuntu-1804'
37+
- 'ubuntu-2004'
3738

3839
suite:
3940
- 'all-tables'

kitchen.dokken.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ driver:
33
name: dokken
44
privileged: true
55
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
6-
chef_license: accept-no-persist
76

87
transport:
98
name: dokken
109

1110
provisioner:
1211
name: dokken
13-
# We have our own deprecation errors ...
14-
deprecations_as_errors: false
1512

1613
platforms:
1714
- name: amazonlinux-2
@@ -71,3 +68,10 @@ platforms:
7168
pid_one_command: /bin/systemd
7269
intermediate_instructions:
7370
- RUN /usr/bin/apt-get update
71+
72+
- name: ubuntu-20.04
73+
driver:
74+
image: dokken/ubuntu-20.04
75+
pid_one_command: /bin/systemd
76+
intermediate_instructions:
77+
- RUN /usr/bin/apt-get update

kitchen.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ driver:
44

55
provisioner:
66
name: chef_zero
7-
deprecations_as_errors: false
8-
chef_license: accept-no-persist
7+
deprecations_as_errors: true
8+
chef_license: accept
9+
product_name: chef
10+
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
11+
install_strategy: always
12+
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
913

1014
verifier:
1115
name: inspec
@@ -23,6 +27,7 @@ platforms:
2327
- name: fedora-latest
2428
- name: ubuntu-16.04
2529
- name: ubuntu-18.04
30+
- name: ubuntu-20.04
2631

2732
suites:
2833
- name: all-tables

0 commit comments

Comments
 (0)