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 <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-08-12 13:15:19 -07:00
parent f425a48f4c
commit 78b3020d12
3 changed files with 1 additions and 11 deletions

View file

@ -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:

View file

@ -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

View file

@ -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