Skip to content

Commit

Permalink
Merge pull request #3220 from chef/ashiqueps/fix-verify-thread-error
Browse files Browse the repository at this point in the history
Updated the ruby image to overcome the thread error
  • Loading branch information
ashiqueps authored Apr 2, 2024
2 parents faf5129 + 063832e commit 8ec7d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ steps:
expeditor:
executor:
docker:
image: ruby:3.1
image: ruby:3.1-bullseye
# This tests that our verify.rb script (and dependencies) can successfully test components included in CW
- label: component-test-tests-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rspec omnibus/verification
expeditor:
executor:
docker:
image: ruby:3.1
image: ruby:3.1-bullseye
- label: ":linux: :darwin: :windows: top-level chef cmd"
commands:
- cd components/main-chef-wrapper
Expand Down

0 comments on commit 8ec7d84

Please sign in to comment.