On Fri, Feb 6, 2026 at 11:29 AM Dumitru Ceara <[email protected]> wrote:
> On 2/6/26 11:09 AM, Ales Musil wrote: > > The default disk size wasn't big enough and the container image > > build would fail with "no space left on device". Increase it > > to 20GB which should be enough space. > > > > Signed-off-by: Ales Musil <[email protected]> > > --- > > .cirrus.yml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.cirrus.yml b/.cirrus.yml > > index 4e0344eb7..9cf2a46d6 100644 > > --- a/.cirrus.yml > > +++ b/.cirrus.yml > > @@ -4,6 +4,7 @@ compute_engine_instance: > > architecture: arm64 > > platform: linux > > memory: 4G > > + disk: 20 > > > > Hi Ales, > > This looks good to me and I see the image build step passed in CirrusCI > in your fork. > > Acked-by: Dumitru Ceara <[email protected]> > > Thanks, > Dumitru > > Thank you Dumitru, I went ahead, merged this into main and backported all the way down to 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
