Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ steps:
executor:
docker:
image: ruby:3.1-buster
- label: run-lint-and-specs-ruby-3.4
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.4
- label: run-lint-and-specs-windows
Comment thread
sanjain-progress marked this conversation as resolved.
command:
- gem install chef-utils
Expand All @@ -28,3 +35,13 @@ steps:
docker:
host_os: windows
image: rubydistros/windows-2019:3.1
- label: run-lint-and-specs-windows-ruby-3.4
command:
- gem install chef-utils
- bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.4
1 change: 0 additions & 1 deletion lib/chef/knife/helpers/winrm_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def self.included(includer)

deps do
require "chef/encrypted_data_bag_item"
require "kconv"
require "readline"
require "chef/json_compat"
end
Expand Down