From 78b3020d126ac9c4adb993311f88397eaaac6c8b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 12 Aug 2020 13:15:19 -0700 Subject: [PATCH] Don't build packages for EOL Debian 8 Debian 8 is out of support and we shouldn't produce packages for it anymore. Signed-off-by: Tim Smith --- .expeditor/release.omnibus.yml | 3 +-- kitchen.yml | 7 ------- omnibus/kitchen.yml | 2 -- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 09efe8ca2..0ac891330 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -7,8 +7,7 @@ fips-platforms: - el-*-x86_64 - windows-* builder-to-testers-map: - debian-8-x86_64: - - debian-8-x86_64 + debian-9-x86_64: - debian-9-x86_64 - debian-10-x86_64 el-6-x86_64: diff --git a/kitchen.yml b/kitchen.yml index ed437dfd6..bafe4699e 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -45,13 +45,6 @@ platforms: image: dokken/centos-7 pid_one_command: /usr/lib/systemd/systemd -- name: debian-8 - driver: - image: dokken/debian-8 - pid_one_command: /bin/systemd - intermediate_instructions: - - RUN /usr/bin/apt-get update -y - - name: debian-9 driver: image: dokken/debian-9 diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml index dfb30e52b..2a666a72c 100644 --- a/omnibus/kitchen.yml +++ b/omnibus/kitchen.yml @@ -25,8 +25,6 @@ platforms: run_list: yum-epel::default - name: centos-7 run_list: yum-epel::default - - name: debian-8 - run_list: apt::default - name: debian-9 run_list: apt::default - name: ubuntu-16.04