diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-29 12:01:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 12:17:50 -0800 |
commit | b06016b9098361663e4afd94018d96bda104ad6f (patch) | |
tree | 5c7eacdeadf0411e94e709d9dd24f828eff1c88b /.expeditor | |
parent | 569807df328e788745eceaeed0ddb2d5b0adddc2 (diff) | |
download | chef-b06016b9098361663e4afd94018d96bda104ad6f.tar.gz |
Add Test Kitchen testing for Debian 11ci_cleanup
This release is not out yet, but we have containers for it now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b02e36b688..efba47cd86 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -470,6 +470,21 @@ steps: privileged: true single-use: true +- label: "Kitchen: Debian 11" + commands: + - .expeditor/scripts/bk_linux_exec.sh + - cd kitchen-tests + - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-11 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + - label: "Kitchen: CentOS 6" commands: - .expeditor/scripts/bk_linux_exec.sh |