diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-27 11:38:37 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-27 11:38:37 -0800 |
commit | e385782c9f802459bb92f5c31c05cdb92f6751b8 (patch) | |
tree | 9b9b312a08c33bd720924deec6f82aa1777af2a8 /.expeditor | |
parent | b11e402bf38df60568721740a856401a14fbe121 (diff) | |
download | chef-e385782c9f802459bb92f5c31c05cdb92f6751b8.tar.gz |
add berkshelf as an external test
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index beb7fc7003..47ccf22d71 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -301,6 +301,16 @@ steps: docker: image: rubydistros/ubuntu-18.04 +- label: "Test berkshelf gem :ruby: 2.6" + commands: + - /workdir/scripts/bk_tests/bk_container_prep.sh + - bundle install --jobs=3 --retry=3 --without omnibus_package docgen + - bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake + expeditor: + executor: + docker: + image: rubydistros/ubuntu-18.04 + ######################################################################### # START TEST KITCHEN ONLY ######################################################################### |