diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-29 11:30:42 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-29 11:30:42 -0800 |
commit | d0d47dfad6a006085bbe82553188eb2af77c7439 (patch) | |
tree | 4508b2d54b2f695d411c0b946a71567437bca297 /kitchen-tests | |
parent | cf0a57e70248c5f58feacd3d0a55157dad0bbe8c (diff) | |
download | chef-d0d47dfad6a006085bbe82553188eb2af77c7439.tar.gz |
Remove Test Kitchen tests for Amazon Linux 201X
The version of ld on Amazon Linux 201x cannot handle the ffi gem so these tests are going to fail forever now. This is a RHEL 6 based distro that is EOL as of the end of 2020.
https://aws.amazon.com/blogs/aws/update-on-amazon-linux-ami-end-of-life/
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index bc68607afe..ce263413be 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -20,7 +20,6 @@ lifecycle: - remote: echo "Chef container's Chef / Ohai release:" - remote: /opt/chef/bin/chef-client -v - remote: /opt/chef/bin/ohai -v - - remote: /opt/chef/embedded/bin/bundle -v - remote: /opt/chef/embedded/bin/gem install appbundler appbundle-updater --no-doc - remote: /opt/chef/embedded/bin/appbundle-updater chef ohai <%= File.readlines('../Gemfile.lock', File.expand_path(File.dirname(__FILE__))).find { |l| l =~ /^\s+ohai \((\d+\.\d+\.\d+)\)/ }; 'v' + $1 %> --tarball --github chef/ohai - remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github chef/chef @@ -33,13 +32,6 @@ verifier: format: progress platforms: -- name: amazonlinux - driver: - image: dokken/amazonlinux - pid_one_command: /sbin/init - intermediate_instructions: - - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - - name: amazonlinux-2 driver: image: dokken/amazonlinux-2 |