diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-12 17:12:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-12 17:12:54 -0700 |
commit | e1361a5fcfd85871567723587897f11574ffa4cf (patch) | |
tree | e0710ea8b8a1cedd2c44bb1cc91778a4f0134760 /.expeditor/verify.pipeline.yml | |
parent | edda7a79ac4fb9ef6cc0b625fe3fb8e5d65a5496 (diff) | |
download | chef-e1361a5fcfd85871567723587897f11574ffa4cf.tar.gz |
Remove the buildkite config for Debian 8
It's several months EOL at this point
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-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 34a2dee47d..9e6d61d238 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -436,21 +436,6 @@ steps: privileged: true single-use: true -- label: "Kitchen: Debian 8" - commands: - - scripts/bk_tests/bk_linux_exec.sh - - cd kitchen-tests - - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-8 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: "Kitchen: Debian 9" commands: - scripts/bk_tests/bk_linux_exec.sh |