summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-18 18:43:49 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-18 18:43:49 -0800
commit9b5fc812d89833a64427adc166aa2045841563f1 (patch)
treeded868f475463cce1c61df2d178488c977c3684c /kitchen-tests
parentcd1ad9d5e9ebc3a301d68285ade8c637f2b15345 (diff)
downloadchef-9b5fc812d89833a64427adc166aa2045841563f1.tar.gz
Remove support for Ubuntu 16.04remove_ubuntu1604
By the time we ship Chef 17 Ubuntu 16.04 will be EOL. 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 53641a6602..4b56d70fe1 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -114,13 +114,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