summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-29 11:30:42 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-29 11:30:42 -0800
commitd0d47dfad6a006085bbe82553188eb2af77c7439 (patch)
tree4508b2d54b2f695d411c0b946a71567437bca297 /.expeditor
parentcf0a57e70248c5f58feacd3d0a55157dad0bbe8c (diff)
downloadchef-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 '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 1bbd2163ee..23b0eaef81 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