diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-29 11:30:42 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 12:17:38 -0800 |
commit | a8754dca615d04424c0a2be66b9185c2cc344c29 (patch) | |
tree | 317133bdfc69d750fc04ea1b6adb0dc8b018121c /.expeditor | |
parent | 915aba0928a1b8aa029fbbef06f42af8555ca5ba (diff) | |
download | chef-a8754dca615d04424c0a2be66b9185c2cc344c29.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 '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 53fd7d5466..359169c825 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -364,21 +364,6 @@ steps: # START TEST KITCHEN ONLY ######################################################################### -- label: "Kitchen: Amazon Linux 201X" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - cd kitchen-tests - - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-amazonlinux - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: "Kitchen: Amazon Linux 2" commands: - .expeditor/scripts/bk_linux_exec.sh |