summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-05-15 15:30:10 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-05-22 09:07:56 -0600
commite2bc843096e4c91415751a5ad46d0bf07c82c89c (patch)
tree71acf191678f8201a5601e4f837f07e5c900a216 /.expeditor
parent261e0cfc7624be926d13afeeecf18d0f391bb073 (diff)
downloadchef-e2bc843096e4c91415751a5ad46d0bf07c82c89c.tar.gz
Refactor verify pipeline to use Ruby 2.7 in Windows
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify_public.pipeline.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml
index e0b848005e..afeccf4311 100644
--- a/.expeditor/verify_public.pipeline.yml
+++ b/.expeditor/verify_public.pipeline.yml
@@ -201,43 +201,46 @@ steps:
privileged: true
shell: ["powershell", "-Command"]
-#########################################################################
-# Tests Ruby 2.6
-#########################################################################
-
-- label: "Integration Windows :ruby: 2.6"
+- label: "Integration Windows :ruby: 2.7"
commands:
- /workdir/scripts/bk_tests/bk_win_integration.ps1
expeditor:
executor:
docker:
host_os: windows
+ image: rubydistros/windows-2019:2.7
environment:
- FORCE_FFI_YAJL=ext
- CHEF_LICENSE=accept-no-persist
shell: ["powershell", "-Command"]
-- label: "Chocolatey Windows :ruby: 2.6"
+- label: "Chocolatey Windows :ruby: 2.7"
commands:
- /workdir/scripts/bk_tests/bk_run_choco.ps1
expeditor:
executor:
docker:
host_os: windows
+ image: rubydistros/windows-2019:2.7
shell: ["powershell", "-Command"]
-- label: "Unit Windows :ruby: 2.6"
+- label: "Unit Windows :ruby: 2.7"
commands:
- /workdir/scripts/bk_tests/bk_win_unit.ps1
expeditor:
executor:
docker:
host_os: windows
+ image: rubydistros/windows-2019:2.7
environment:
- FORCE_FFI_YAJL=ext
- CHEF_LICENSE=accept-no-persist
shell: ["powershell", "-Command"]
+#########################################################################
+# Tests Ruby 2.6
+#########################################################################
+
- label: "Chefstyle :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh