ci: Address tight disk space on GHA runners#2055
ci: Address tight disk space on GHA runners#2055lgritz merged 1 commit intoAcademySoftwareFoundation:mainfrom
Conversation
lgritz
commented
Dec 6, 2025
- Mount the host's root under /host/root so it's visible in the containers.
- Remove stuff we don't need to free lots of disk space.
- Tentatively go back to the free runner for the icx test.
- Mount the host's root under /host/root so it's visible in the containers. - Remove stuff we don't need to free lots of disk space. - Tentatively go back to the free runner for the icx test. Signed-off-by: Larry Gritz <lg@larrygritz.com>
|
The one failure we're still getting is where we're running out of disk space just loading the Docker image, before we ever get a chance to do the trick of this PR to clear out some space. GitHub is really making this hard. It has to be that lots of other projects are suffering, right? |
|
And the problem now is the 2026 container, it's not even the one that with the extra intel compiler installs, which with this PR, now happily runs on the free runner again. |
jfpanisset
left a comment
There was a problem hiding this comment.
Let's hope this helps, but for the intermittent failure to download the 2026 images, that will require a significant shrink of those. Currently trying some approaches but nothing conclusive yet.
|
I'm going to merge this because it fixes things somewhat. But still will need a re-issued ci-osl to take care of the 2026 problem. |
|
All 2024 / 2025 / 2026 images have been re released with the Conan cache purge and should hopefully unpack again on a free runner. |
…n#2055) - Mount the host's root under /host/root so it's visible in the containers. - Remove stuff we don't need to free lots of disk space. - Tentatively go back to the free runner for the icx test. Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Alexandru Biscoveanu <alex.biscoveanu.gfx@gmail.com>
…n#2055) - Mount the host's root under /host/root so it's visible in the containers. - Remove stuff we don't need to free lots of disk space. - Tentatively go back to the free runner for the icx test. Signed-off-by: Larry Gritz <lg@larrygritz.com>