summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-13 15:01:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-13 15:01:15 -0700
commit4bdec713b4b4bcc3a7df157545f9596b12318eee (patch)
tree928fd6cd3e99a0d9e85c472a338b42e15f50bff3
parent76459cb4583b41879dcca4757eb97f50e433f881 (diff)
downloadchef-windows_ruby27.tar.gz
Switch Ruby functional test on Windows to Ruby 2.7windows_ruby27
Test on what we ship Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify_public.pipeline.yml18
-rw-r--r--scripts/bk_tests/bk_win_functional.ps14
2 files changed, 11 insertions, 11 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml
index 7332a08cdb..e0b848005e 100644
--- a/.expeditor/verify_public.pipeline.yml
+++ b/.expeditor/verify_public.pipeline.yml
@@ -192,6 +192,15 @@ steps:
docker:
image: rubydistros/fedora-latest:2.7
+- label: "Functional Windows :ruby: 2.7"
+ commands:
+ - scripts/bk_tests/bk_win_functional.ps1
+ expeditor:
+ executor:
+ windows:
+ privileged: true
+ shell: ["powershell", "-Command"]
+
#########################################################################
# Tests Ruby 2.6
#########################################################################
@@ -208,15 +217,6 @@ steps:
- CHEF_LICENSE=accept-no-persist
shell: ["powershell", "-Command"]
-- label: "Functional Windows :ruby: 2.6"
- commands:
- - scripts/bk_tests/bk_win_functional.ps1
- expeditor:
- executor:
- windows:
- privileged: true
- shell: ["powershell", "-Command"]
-
- label: "Chocolatey Windows :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_run_choco.ps1
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 9447c1853f..b16dd3c1f7 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -1,8 +1,8 @@
# The filename of the Ruby installer
-$RubyFilename = "rubyinstaller-devkit-2.6.6-1-x64.exe"
+$RubyFilename = "rubyinstaller-devkit-2.7.1-1-x64.exe"
# The sha256 of the Ruby installer (capitalized?)
-$RubySHA256 = "6381FA0C683D4B9F8CEEDAA6B8B1191A0C4029588F11F8C77979F6E2CC00DD98"
+$RubySHA256 = "B22C5C1C819A53A1676CCA3410E3FF1BB39A9510C0CFD1E7BA19A728AE4FE86F"
# Where on disk to download Ruby to
$RubyPath = "$env:temp\$RubyFilename"