-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Run tests with jruby 9.4.13.0 #17798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Now that elastic/ci-agent-images#1573 is merged and promoted https://buildkite.com/elastic/vm-images-platform-ingest/builds/966 run tests with 9.4.13.0.
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
💚 Build Succeeded
|
Turns out this effort ended up being a bit of a red herring (see #17787 (comment) for details). HOWEVER it DOES align with current patterns, and probably the path of least resistance is to merge this while we figure out our long term plan around gem environments in CI. I would like to investigate/propose NOT INSTALLING JRUBY AT ALL pre loaded on CI images. The only reason this was failing was shelling out to ruby to build test gems picked up rbenv on the path on the CI runner. This is not necessary at all as we explicitly download a suitable jruby environment for every set of tests. |
💯 |
Filed https://github.com/elastic/ingest-dev/issues/5827 as part of CI improvement grouping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regardless of eventually removing the need to have an external jruby, +1 on keeping this in sync with the bundled version of jruby, LGTM
Now that https://github.com/elastic/ci-agent-images/pull/1573 is merged and promoted https://buildkite.com/elastic/vm-images-platform-ingest/builds/966 run tests with 9.4.13.0. (cherry picked from commit 9583f04)
Now that https://github.com/elastic/ci-agent-images/pull/1573 is merged and promoted https://buildkite.com/elastic/vm-images-platform-ingest/builds/966 run tests with 9.4.13.0. (cherry picked from commit 9583f04) Co-authored-by: Cas Donoghue <[email protected]>
Now that https://github.com/elastic/ci-agent-images/pull/1573 is merged and promoted https://buildkite.com/elastic/vm-images-platform-ingest/builds/966 run tests with 9.4.13.0.
Relates to #17786