summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-09-05 15:37:00 -0400
committerJaymala Sinha <jsinha@chef.io>2019-09-05 15:37:00 -0400
commitacda8d7f94c45e1ac9a572511c348b9f004bd3d8 (patch)
tree1d18e7d30e8cc67f7606bdd8a65e4936a18806e1
parent6a8dbfd0a866ac576d6564d98cdb0a00de68056a (diff)
downloadchef-acda8d7f94c45e1ac9a572511c348b9f004bd3d8.tar.gz
Use Windows 2016 for Integration and Functional verification tests same as Appveyor
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 3e0f3cff86..894ebe7f2c 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -192,6 +192,7 @@ steps:
- FORCE_FFI_YAJL=ext
- CHEF_LICENSE=accept-no-persist
+# Migrate with same version as in Appveyor (Windows 2016) for initial pass
- label: "Integration Specs Windows :ruby: 2.6"
commands:
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen
@@ -200,9 +201,11 @@ steps:
executor:
docker:
host_os: windows
+ os_version: 2016
environment:
- CHEF_LICENSE=accept-no-persist
+# Migrate with same version as in Appveyor (Windows 2016) for initial pass
- label: "Functional Specs Windows :ruby: 2.6"
commands:
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof
@@ -211,6 +214,7 @@ steps:
executor:
docker:
host_os: windows
+ os_version: 2016
environment:
- CHEF_LICENSE=accept-no-persist