diff options
author | Jaymala Sinha <jsinha@chef.io> | 2019-09-05 14:13:12 -0400 |
---|---|---|
committer | Jaymala Sinha <jsinha@chef.io> | 2019-09-05 15:59:03 -0400 |
commit | bd117ff6525f81ec3417268560c33d07537b57a1 (patch) | |
tree | b4b5b93a9b0461a82eb3f4b3edcba3d820cc292b /.expeditor | |
parent | 591cdb62ab7e7a2088c8340132b9da8dd60b6664 (diff) | |
download | chef-bd117ff6525f81ec3417268560c33d07537b57a1.tar.gz |
Test on Windows 2016 for initial migration
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b3672eb360..69142c4719 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -199,6 +199,7 @@ steps: executor: docker: host_os: windows + os_version: 2016 environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist @@ -211,6 +212,7 @@ steps: executor: docker: host_os: windows + os_version: 2016 environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist @@ -223,6 +225,7 @@ steps: executor: docker: host_os: windows + os_version: 2016 environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist |