Skip to content
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

Continue other jobs on Rails edge failures #339

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

sambostock
Copy link
Contributor

Rails edge (and Ruby HEAD, but we always combine that with Rails edge) is a moving target out of our control. Therefore, if a failure occurs on a job testing against it, it is useful to let the other jobs continue, as that helps narrow down if the failure is due to a change made there.

I noticed that CI was failing on #81, but couldn't tell if it was isolated to edge versions because the jobs would get cancelled. Sure enough, it looks like something has broken upstream.

Rails edge (and Ruby HEAD, but we always combine that with Rails edge)
is a moving target out of our control. Therefore, if a failure occurs on
a job testing against it, it is useful to let the other jobs continue,
as that helps narrow down if the failure is due to a change made there.
@sambostock sambostock requested a review from Mangara February 15, 2023 15:36
@sambostock sambostock force-pushed the continue-on-ruby-head-error branch from ba4ee80 to 120f17a Compare February 16, 2023 15:32
@sambostock
Copy link
Contributor Author

CI failures on Ruby HEAD are expected. See steveklabnik/mono_logger#12.

@sambostock sambostock merged commit 4e694a2 into main Feb 16, 2023
@sambostock sambostock deleted the continue-on-ruby-head-error branch February 16, 2023 15:40
@lavoiesl lavoiesl mentioned this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants