diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-05 10:42:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-05 11:16:10 -0700 |
commit | f524cae485310b0647d11de4901c4adbc4fe126b (patch) | |
tree | 493d35e371ffe28d2ac54c8905059c4680860674 | |
parent | d342caa518f4f870270fe64db25ff4a06a057299 (diff) | |
download | chef-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>
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 | ||||
-rw-r--r-- | .expeditor/verify.pipeline.yml | 17 | ||||
-rw-r--r-- | kitchen-tests/kitchen.yml | 7 | ||||
-rw-r--r-- | omnibus/kitchen.yml | 2 |
4 files changed, 2 insertions, 27 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 2c78fff5d4..7a16533b9c 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -58,8 +58,7 @@ builder-to-testers-map: ubuntu-18.04-aarch64: - ubuntu-18.04-aarch64 - ubuntu-20.04-aarch64 - ubuntu-16.04-x86_64: - - ubuntu-16.04-x86_64 + ubuntu-18.04-x86_64: - ubuntu-18.04-x86_64 - ubuntu-20.04-x86_64 windows-2012r2-i386: diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index e2167748dd..2b28f3c132 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -380,23 +380,6 @@ steps: privileged: true single-use: true -- label: "Kitchen: Ubuntu 16.04" - commands: - - scripts/bk_tests/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-ubuntu-1604 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - UBUNTU: "16.04" - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: "Kitchen: Ubuntu 18.04" commands: - .expeditor/scripts/bk_linux_exec.sh 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 diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml index bd2893ab83..a3db5b8499 100644 --- a/omnibus/kitchen.yml +++ b/omnibus/kitchen.yml @@ -38,7 +38,7 @@ platforms: run_list: apt::default - name: freebsd-11 run_list: freebsd::portsnap - - name: ubuntu-16.04 + - name: ubuntu-18.04 run_list: apt::default # macOS |