summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-09-27 15:03:34 -0400
committerJaymala Sinha <jsinha@chef.io>2019-09-27 15:03:34 -0400
commit9c3fe7b43ac95e0392bf62ef5930b117c7903ae1 (patch)
tree9f87f887e6dfbcc8da5180ce972c596131989ddc /.expeditor
parent2a98c165d1bd7dd5959c6e7b8d7d4699f6cb97c9 (diff)
downloadchef-9c3fe7b43ac95e0392bf62ef5930b117c7903ae1.tar.gz
Fix Windows Integration and Functional tests for BK
* Use default windows 2019 image * Skip 8dot3name tests as default disabled on 2019 * Use windows privileged executor for functional tests * Use windows docker image for chocolatey tests Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml16
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"