summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-05 10:42:09 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-05 11:16:10 -0700
commitf524cae485310b0647d11de4901c4adbc4fe126b (patch)
tree493d35e371ffe28d2ac54c8905059c4680860674 /kitchen-tests
parentd342caa518f4f870270fe64db25ff4a06a057299 (diff)
downloadchef-f524cae485310b0647d11de4901c4adbc4fe126b.tar.gz
Remove soon to be EOL Ubuntu 16.04 packages
Ubuntu 16.04 goes EOL at the end of April. Stop producing packages for this release. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 03d9ce1e43..25ab9e0430 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -124,13 +124,6 @@ platforms:
intermediate_instructions:
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
-- name: ubuntu-16.04
- driver:
- image: dokken/ubuntu-16.04
- pid_one_command: /bin/systemd
- intermediate_instructions:
- - RUN /usr/bin/apt-get update
-
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04