diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-31 15:08:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-31 15:08:56 -0700 |
commit | 9f712d56d665cc0c7182cac561bf5db63db5ae0c (patch) | |
tree | e75312fe5b39fdf547567a367e6f681420c91f17 /omnibus | |
parent | d648b8520db6928ecba4aa233dec76e92bc72988 (diff) | |
download | chef-9f712d56d665cc0c7182cac561bf5db63db5ae0c.tar.gz |
Remove Ubuntu 14.04 testing
This goes EOL at the end of April and we won't be supporting it in Chef 15 officially although support in code will continue.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/kitchen.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml index aad8222c58..032ed6552b 100644 --- a/omnibus/kitchen.yml +++ b/omnibus/kitchen.yml @@ -39,8 +39,6 @@ platforms: run_list: apt::default - name: freebsd-11 run_list: freebsd::portsnap - - name: ubuntu-14.04 - run_list: apt::default - name: ubuntu-16.04 run_list: apt::default - name: ubuntu-18.04 |