summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-04-15 16:20:12 -0400
committerJaymala Sinha <jsinha@chef.io>2019-04-15 16:29:06 -0400
commitd1d860453fe3a79ad29d81ddf2b91734f800afd5 (patch)
tree2fc70a112674f8010b4d32ac43b5dfb108968b28
parent2fe2f5029df438ff92274b3240df5f5bee10c067 (diff)
downloadchef-jsinha/bk_verify.tar.gz
Run verification in linux executorjsinha/bk_verify
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml28
1 files changed, 13 insertions, 15 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 437e10f937..7a5f8805d8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -4,21 +4,19 @@ steps:
# Tests Ruby 2.6
#########################################################################
-# - label: "Integration Specs :ruby: 2.6"
-# commands:
-# - /workdir/scripts/bk_tests/bk_install.sh
-# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
-# - cp /etc/hosts.noip6 /etc/hosts
-# - cd /workdir; bundle install --without ci docgen guard integration maintenance omnibus_package --frozen
-# - bundle exec rake spec:integration
-# expeditor:
-# executor:
-# docker:
-# environment:
-# - FORCE_FFI_YAJL=ext
-# - CHEF_LICENSE=accept-no-persist
-# - INTEGRATION_SPECS_26=1
-# - BUNDLE_GEMFILE=/workdir/Gemfile
+- label: "Integration Specs :ruby: 2.6"
+ commands:
+ - scripts/bk_tests/bk_install.sh
+ - bundle install --without ci docgen guard integration maintenance omnibus_package --frozen
+ - bundle exec rake spec:integration
+ expeditor:
+ executor:
+ linux:
+ environment:
+ - FORCE_FFI_YAJL=ext
+ - CHEF_LICENSE=accept-no-persist
+ - INTEGRATION_SPECS_26=1
+ - BUNDLE_GEMFILE=/workdir/Gemfile
#
# - label: "Functional Specs :ruby: 2.6"
# commands: