diff options
author | Jaymala Sinha <jsinha@chef.io> | 2019-04-15 11:12:20 -0400 |
---|---|---|
committer | Jaymala Sinha <jsinha@chef.io> | 2019-04-15 11:12:20 -0400 |
commit | e7beaae18bba01f75282ef4f51272ad42f95bf41 (patch) | |
tree | 788663ae8e8fbb28dfe06af98fa67285cad5c239 /.expeditor | |
parent | 80cf339fc0dad80011097fc982c211d350ffd0a3 (diff) | |
download | chef-e7beaae18bba01f75282ef4f51272ad42f95bf41.tar.gz |
Add kitchen-docker for bk tests
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index df167f7a18..5436eb8508 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -179,13 +179,13 @@ steps: commands: - /workdir/scripts/bk_tests/bk_install.sh - asdf local ruby 2.5.5 - - bundle install --jobs=3 --retry=3 --path=vendor/bundle - cd /workdir/kitchen-tests + - bundle install --jobs=3 --retry=3 --path=vendor/bundle - bundle exec kitchen test end-to-end-amazonlinux-2 expeditor: executor: docker: environment: - AMAZON=2 - - KITCHEN_YAML=kitchen.travis.yml + - KITCHEN_YAML=/workdir/kitchen-tests/kitchen.bk.yml - BUNDLE_GEMFILE=/workdir/kitchen-tests/Gemfile |