summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-03-21 19:43:03 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2022-03-21 19:43:03 -0700
commitf95a28f028e8f7daa35d2418128addda8febd13d (patch)
tree781b32f8dc444aca2b5a95c243ef29279752c036 /.expeditor
parent2e8ca3f1434404f4d8ce62cdb15fea2496ee0ac1 (diff)
downloadchef-f95a28f028e8f7daa35d2418128addda8febd13d.tar.gz
Windows back to ruby 3.0, proxifier fork
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 55c643e17d..808918985c 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -260,7 +260,7 @@ steps:
docker:
image: rubydistros/almalinux-8:3.1
-- label: "Functional Windows :ruby: 3.1"
+- label: "Functional Windows :ruby: 3.0"
commands:
- .expeditor/scripts/bk_win_functional.ps1
expeditor:
@@ -270,27 +270,27 @@ steps:
single-use: true
shell: ["powershell", "-Command"]
-- label: "Integration Windows :ruby: 3.1"
+- label: "Integration Windows :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_win_integration.ps1
expeditor:
executor:
docker:
host_os: windows
- image: rubydistros/windows-2019:3.1
+ image: rubydistros/windows-2019:3.0
environment:
- FORCE_FFI_YAJL=ext
- CHEF_LICENSE=accept-no-persist
shell: ["powershell", "-Command"]
-- label: "Unit Windows :ruby: 3.1"
+- label: "Unit Windows :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_win_unit.ps1
expeditor:
executor:
docker:
host_os: windows
- image: rubydistros/windows-2019:3.1
+ image: rubydistros/windows-2019:3.0
environment:
- FORCE_FFI_YAJL=ext
- CHEF_LICENSE=accept-no-persist