diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-06 13:38:09 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-06 13:38:09 -0800 |
commit | a02a8ae3402721cc8e4be4aa30af20dbc7d29412 (patch) | |
tree | 8f89d479611083435aedb324e44f7f086ead8459 /.expeditor/verify.pipeline.yml | |
parent | 396dd00cf93d6361fb7d169beec3a88c90b86641 (diff) | |
download | chef-a02a8ae3402721cc8e4be4aa30af20dbc7d29412.tar.gz |
Test on Ubuntu 20.04 in Buildkite
This is a pre-release container, but it'll get updated as they release
newer versions so we'llc continue to test on the latest versions of
20.04 until it's released.
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, 15 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index ecc1c47e6a..9cd4837af6 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -428,6 +428,21 @@ steps: privileged: true single-use: true +- label: "Kitchen Tests Ubuntu: 20.04" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-2004 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + - label: "Kitchen Tests Debian: 8" commands: - scripts/bk_tests/bk_linux_exec.sh |