summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-09-17 19:58:25 -0700
committerTim Smith <tsmith84@gmail.com>2021-09-17 20:30:56 -0700
commit0b7c3449a40626fcd3bf83cc141b1045a27cc525 (patch)
tree386c0afbade2852ff3ba49ed2aa6f313ff3f3a96
parent021107a8bfe057b8c4cff9c25c02187f55dbe60b (diff)
downloadchef-2110.tar.gz
Replace Ubuntu 21.04 kitchen tests with 21.102110
Test with the very latest Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/workflows/kitchen.yml2
-rw-r--r--kitchen-tests/kitchen.yml16
2 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 09bd3b0cf8..b69701acb0 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -106,7 +106,7 @@ jobs:
- 'oraclelinux-8'
- 'ubuntu-1804'
- 'ubuntu-2004'
- - 'ubuntu-2104'
+ - 'ubuntu-2110'
runs-on: ubuntu-latest
env:
FORCE_FFI_YAJL: ext
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index d2ec39f01d..3e5091bd9c 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -49,7 +49,7 @@ platforms:
image: dokken/debian-9
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource
- name: debian-10
@@ -57,7 +57,7 @@ platforms:
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource
- name: debian-11
@@ -65,7 +65,7 @@ platforms:
image: dokken/debian-11
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource
- name: centos-6
@@ -124,7 +124,7 @@ platforms:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource
- name: ubuntu-20.04
@@ -132,15 +132,15 @@ platforms:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing
-- name: ubuntu-21.04
+- name: ubuntu-21.10
driver:
- image: dokken/ubuntu-21.04
+ image: dokken/ubuntu-21.10
pid_one_command: /bin/systemd
intermediate_instructions:
- - RUN /usr/bin/apt-get update
+ - RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing
- name: opensuse-leap-15