From b9c09caa3be92017a71270447f83ab714b13055b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 8 Aug 2023 05:07:55 +0100 Subject: [PATCH] Enabled eatmydata in test kitchen --- .kitchen.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 8e2603d2d..cfa87e44b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -36,6 +36,8 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload - name: ubuntu-22.04 driver: image: dokken/ubuntu-22.04 @@ -43,6 +45,8 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload - name: debian-12 driver: image: dokken/debian-12 @@ -50,6 +54,8 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload suites: - name: accounts -- 2.43.2