summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-04-29 17:17:23 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2021-04-29 17:17:56 -0400
commit171f1e813ed891cb6c7f1c30a9ba988238c72723 (patch)
tree0a4f1d1578198cca14e58d1d10d9577601e4fce5
parent87ff396ca5be7339d2c827a175f66d4a0399f598 (diff)
downloadchef-171f1e813ed891cb6c7f1c30a9ba988238c72723.tar.gz
[drop] add temp knife test
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.expeditor/verify.pipeline.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 833d7b9fb8..6ba4ce274d 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -111,6 +111,18 @@ steps:
docker:
image: rubydistros/ubuntu-20.04:3.0
+## TEMP - do not need once we re-add knife to component_tess
+- label: "Knife Ubuntu 20.04 :ruby: 3.0"
+ commands:
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
+ - cd /workdir/knife
+ - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-20.04:3.0
+
# - label: "Integration CentOS 7 :ruby: 3.0"
# commands:
# - /workdir/.expeditor/scripts/bk_container_prep.sh