ci: upgrade linux runner to 24.04 #1730
Merged
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.
What this does:
The sql-2017 container is crashing on ubuntu 2017; this seems to be a host OS issue because the exact same docker tag used to pass but is now failing. It last passed at the beginning of this month, so some upgrade/change in feb this year has caused the problem.
The aim to to get the 2017 image running on the 20.04 runner and the rest on 22.04The ubuntu 20.04 runner is being removed from support, so this isn't a long term fix.
We should try to run on 24.04 instead. 24.04 has the same issue, but I'll upgrade the runners for the ones that work and downgrade the 2017 runner for now.It seems that the 2017 container won't run on 22.04 nor 24.04, so 20.04 is the only one that can be used for now.
I think the long-term solution will be to stop testing 2017 image on linux :(
Related issues:
Pre/Post merge checklist: