summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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