CircleCI bump fails tests with Ruby update #3158
Labels
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
status:blocked
Issue is blocked by another issue or external requirement
type:feature
Feature (new functionality)
What Renovate type are you using?
Renovate GitHub App
Describe the bug
During a CircleCI version bump of the Ruby runtime in the tests, automated CI tests fail due to a Ruby version mismatch.
Did you see anything helpful in debug logs?
Job Log 43241196
To Reproduce
Steps to reproduce the behavior:
ruby '2.6.0'
and a CircleCI.circleci/config.yml
with- image: circleci/ruby:2.6.0-node-browsers
in thedocker
sectionExpected behavior
A passing build - perhaps a bump in the
Gemfile
andGemfile.lock
as part of the same PRAdditional context
Uncertain of where the responsibility lies for a runtime upgrade, as this could be part of the user's responsibility to ensure that each component is in a working state before committing.
It's entirely possible this kind of update should be treated differently, which in that case, there's probably some other messaging to provide around runtime updates.
The text was updated successfully, but these errors were encountered: