From ce7c7232b3d4e71067e0a5d00aaf81b2489f2410 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 11:11:17 +0100 Subject: [PATCH] Drop debian-12 and ubuntu-24.04 test environments --- .kitchen.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index bb7c066b6..a06533515 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -51,24 +51,6 @@ platforms: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - - name: ubuntu-24.04 - driver: - image: ghcr.io/test-kitchen/dokken/ubuntu-24.04 - privileged: true - pid_one_command: /bin/systemd - intermediate_instructions: - - RUN /usr/bin/apt-get update -y - - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - - name: debian-12 - driver: - image: ghcr.io/test-kitchen/dokken/debian-12 - privileged: true - pid_one_command: /bin/systemd - intermediate_instructions: - - RUN /usr/bin/apt-get update -y - - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - name: debian-13 driver: image: ghcr.io/test-kitchen/dokken/debian-13 -- 2.47.3