diff options
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 f719a64c3f..257f16721d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -436,6 +436,21 @@ steps: privileged: true single-use: true +- label: "Kitchen: Ubuntu 20.10" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2010 + 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 |