fix(ci,test): stabilize JRuby and Rails matrix by hardening dependency resolution, test synchronization, and legacy image builds#1619
Merged
Conversation
…d_job for Rails 5.x
estolfo
reviewed
May 21, 2026
estolfo
left a comment
Contributor
There was a problem hiding this comment.
This is a lot of gymnastics and I don't know the motivation behind a lot of the changes, but maybe you can explain where I put specific comments?
estolfo
approved these changes
May 21, 2026
estolfo
left a comment
Contributor
There was a problem hiding this comment.
I can't say I've done deep research on the justification behind all the changes but they seem to make the tests pass so I think it's ok to merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR started as a dev workflow fix and was expanded to address several CI instabilities uncovered during matrix runs. The final result is a clean CI run by resolving framework compatibility drift, JRuby test races, and legacy Debian image build failures.
What changed
Why this was needed
Outcome
CI is now passing after these follow-up commits. Changes are focused on test, CI, and build stability, with no intended production runtime behavior change.
Notes for reviewers
The PR now includes both the original dev workflow fix and the required CI hardening discovered during validation.
Most changes are in test and CI support paths and are scoped to restore matrix reliability across legacy and JRuby targets.