-
Notifications
You must be signed in to change notification settings - Fork 607
CI changes #3378
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
CI changes #3378
Conversation
SimpleCov Report
|
| ['7.3.9', 2.7], | ||
| ['6.4.0'], | ||
| ['5.0.3'] | ||
| ['5.0.3', 2.6, 2.6] |
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.
when we removed the min ruby versions when we dropped 2.4 and 2.5, here we accidentally removed the max ruby version of 2.6 to run the tests on, so that's why jruby started having problems.
| on: | ||
| pull_request: | ||
| branches: | ||
| - main |
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.
removing this because now we have perfverse, and also one of the github actions we run to upload the results to slack is having problems.
| # stubbing it weirdly bc jruby | ||
| default_source = Object.new | ||
| default_source.stubs(:allowlist_for).returns(nil) | ||
| default_source.define_singleton_method(:allowlist_for) do |k| |
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.
the changes in this file are all related to one of the 10.0 changes. these tests are new and were never stubbed to run correctly on jruby.
passing jruby run: https://github.com/newrelic/newrelic-ruby-agent/actions/runs/20349177631