Backport data partition increase and disk rebuilding for 2025.3.1#316
Backport data partition increase and disk rebuilding for 2025.3.1#316knuton merged 3 commits intodisk/2025.3.1from
Conversation
This is useful if we are in situation where nothing in the actual release change, but it is the disk building / CI code that changes and we need to re-run the disk build without creating a new release.
In 5b1a087 I updated `testing/disk/default.nix`, but I forgot that `testing/disk/releae.nix` is built with different parameters and had to be updated too. The 2025.3.3 releaseDisk currently fails the update, since the RAUC bundle does not fit into persistent storage.
Shall we rename them something else to avoid confusion with actual release branches?
|
Not sure, I think that would add further confusion, because ideally the disk should match the release. Having |
I don't fully understand. I was only thinking of a My concern with having both |
OK, we can make a The logic for figuring out how (from what commit) a release disk of version
|
|
Changed target branch to |
I created a
release/2025.3.1branch to be able to target the specific release these patches target (instead of therelease/2025.3.xbranch, which actually does not need patching)