From 591cdb62ab7e7a2088c8340132b9da8dd60b6664 Mon Sep 17 00:00:00 2001 From: Jaymala Sinha Date: Tue, 3 Sep 2019 14:06:49 -0400 Subject: Run windows verification in powershell Signed-off-by: Jaymala Sinha --- .expeditor/verify.pipeline.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 3e0f3cff86..b3672eb360 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -194,37 +194,39 @@ steps: - label: "Integration Specs Windows :ruby: 2.6" commands: - - bundle install --jobs=3 --retry=3 --without omnibus_package docgen - - bundle exec rake spec:integration + - /workdir/scripts/bk_tests/bk_win_integration.ps1 expeditor: executor: docker: host_os: windows environment: + - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist + shell: ["powershell", "-Command"] - label: "Functional Specs Windows :ruby: 2.6" commands: - - bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof - - bundle exec rake spec:functional + - /workdir/scripts/bk_tests/bk_win_functional.ps1 expeditor: executor: docker: host_os: windows environment: + - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist + shell: ["powershell", "-Command"] - label: "Unit Specs Windows :ruby: 2.6" commands: - - bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof - - bundle exec rake spec:unit - - bundle exec rake component_specs + - /workdir/scripts/bk_tests/bk_win_unit.ps1 expeditor: executor: docker: host_os: windows environment: + - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist + shell: ["powershell", "-Command"] - label: "Chefstyle :ruby: 2.6" commands: -- cgit v1.2.1