summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2019-07-23 14:46:58 -0700
committerScott Hain <shain@chef.io>2019-07-23 14:46:58 -0700
commita847f5fa7b691509b7f4154cf03d900301c59b6b (patch)
tree5096332ade0c1dada459417564c37741d1ad180c
parent45c89f2ea67b7038ed5a3333de2aebc14e57723f (diff)
downloadchef-shain/debug_windows.tar.gz
Debugging windows queuesshain/debug_windows
Signed-off-by: Scott Hain <shain@chef.io>
-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 b5677a6ff6..44aec2408d 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -9,6 +9,18 @@ steps:
#########################################################################
# Tests Ruby 2.6
#########################################################################
+- label: "Integration Specs Windows :ruby: 2.6"
+ commands:
+ - cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen
+ - bundle exec rake spec:integration
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ environment:
+ - CHEF_LICENSE=accept-no-persist
+
+- wait
- label: "Integration Specs Ubuntu :ruby: 2.6"
commands: