diff options
author | Tim Smith <tsmith@chef.io> | 2019-10-03 11:59:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 11:59:23 -0700 |
commit | f02a9dc5b6e68a88a465b0463eb074665e4c1769 (patch) | |
tree | 07f06e967076dcd783d673bfa8d39b3f539fa815 /.expeditor | |
parent | 9b4aa0f3276a298ea62666210d186871717407d5 (diff) | |
parent | 9672bd7956eadeb438aa67dba38430e0ca1935d5 (diff) | |
download | chef-f02a9dc5b6e68a88a465b0463eb074665e4c1769.tar.gz |
Merge pull request #8954 from chef/centos8
Add CentOS 8 kitchen testing to buildkite
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 be9b5de50e..36074a2db9 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -491,6 +491,21 @@ steps: privileged: true single-use: true +- label: "Kitchen Tests CentOS: 8" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-centos-8 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + - label: "Kitchen Tests Oracle Linux: 6" commands: - scripts/bk_tests/bk_linux_exec.sh |