CI: Prepare more space for Flatpak jobs#12788
Merged
RytoEX merged 1 commit intoobsproject:masterfrom Nov 26, 2025
Merged
Conversation
RytoEX
approved these changes
Nov 26, 2025
Member
RytoEX
left a comment
There was a problem hiding this comment.
Unfortunately, this seems to be a necessary evil until #10934 lands, unless we switch to larger (paid) runners. Since #10934 won't land for the 32.0.x branch, this PR has to land now to ensure Flatpak jobs can succeed in the interim. We can consider reverting this afterward, as it does add about a minute of extra time to the Flatpak jobs, and these are already the longest running jobs on CI.
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.
Description
As it is we get ~16GB of space to build, without #10934 we need to ensure that at least 25GB is available at the price of 3-5 minutes of in-container deletion.
Based on https://github.com/obsproject/obs-deps-buildstream/blob/master/.github/actions/prepare-build-space/action.yaml but stripped down and adapted to in container env.
Motivation and Context
Fix Flatpak jobs until #10934
How Has This Been Tested?
PR on my fork to trigger CI.
Types of changes
Checklist: