diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-02 10:38:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-02 10:38:14 -0700 |
commit | 94ea5969c282ff3097e97fb90df0ca4b45f35afd (patch) | |
tree | 2a94df036631cd7c9ccdd40bba80fa4449624a80 | |
parent | 7e886908ed6ddca15474bc0d0aea56f0b91133a9 (diff) | |
download | chef-94ea5969c282ff3097e97fb90df0ca4b45f35afd.tar.gz |
Remove testing of Amazon Linux 201X
This is going EOL
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 120630804e..aaeca2ac92 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -325,22 +325,6 @@ steps: # START TEST KITCHEN ONLY ######################################################################### -- label: "Kitchen: Amazon Linux 201X" - 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-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: - scripts/bk_tests/bk_linux_exec.sh |