diff options
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index c45f2e9933..49dfb1035e 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -199,7 +199,6 @@ steps: executor: docker: host_os: windows - os_version: 2016 environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist @@ -207,15 +206,20 @@ steps: - label: "Functional Specs Windows :ruby: 2.6" commands: - - /workdir/scripts/bk_tests/bk_win_functional.ps1 + - scripts/bk_tests/bk_win_functional.ps1 + expeditor: + executor: + windows: + privileged: true + shell: ["powershell", "-Command"] + +- label: "Chocolatey Specs Windows :ruby: 2.6" + commands: + - /workdir/scripts/bk_tests/bk_run_choco.ps1 expeditor: executor: docker: host_os: windows - os_version: 2016 - environment: - - FORCE_FFI_YAJL=ext - - CHEF_LICENSE=accept-no-persist shell: ["powershell", "-Command"] - label: "Unit Specs Windows :ruby: 2.6" |